File tree
190 files changed
+2139
-783
lines changed- .github/workflows
- c
- cert
- src
- codeql-suites
- rules
- ARR37-C
- ARR39-C
- CON30-C
- CON34-C
- DCL30-C
- ERR30-C
- EXP30-C
- EXP36-C
- EXP37-C
- EXP39-C
- EXP40-C
- EXP43-C
- FIO37-C
- FIO44-C
- FIO45-C
- MEM35-C
- MEM36-C
- MSC33-C
- MSC39-C
- SIG30-C
- SIG35-C
- STR30-C
- STR31-C
- STR32-C
- test
- rules
- STR31-C
- STR32-C
- common
- src
- codingstandards/c
- test
- misra
- src
- codeql-suites
- rules
- RULE-17-5
- RULE-17-7
- RULE-19-1
- RULE-21-14
- RULE-22-3
- RULE-22-4
- test
- change_notes
- cpp
- autosar
- src
- codeql-suites
- rules
- A13-1-3
- A13-2-1
- A15-1-3
- A15-2-2
- A18-1-4
- A18-5-2
- A18-5-8
- A18-9-4
- A20-8-4
- A27-0-4
- A5-0-4
- A5-1-7
- A7-5-1
- A8-4-11
- A8-4-12
- A8-4-4
- A9-3-1
- M0-3-2
- M3-9-3
- M5-0-17
- M5-2-2
- M9-3-1
- test
- cert
- src
- codeql-suites
- rules
- CTR52-CPP
- CTR56-CPP
- EXP50-CPP
- EXP51-CPP
- MEM52-CPP
- MEM53-CPP
- MSC51-CPP
- test
- common
- src
- codingstandards/cpp
- allocations
- dataflow
- internal/tainttracking1
- lifetimes/lifetimeprofile
- resources
- rules
- accessofnonexistingmemberthroughpointertomember
- accessofundefinedmemberthroughnullpointer
- accessofundefinedmemberthroughuninitializedstaticpointer
- basicstringmaynotbenullterminated
- constlikereturnvalue
- containeraccesswithoutrangecheck
- danglingcapturewhenmovinglambdaobject
- danglingcapturewhenreturninglambdaobject
- donotaccessaclosedfile
- donotallowamutextogooutofscopewhilelocked
- donotdestroyamutexwhileitislocked
- donotsubtractpointersaddressingdifferentarrays
- donotusepointerarithmetictoaddressdifferentarrays
- donotuserelationaloperatorswithdifferingarrays
- invalidatedenvstringpointers
- invalidatedenvstringpointerswarn
- iofstreammissingpositioning
- movedfromobjectsunspecifiedstate
- nonconstantformat
- placementnewinsufficientstorage
- placementnewnotproperlyaligned
- stringnumberconversionmissingerrorcheck
- throwingoperatornewreturnsnull
- useonlyarrayindexingforpointerarithmetic
- standardlibrary
- trustboundary
- test
- deviations
- deviation_permits_basic_test
- deviations_basic_test
- deviations_report_deviated
- misra
- src
- test
- report/src
- docs
- scripts
- generate_modules/queries
- release
- upgrade-codeql-dependencies
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
190 files changed
+2139
-783
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
21 | 23 |
| |
22 |
| - | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
|
Lines changed: 22 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 |
| - | |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
28 |
| - | |
29 |
| - | |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 |
| - | |
| 34 | + | |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 |
| - | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 |
| - | |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
68 | 79 |
| |
69 | 80 |
| |
70 | 81 |
| |
71 |
| - | |
| 82 | + | |
72 | 83 |
| |
73 | 84 |
| |
74 | 85 |
| |
75 |
| - | |
| 86 | + | |
76 | 87 |
| |
77 | 88 |
| |
78 | 89 |
| |
79 |
| - | |
| 90 | + | |
80 | 91 |
| |
81 | 92 |
| |
82 | 93 |
| |
|
Lines changed: 17 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 |
| - | |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 |
| - | |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
| 18 | + | |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
23 |
| - | |
| 26 | + | |
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
29 | 32 |
| |
30 |
| - | |
| 33 | + | |
31 | 34 |
| |
32 |
| - | |
| 35 | + | |
33 | 36 |
| |
34 | 37 |
| |
35 | 38 |
| |
| |||
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
42 |
| - | |
| 45 | + | |
43 | 46 |
| |
44 | 47 |
| |
45 |
| - | |
| 48 | + | |
46 | 49 |
| |
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
50 | 53 |
| |
51 |
| - | |
| 54 | + | |
52 | 55 |
| |
53 | 56 |
| |
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
57 |
| - | |
| 60 | + | |
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
| |||
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
104 |
| - | |
| 107 | + | |
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
| |||
148 | 151 |
| |
149 | 152 |
| |
150 | 153 |
| |
151 |
| - | |
| 154 | + | |
152 | 155 |
| |
153 | 156 |
| |
154 | 157 |
| |
| |||
157 | 160 |
| |
158 | 161 |
| |
159 | 162 |
| |
160 |
| - | |
| 163 | + | |
161 | 164 |
| |
162 | 165 |
| |
163 | 166 |
| |
164 |
| - | |
| 167 | + | |
165 | 168 |
| |
166 | 169 |
| |
167 | 170 |
| |
|
Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
0 commit comments