Skip to content

Commit 5afdaf8

Browse files
authored
Merge pull request #13525 from github/rc/3.10
Merge `rc/3.10` back to `main`
2 parents 3b0220d + 18a5c48 commit 5afdaf8

File tree

136 files changed

+529
-243
lines changed

Some content is hidden

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

136 files changed

+529
-243
lines changed

cpp/ql/lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.7.3
2+
3+
### Minor Analysis Improvements
4+
5+
* Deleted the deprecated `hasCopyConstructor` predicate from the `Class` class in `Class.qll`.
6+
* Deleted many deprecated predicates and classes with uppercase `AST`, `SSA`, `CFG`, `API`, etc. in their names. Use the PascalCased versions instead.
7+
* Deleted the deprecated `CodeDuplication.qll` file.
8+
19
## 0.7.2
210

311
### New Features
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
---
2-
category: minorAnalysis
3-
---
1+
## 0.7.3
2+
3+
### Minor Analysis Improvements
4+
45
* Deleted the deprecated `hasCopyConstructor` predicate from the `Class` class in `Class.qll`.
56
* Deleted many deprecated predicates and classes with uppercase `AST`, `SSA`, `CFG`, `API`, etc. in their names. Use the PascalCased versions instead.
6-
* Deleted the deprecated `CodeDuplication.qll` file.
7+
* Deleted the deprecated `CodeDuplication.qll` file.

cpp/ql/lib/codeql-pack.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.7.2
2+
lastReleaseVersion: 0.7.3

cpp/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/cpp-all
2-
version: 0.7.3-dev
2+
version: 0.7.4-dev
33
groups: cpp
44
dbscheme: semmlecode.cpp.dbscheme
55
extractor: cpp

cpp/ql/src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.3
2+
3+
### New Queries
4+
5+
* Added a new query, `cpp/overrun-write`, to detect buffer overflows in C-style functions that manipulate buffers.
6+
17
## 0.6.2
28

39
No user-facing changes.

cpp/ql/src/Security/CWE/CWE-119/OverrunWriteProductFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @kind path-problem
66
* @problem.severity error
77
* @security-severity 9.3
8-
* @precision medium
8+
* @precision low
99
* @id cpp/overrun-write
1010
* @tags reliability
1111
* security
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: newQuery
3-
---
1+
## 0.6.3
2+
3+
### New Queries
4+
45
* Added a new query, `cpp/overrun-write`, to detect buffer overflows in C-style functions that manipulate buffers.

cpp/ql/src/codeql-pack.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.6.2
2+
lastReleaseVersion: 0.6.3

cpp/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/cpp-queries
2-
version: 0.6.3-dev
2+
version: 0.6.4-dev
33
groups:
44
- cpp
55
- queries

csharp/ql/campaigns/Solorigate/lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.3
2+
3+
No user-facing changes.
4+
15
## 1.5.2
26

37
No user-facing changes.

0 commit comments

Comments
 (0)