mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Align metadata with related queries
This commit is contained in:
committed by
Owen Mansel-Chan
parent
188b25f11f
commit
92a3bccfd6
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @name Use of a weak cryptographic algorithm
|
||||
* @description Using weak cryptographic algorithms can allow an attacker to compromise security.
|
||||
* @name Use of a broken or weak cryptographic algorithm
|
||||
* @description Using broken or weak cryptographic algorithms can compromise security.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.5
|
||||
* @precision high
|
||||
* @id go/weak-crypto-algorithm
|
||||
* @tags security
|
||||
* external/cwe/cwe-327
|
||||
|
||||
Reference in New Issue
Block a user