Skip to content

Commit 236e1f7

Browse files
author
Felicity Chapman
committed
Update change notes for name change
1 parent 570e551 commit 236e1f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

change-notes/1.23/analysis-cpp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
2424
| Unclear comparison precedence (`cpp/comparison-precedence`) | Fewer false positive results | False positives involving template classes and functions have been fixed. |
2525
| Comparison of narrow type with wide type in loop condition (`cpp/comparison-with-wider-type`) | Higher precision | The precision of this query has been increased to "high" as the alerts from this query have proved to be valuable on real-world projects. With this precision, results are now displayed by default in LGTM. |
2626

27-
## Changes to QL libraries
27+
## Changes to libraries
2828

2929
* The data-flow library has been extended with a new feature to aid debugging.
3030
Instead of specifying `isSink(Node n) { any() }` on a configuration to

change-notes/1.23/analysis-csharp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following changes in version 1.23 affect C# analysis in all applications.
2424

2525
* `nameof` expressions are now extracted correctly when the name is a namespace.
2626

27-
## Changes to QL libraries
27+
## Changes to libraries
2828

2929
* The new class `NamespaceAccess` models accesses to namespaces, for example in `nameof` expressions.
3030
* The data-flow library now makes it easier to specify barriers/sanitizers

change-notes/1.23/analysis-java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following changes in version 1.23 affect Java analysis in all applications.
1919
| Query built without neutralizing special characters (`java/concatenated-sql-query`) | More results | The query now identifies arguments to `Statement.executeLargeUpdate` and `Connection.prepareCall` as SQL expressions sinks. |
2020
| Useless comparison test (`java/constant-comparison`) | Fewer false positives | Additional overflow check patterns are now recognized and no longer reported. |
2121

22-
## Changes to QL libraries
22+
## Changes to libraries
2323

2424
* The data-flow library has been extended with a new feature to aid debugging.
2525
Instead of specifying `isSink(Node n) { any() }` on a configuration to

change-notes/1.23/analysis-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
| Uncontrolled data used in path expression (`js/path-injection`) | Fewer false-positive results | This query now recognizes calls to Express `sendFile` as safe in some cases. |
4747
| Unknown directive (`js/unknown-directive`) | Fewer false positive results | This query no longer flags uses of ":", which is sometimes used like a directive. |
4848

49-
## Changes to QL libraries
49+
## Changes to libraries
5050

5151
* `Expr.getDocumentation()` now handles chain assignments.
5252

change-notes/support/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Files moved to ``docs`` directory
22

3-
Now that all of the QL documentation is in this repository,
3+
Now that all of the CodeQL documentation is in this repository,
44
notes on the languages, compilers, and frameworks supported have moved.
55
They're now stored as part of the Sphinx ``support`` project with the other documentation:
66
``docs/language/support``.

0 commit comments

Comments
 (0)