update metadata

This commit is contained in:
Jami Cogswell
2022-09-29 14:09:39 -04:00
parent 9b7df354e6
commit 3643c9e658

View File

@@ -1,9 +1,10 @@
/**
* @name Weak encryption: Insufficient key size
* @description Finds uses of encryption algorithms with too small a key size
* @kind problem
* @problem.severity warning
* @precision medium
* @name Use of a cryptographic algorithm with insufficient key size
* @description Using cryptographic algorithms with too small a key size can
* allow an attacker to compromise security.
* @kind path-problem
* @problem.severity error
* @precision high
* @id java/insufficient-key-size
* @tags security
* external/cwe/cwe-326