We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9396e commit 034ed17Copy full SHA for 034ed17
1 file changed
go/ql/src/Security/CWE-022/TaintedPath.qhelp
@@ -64,9 +64,9 @@ path separators or ".." sequences.
64
Note that this approach is only suitable if the input is expected to be a single file name.
65
</p>
66
<p>
67
-If the input can be a path with multiple components, we can make it safe by verifying
+If the input can be a path with multiple components, you can make it safe by verifying
68
that the path is within a specific directory that is considered safe.
69
-This can be done by resolving the input with respect to that directory, and then checking
+You can do this by resolving the input with respect to that directory, and then checking
70
that the resulting path is still within it.
71
72
<sample src="TaintedPathGood2.go" />
0 commit comments