Skip to content

Commit d9d12cf

Browse files
committed
(Misc) typo in comment
1 parent 9d00fd7 commit d9d12cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/Security/CWE-209/StackTraceExposure.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module StackTraceExposureConfig implements DataFlow::ConfigSig {
5353
predicate isSink(DataFlow::Node sink) { sink instanceof Http::ResponseBody }
5454

5555
predicate isBarrier(DataFlow::Node node) {
56-
// Sanitise everything controlled by an is-debug-mode check.
56+
// Sanitize everything controlled by an is-debug-mode check.
5757
// Imprecision: I don't try to guess which arm of a branch is intended
5858
// to mean debug mode, and which is production mode.
5959
exists(ControlFlow::ConditionGuardNode cgn |

0 commit comments

Comments
 (0)