Fix formatting in changelog for Go path injection query

2 people + 2 models managed to tackle this insurmountable task.
This commit is contained in:
Florin Coada
2025-09-24 16:12:17 +01:00
committed by GitHub
parent 6c488e6e71
commit 86fe68bb61

View File

@@ -126,7 +126,7 @@ Golang
""""""
* 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.
* 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.
* 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.
Java/Kotlin
"""""""""""