Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b983778

Browse files
authored
Merge pull request #297 from ginsbach/noinferred
remove reliance on InferredBinding
2 parents 89e420d + 1149d43 commit b983778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ql/src/semmle/go/security/InsecureFeatureFlag.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module InsecureFeatureFlag {
1515
/**
1616
* Returns a flag name of this type.
1717
*/
18+
bindingset[result]
1819
abstract string getAFlagName();
1920

2021
/** Gets a global value number representing a (likely) security flag. */

0 commit comments

Comments
 (0)