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 cea909f commit d4f9c75Copy full SHA for d4f9c75
go/ql/src/experimental/CWE-285/PamAuthBypass.ql
@@ -28,10 +28,6 @@ class PamAcctMgmt extends Method {
28
PamAcctMgmt() { this.hasQualifiedName("github.com/msteinert/pam", "Transaction", "AcctMgmt") }
29
}
30
31
-class PamTransaction extends StructType {
32
- PamTransaction() { this.hasQualifiedName("github.com/msteinert/pam", "Transaction") }
33
-}
34
-
35
class PamStartFunc extends Function {
36
PamStartFunc() { this.hasQualifiedName("github.com/msteinert/pam", ["StartFunc", "Start"]) }
37
0 commit comments