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 91b7a6c commit f8335e6Copy full SHA for f8335e6
go/ql/lib/semmle/go/frameworks/stdlib/Os.qll
@@ -46,9 +46,7 @@ module Os {
46
47
private class Stdin extends SourceNode {
48
Stdin() {
49
- exists(Variable osStdin | osStdin.hasQualifiedName("os", "Stdin") |
50
- this = osStdin.getARead()
51
- )
+ exists(Variable osStdin | osStdin.hasQualifiedName("os", "Stdin") | this = osStdin.getARead())
52
}
53
54
override string getThreatModel() { result = "stdin" }
0 commit comments