Skip to content

Commit 20f7781

Browse files
authored
Merge pull request #19437 from adityasharad/docs/fix/2.21.0-escaping
Docs: Fix escaping in 2.21.0 changelog
2 parents bab84d0 + 36199b3 commit 20f7781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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
"""""""""""""""""""""
@@ -207,5 +207,5 @@ JavaScript/TypeScript
207207

208208
* Intersection :code:`&&`
209209
* Subtraction :code:`--`
210-
* :code:`\q` quoted string
210+
* :code:`\\q` quoted string
211211

0 commit comments

Comments
 (0)