Skip to content

Commit 007e33a

Browse files
committed
Fix C++ changelog heading and itemization
1 parent 6b194bc commit 007e33a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cpp/ql/src/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
* The deprecated queries `cpp/duplicate-block`, `cpp/duplicate-function`, `cpp/duplicate-class`, `cpp/duplicate-file`, `cpp/mostly-duplicate-function`,`cpp/similar-file`, `cpp/duplicated-lines-in-files` have been removed.
66

7-
### Deprecated Queries
7+
### Deprecated Predicates and Classes
88

99
* The predicates and classes in the `CodeDuplication` library have been deprecated.
1010

1111
### New Queries
1212

13-
- A new query titled "Use of expired stack-address" (`cpp/using-expired-stack-address`) has been added.
13+
* A new query titled "Use of expired stack-address" (`cpp/using-expired-stack-address`) has been added.
1414
This query finds accesses to expired stack-allocated memory that escaped via a global variable.
1515
* A new `cpp/insufficient-key-size` query has been added to the default query suite for C/C++. The query finds uses of certain cryptographic algorithms where the key size is too small to provide adequate encryption strength.
1616

cpp/ql/src/change-notes/released/0.0.11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
* The deprecated queries `cpp/duplicate-block`, `cpp/duplicate-function`, `cpp/duplicate-class`, `cpp/duplicate-file`, `cpp/mostly-duplicate-function`,`cpp/similar-file`, `cpp/duplicated-lines-in-files` have been removed.
66

7-
### Deprecated Queries
7+
### Deprecated Predicates and Classes
88

99
* The predicates and classes in the `CodeDuplication` library have been deprecated.
1010

1111
### New Queries
1212

13-
- A new query titled "Use of expired stack-address" (`cpp/using-expired-stack-address`) has been added.
13+
* A new query titled "Use of expired stack-address" (`cpp/using-expired-stack-address`) has been added.
1414
This query finds accesses to expired stack-allocated memory that escaped via a global variable.
1515
* A new `cpp/insufficient-key-size` query has been added to the default query suite for C/C++. The query finds uses of certain cryptographic algorithms where the key size is too small to provide adequate encryption strength.
1616

0 commit comments

Comments
 (0)