Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 151529d

Browse files
committed
correct the query-id of the experimental go/pam-auth-bypass query
1 parent b5f3cd7 commit 151529d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/ql/src/experimental/CWE-285/PamAuthBypass.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Not using `pam.AcctMgmt` after `pam.Authenticate` to check the validity of a login can lead to authorization bypass.
44
* @kind problem
55
* @problem.severity warning
6-
* @id go/unreachable-statement
6+
* @id go/pam-auth-bypass
77
* @tags maintainability
88
* correctness
99
* external/cwe/cwe-561

0 commit comments

Comments
 (0)