Align metadata with related queries

This commit is contained in:
Owen Mansel-Chan
2025-07-10 16:29:48 +01:00
committed by Owen Mansel-Chan
parent 188b25f11f
commit 92a3bccfd6

View File

@@ -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