You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.17.4.rst
-153Lines changed: 0 additions & 153 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,48 +27,11 @@ Query Packs
27
27
Breaking Changes
28
28
~~~~~~~~~~~~~~~~
29
29
30
-
C/C++
31
-
"""""
32
-
33
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
34
-
35
-
C#
36
-
""
37
-
38
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
39
-
40
-
Golang
41
-
""""""
42
-
43
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
44
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
45
-
46
30
Java
47
31
""""
48
32
49
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
50
33
* Removed :code:`local` query variants. The results pertaining to local sources can be found using the non-local counterpart query. As an example, the results previously found by :code:`java/unvalidated-url-redirection-local` can be found by :code:`java/unvalidated-url-redirection`, if the :code:`local` threat model is enabled. The removed queries are :code:`java/path-injection-local`, :code:`java/command-line-injection-local`, :code:`java/xss-local`, :code:`java/sql-injection-local`, :code:`java/http-response-splitting-local`, :code:`java/improper-validation-of-array-construction-local`, :code:`java/improper-validation-of-array-index-local`, :code:`java/tainted-format-string-local`, :code:`java/tainted-arithmetic-local`, :code:`java/unvalidated-url-redirection-local`, :code:`java/xxe-local` and :code:`java/tainted-numeric-cast-local`.
51
34
52
-
JavaScript/TypeScript
53
-
"""""""""""""""""""""
54
-
55
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
56
-
57
-
Python
58
-
""""""
59
-
60
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
61
-
62
-
Ruby
63
-
""""
64
-
65
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
66
-
67
-
Swift
68
-
"""""
69
-
70
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
71
-
72
35
Minor Analysis Improvements
73
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~
74
37
@@ -105,49 +68,6 @@ JavaScript/TypeScript
105
68
106
69
* Fixed a bug where very large TypeScript files would cause database creation to crash. Large files over 10MB were already excluded from analysis, but the file size check was not applied to TypeScript files.
107
70
108
-
Breaking Changes
109
-
~~~~~~~~~~~~~~~~
110
-
111
-
C/C++
112
-
"""""
113
-
114
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
115
-
116
-
C#
117
-
""
118
-
119
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
120
-
121
-
Golang
122
-
""""""
123
-
124
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
125
-
126
-
Java
127
-
""""
128
-
129
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
130
-
131
-
JavaScript/TypeScript
132
-
"""""""""""""""""""""
133
-
134
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
135
-
136
-
Python
137
-
""""""
138
-
139
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
140
-
141
-
Ruby
142
-
""""
143
-
144
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
145
-
146
-
Swift
147
-
"""""
148
-
149
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
150
-
151
71
Major Analysis Improvements
152
72
~~~~~~~~~~~~~~~~~~~~~~~~~~~
153
73
@@ -198,79 +118,6 @@ Python
198
118
Shared Libraries
199
119
----------------
200
120
201
-
Breaking Changes
202
-
~~~~~~~~~~~~~~~~
203
-
204
-
Dataflow Analysis
205
-
"""""""""""""""""
206
-
207
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
208
-
209
-
Control Flow Analysis
210
-
"""""""""""""""""""""
211
-
212
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
213
-
214
-
Regular Expression Analysis
215
-
"""""""""""""""""""""""""""
216
-
217
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
218
-
219
-
Static Single Assignment (SSA)
220
-
""""""""""""""""""""""""""""""
221
-
222
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
223
-
224
-
Type Trackers
225
-
"""""""""""""
226
-
227
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
228
-
229
-
Models-as-Data (MaD)
230
-
""""""""""""""""""""
231
-
232
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
233
-
234
-
YAML Data Analysis
235
-
""""""""""""""""""
236
-
237
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
238
-
239
-
XML Data Analysis
240
-
"""""""""""""""""
241
-
242
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
243
-
244
-
QL Detective Tutorial
245
-
"""""""""""""""""""""
246
-
247
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
248
-
249
-
Database of Common Typographical Errors
250
-
"""""""""""""""""""""""""""""""""""""""
251
-
252
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
253
-
254
-
Utility Classes
255
-
"""""""""""""""
256
-
257
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
258
-
259
-
Range Analysis
260
-
""""""""""""""
261
-
262
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
263
-
264
-
Threat Models
265
-
"""""""""""""
266
-
267
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
268
-
269
-
Type-flow Analysis
270
-
""""""""""""""""""
271
-
272
-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
0 commit comments