Python: Add @precision high for py/pam-auth-bypass

This commit is contained in:
Rasmus Wriedt Larsen
2022-05-09 14:19:40 +02:00
parent 6235dc5039
commit ab1252d196

View File

@@ -3,6 +3,7 @@
* @description Using only the `pam_authenticate` call to check the validity of a login can lead to a authorization bypass.
* @kind problem
* @problem.severity warning
* @precision high
* @id py/pam-auth-bypass
* @tags security
* external/cwe/cwe-285