We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d00fd7 commit d9d12cfCopy full SHA for d9d12cf
go/ql/src/Security/CWE-209/StackTraceExposure.ql
@@ -53,7 +53,7 @@ module StackTraceExposureConfig implements DataFlow::ConfigSig {
53
predicate isSink(DataFlow::Node sink) { sink instanceof Http::ResponseBody }
54
55
predicate isBarrier(DataFlow::Node node) {
56
- // Sanitise everything controlled by an is-debug-mode check.
+ // Sanitize everything controlled by an is-debug-mode check.
57
// Imprecision: I don't try to guess which arm of a branch is intended
58
// to mean debug mode, and which is production mode.
59
exists(ControlFlow::ConditionGuardNode cgn |
0 commit comments