Skip to content

Commit 6b366d8

Browse files
committed
Merge branch 'main' into rust/type-inference-tuples
2 parents 7f8829a + 79cc731 commit 6b366d8

File tree

475 files changed

+16874
-8883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

475 files changed

+16874
-8883
lines changed

actions/ql/lib/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 0.4.13
2-
3-
No user-facing changes.
4-
51
## 0.4.12
62

73
### Minor Analysis Improvements

actions/ql/lib/change-notes/released/0.4.13.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.13
2+
lastReleaseVersion: 0.4.12

actions/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-all
2-
version: 0.4.14-dev
2+
version: 0.4.13-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 0.6.5
2-
3-
No user-facing changes.
4-
51
## 0.6.4
62

73
No user-facing changes.

actions/ql/src/change-notes/released/0.6.5.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.6.5
2+
lastReleaseVersion: 0.6.4

actions/ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-queries
2-
version: 0.6.6-dev
2+
version: 0.6.5-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]

config/identical-files.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -231,35 +231,10 @@
231231
"java/ql/src/experimental/Security/CWE/CWE-400/LocalThreadResourceAbuse.qhelp",
232232
"java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp"
233233
],
234-
"CryptoAlgorithms Python/JS/Ruby": [
235-
"javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll",
236-
"python/ql/lib/semmle/python/concepts/CryptoAlgorithms.qll",
237-
"ruby/ql/lib/codeql/ruby/security/CryptoAlgorithms.qll",
238-
"rust/ql/lib/codeql/rust/security/CryptoAlgorithms.qll"
239-
],
240-
"CryptoAlgorithmNames Python/JS/Ruby": [
241-
"javascript/ql/lib/semmle/javascript/security/internal/CryptoAlgorithmNames.qll",
242-
"python/ql/lib/semmle/python/concepts/internal/CryptoAlgorithmNames.qll",
243-
"ruby/ql/lib/codeql/ruby/security/internal/CryptoAlgorithmNames.qll",
244-
"rust/ql/lib/codeql/rust/security/internal/CryptoAlgorithmNames.qll"
245-
],
246-
"SensitiveDataHeuristics Python/JS": [
247-
"javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll",
248-
"python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll",
249-
"ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll",
250-
"swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll",
251-
"rust/ql/lib/codeql/rust/security/internal/SensitiveDataHeuristics.qll"
252-
],
253234
"IncompleteUrlSubstringSanitization": [
254235
"javascript/ql/src/Security/CWE-020/IncompleteUrlSubstringSanitization.qll",
255236
"ruby/ql/src/queries/security/cwe-020/IncompleteUrlSubstringSanitization.qll"
256237
],
257-
"Concepts Python/Ruby/JS": [
258-
"python/ql/lib/semmle/python/internal/ConceptsShared.qll",
259-
"ruby/ql/lib/codeql/ruby/internal/ConceptsShared.qll",
260-
"javascript/ql/lib/semmle/javascript/internal/ConceptsShared.qll",
261-
"rust/ql/lib/codeql/rust/internal/ConceptsShared.qll"
262-
],
263238
"ApiGraphModels": [
264239
"javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModels.qll",
265240
"ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll",

cpp/ql/lib/CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
## 5.3.0
2-
3-
### Deprecated APIs
4-
5-
* The `UnknownDefaultLocation`, `UnknownExprLocation`, and `UnknownStmtLocation` classes have been deprecated. Use `UnknownLocation` instead.
6-
7-
### Minor Analysis Improvements
8-
9-
* The analysis of C/C++ code targeting 64-bit Arm platforms has been improved. This includes support for the Arm-specific builtin functions, support for the `arm_neon.h` header and Neon vector types, and support for the `fp8` scalar type. The `arm_sve.h` header and scalable vectors are only partially supported at this point.
10-
* Added support for `__fp16 _Complex` and `__bf16 _Complex` types
11-
* Added `sql-injection` sink models for the Oracle Call Interface (OCI) database library functions `OCIStmtPrepare` and `OCIStmtPrepare2`.
12-
131
## 5.2.0
142

153
### Deprecated APIs

0 commit comments

Comments
 (0)