mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Add @security-severity to py/pam-auth-bypass
The value 8.1 was calculated by our internal tool. This corresponds to a 'High' severity, which from my gut feeling seems reasonable for authorization bypass.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
* @description Not using `pam_acct_mgmt` after `pam_authenticate` to check the validity of a login can lead to authorization bypass.
|
* @description Not using `pam_acct_mgmt` after `pam_authenticate` to check the validity of a login can lead to authorization bypass.
|
||||||
* @kind problem
|
* @kind problem
|
||||||
* @problem.severity warning
|
* @problem.severity warning
|
||||||
|
* @security-severity 8.1
|
||||||
* @precision high
|
* @precision high
|
||||||
* @id py/pam-auth-bypass
|
* @id py/pam-auth-bypass
|
||||||
* @tags security
|
* @tags security
|
||||||
|
|||||||
Reference in New Issue
Block a user