Skip to content

Commit 3bd2f85

Browse files
committed
Fixing some upstream typos etc
1 parent fce5b4d commit 3bd2f85

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.19.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ JavaScript/TypeScript
7979
* Added taint-steps for :code:`Array.prototype.toReversed`.
8080
* Added taint-steps for :code:`Array.prototype.toSorted`.
8181
* Added support for :code:`String.prototype.matchAll`.
82-
* Added taint-steps for :code:`Array.prototype.reverse`\
82+
* Added taint-steps for :code:`Array.prototype.reverse`.

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.21.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Java/Kotlin
165165
"""""""""""
166166

167167
* Java extraction is now able to download Maven 3.9.x if a Maven Enforcer Plugin configuration indicates it is necessary. Maven 3.8.x is still preferred if the enforcer-plugin configuration (if any) permits it.
168-
* Added a path injection sanitizer for calls to :code:`java.lang.String.matches`, :code:`java.lang.String.replace`, and :code:`java.lang.String.replaceAll` that make sure '/', '', '..' are not in the path.
168+
* Added a path injection sanitizer for calls to :code:`java.lang.String.matches`, :code:`java.lang.String.replace`, and :code:`java.lang.String.replaceAll` that make sure :code:`/`, :code:`\\`, :code:`..` are not in the path.
169169

170170
JavaScript/TypeScript
171171
"""""""""""""""""""""

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.21.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Swift
108108
"""""
109109

110110
* Added AST nodes :code:`ActorIsolationErasureExpr`, :code:`CurrentContextIsolationExpr`,
111-
:code:`ExtracFunctionIsolationExpr` and :code:`UnreachableExpr` that correspond to new nodes added by Swift 6.0.
111+
:code:`ExtractFunctionIsolationExpr` and :code:`UnreachableExpr` that correspond to new nodes added by Swift 6.0.
112112

113113
New Features
114114
~~~~~~~~~~~~

java/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ No user-facing changes.
2020
### Minor Analysis Improvements
2121

2222
* Java extraction is now able to download Maven 3.9.x if a Maven Enforcer Plugin configuration indicates it is necessary. Maven 3.8.x is still preferred if the enforcer-plugin configuration (if any) permits it.
23-
* Added a path injection sanitizer for calls to `java.lang.String.matches`, `java.lang.String.replace`, and `java.lang.String.replaceAll` that make sure '/', '\', '..' are not in the path.
23+
* Added a path injection sanitizer for calls to `java.lang.String.matches`, `java.lang.String.replace`, and `java.lang.String.replaceAll` that make sure `/`, `\\`, `..` are not in the path.
2424

2525
### Bug Fixes
2626

swift/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
### Minor Analysis Improvements
1414

1515
* Added AST nodes `ActorIsolationErasureExpr`, `CurrentContextIsolationExpr`,
16-
`ExtracFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
16+
`ExtractFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
1717
added by Swift 6.0.
1818

1919
## 4.1.4

swift/ql/lib/change-notes/released/4.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
### Minor Analysis Improvements
88

99
* Added AST nodes `ActorIsolationErasureExpr`, `CurrentContextIsolationExpr`,
10-
`ExtracFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
10+
`ExtractFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
1111
added by Swift 6.0.

0 commit comments

Comments
 (0)