Skip to content

Commit 32202ac

Browse files
committed
quick fix to remove multiple mentions of CodeQL pack upgrade
1 parent 44cca05 commit 32202ac

File tree

1 file changed

+0
-153
lines changed

1 file changed

+0
-153
lines changed

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.17.4.rst

Lines changed: 0 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,11 @@ Query Packs
2727
Breaking Changes
2828
~~~~~~~~~~~~~~~~
2929

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-
4630
Java
4731
""""
4832

49-
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
5033
* 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`.
5134

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-
7235
Minor Analysis Improvements
7336
~~~~~~~~~~~~~~~~~~~~~~~~~~~
7437

@@ -105,49 +68,6 @@ JavaScript/TypeScript
10568

10669
* 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.
10770

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-
15171
Major Analysis Improvements
15272
~~~~~~~~~~~~~~~~~~~~~~~~~~~
15373

@@ -198,79 +118,6 @@ Python
198118
Shared Libraries
199119
----------------
200120

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.
273-
274121
Minor Analysis Improvements
275122
~~~~~~~~~~~~~~~~~~~~~~~~~~~
276123

0 commit comments

Comments
 (0)