Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3643c9e

Browse files
Jami CogswellJami Cogswell
authored andcommitted
update metadata
1 parent 9b7df35 commit 3643c9e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

java/ql/src/Security/CWE/CWE-326/InsufficientKeySize.ql

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
2-
* @name Weak encryption: Insufficient key size
3-
* @description Finds uses of encryption algorithms with too small a key size
4-
* @kind problem
5-
* @problem.severity warning
6-
* @precision medium
2+
* @name Use of a cryptographic algorithm with insufficient key size
3+
* @description Using cryptographic algorithms with too small a key size can
4+
* allow an attacker to compromise security.
5+
* @kind path-problem
6+
* @problem.severity error
7+
* @precision high
78
* @id java/insufficient-key-size
89
* @tags security
910
* external/cwe/cwe-326

0 commit comments

Comments
 (0)