Skip to content

Commit a62f181

Browse files
author
Dave Bartolomeo
committed
Move new change notes to appropriate packs
1 parent de44583 commit a62f181

33 files changed

+82
-42
lines changed

cpp/change-notes/2021-11-01-isFromSystemMacroDefinition.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cpp/change-notes/2021-11-09-use-of-http.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
lgtm,codescanning
1+
---
2+
category: newQuery
3+
tags: [lgtm,codescanning]
4+
---
25
* A new query `cpp/certificate-not-checked` has been added for C/C++. The query flags unsafe use of OpenSSL and similar libraries.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
lgtm,codescanning
1+
---
2+
category: newQuery
3+
tags: [lgtm,codescanning]
4+
---
25
* A new query `cpp/certificate-result-conflation` has been added for C/C++. The query flags unsafe use of OpenSSL and similar libraries.

java/change-notes/2021-11-15-overrides.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

java/change-notes/2021-11-25-surrogate-char-literals.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: fix
3+
tags: [lgtm,codescanning]
4+
---
5+
* `CharacterLiteral`'s `getCodePointValue` predicate now returns the correct value for UTF-16 surrogates.
6+
* The `RangeAnalysis` module now properly handles comparisons with Unicode surrogate character literals.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: minorAnalysis
3+
tags: [lgtm,codescanning]
4+
---
5+
* The `java/constant-comparison` query no longer raises false alerts regarding comparisons with Unicode surrogate character literals.

javascript/change-notes/2021-11-02-insufficient-key-size.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

javascript/change-notes/2021-11-02-session-fixation.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)