Skip to content

Commit 49701bc

Browse files
authored
Apply suggestions from code review
Co-authored-by: Jon Janego <jonjanego@github.com>
1 parent c12d2c4 commit 49701bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ C/C++
9898
Java/Kotlin
9999
"""""""""""
100100

101-
* Kotlin versions up to 2.2.2*x* are now supported.
101+
* Kotlin versions up to 2.2.2\ *x* are now supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Golang
126126
""""""
127127

128128
* The second argument of the :code:`CreateTemp` function, from the :code:`os` package, is no longer a path-injection sink due to proper sanitization by Go.
129-
* The query "Uncontrolled data used in path expression" (:code:`go/path-injection`) now detects sanitizing a path by adding :code:`os.PathSeparator` or :code:`\` to the beginning.
129+
* The query "Uncontrolled data used in path expression" (:code:`go/path-injection`) now detects sanitizing a path by adding :code:`os.PathSeparator` or ``\`` to the beginning.
130130

131131
Java/Kotlin
132132
"""""""""""

0 commit comments

Comments
 (0)