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.
StringBreak
1 parent e33d303 commit 089ea01Copy full SHA for 089ea01
go/ql/lib/semmle/go/security/StringBreak.qll
@@ -35,7 +35,7 @@ module StringBreak {
35
}
36
37
private module Config implements DataFlow::StateConfigSig {
38
- /** The type of quote being tracked by this configuration. */
+ /** The flow state that we track is the type of quote used. */
39
class FlowState = Quote;
40
41
predicate isSource(DataFlow::Node source, FlowState state) {
0 commit comments