Commit c20b688
committed
File tree
394 files changed
+5793
-1700
lines changed- change-notes/1.19
- cpp/ql
- src
- Architecture/General Top-Level Information
- Best Practices
- Likely Errors
- Magic Constants
- Unused Entities
- Critical
- JPL_C/LOC-3/Rule 13
- Likely Bugs
- Arithmetic
- Memory Management/Padding
- Metrics/History
- Power of 10/Rule 6
- external/tests
- filters
- jsf
- 3.02 Code Size and Complexity
- 4.04 Environment
- 4.05 Libraries
- 4.06 Pre-Processing Directives
- 4.07 Header Files
- 4.08 Implementation Files
- 4.09 Style
- 4.10 Classes
- 4.11 Namespaces
- 4.12 Templates
- 4.13 Functions
- 4.14 Comments
- 4.15 Declarations and Definitions
- 4.16 Initialization
- 4.17 Types
- 4.18 Constants
- 4.19 Variables
- 4.20 Unions and Bit Fields
- 4.21 Operators
- 4.22 Pointers and References
- 4.23 Type Conversions
- 4.24 Control Flow Structures
- 4.25 Expressions
- 4.26 Memory Allocation
- 4.27 Fault Handling
- 4.28 Portable Code
- semmle/code/cpp
- commons
- exprs
- ir
- implementation
- aliased_ssa
- raw
- internal
- unaliased_ssa
- test
- library-tests
- allocators
- ir/ir
- opts
- query-tests
- Best Practices/Likely Errors/OffsetUseBeforeRangeCheck
- Critical
- MemoryFreed
- OverflowStatic
- JPL_C/LOC-3/Rule 13
- LimitedScopeFile
- LimitedScopeFunction
- Likely Bugs
- Arithmetic/BadAdditionOverflowCheck
- Memory Management/ReturnCstrOfLocalStdString
- jsf
- 4.13 Functions/AV Rule 114
- 4.21 Operators
- AV Rule 164
- AV Rule 165
- csharp
- autobuilder
- Semmle.Autobuild.Tests
- Properties
- Semmle.Autobuild
- Properties
- extractor/Semmle.Autobuild
- ql
- src
- Bad Practices/Naming Conventions
- Security Features
- CWE-022
- CWE-078
- CWE-079
- CWE-089
- CWE-090
- CWE-094
- CWE-099
- CWE-112
- CWE-117
- CWE-201
- CWE-209
- CWE-312
- CWE-327
- CWE-359
- CWE-601
- CWE-611
- CWE-643
- CWE-730
- CWE-798
- CWE-807
- CWE-838
- semmle/code/csharp
- controlflow
- dataflow
- internal
- test
- library-tests
- controlflow/graph
- dataflow
- global
- ssa
- query-tests/Security Features
- CWE-022
- TaintedPath
- ZipSlip
- CWE-078
- CWE-079/StoredXSS
- CWE-089
- CWE-090
- CWE-094
- CWE-099
- CWE-112
- CWE-117
- CWE-201/ExposureInTransmittedData
- CWE-209
- CWE-312
- CWE-327/DontInstallRootCert
- CWE-338
- CWE-359
- CWE-601/UrlRedirect
- CWE-611
- CWE-643
- CWE-730
- ReDoSGlobalTimeout
- ReDoS
- RegexInjection
- CWE-798
- CWE-807
- CWE-838
- javascript
- extractor
- lib/typescript/src
- src/com/semmle/js
- extractor
- test
- parser
- ql
- src
- DOM
- Declarations
- Expressions
- Security/CWE-089
- semmle/javascript
- dataflow
- internal
- linters
- security/dataflow
- test
- library-tests/CustomAbstractValueDefinitions
- query-tests
- DOM/TargetBlank
- Declarations
- MissingThisQualifier
- MixedStaticInstanceThisAccess
- Expressions/UnknownDirective
- Security/CWE-312
- java/ql/src
- Metrics/History
- filters
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
394 files changed
+5793
-1700
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
51 | 61 | | |
52 | | - | |
53 | | - | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
63 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 19 | + | |
31 | 20 | | |
| 21 | + | |
32 | 22 | | |
33 | | - | |
34 | 23 | | |
Lines changed: 26 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
22 | 42 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments