Skip to content

Commit 3911f3b

Browse files
update query description following docs review
1 parent 76a330d commit 3911f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/CWE-916/InsufficientHashIterations.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Insufficient hash iterations
3-
* @description Using hash functions with less than 120,000 iterations is not secure, because that scheme leads to password cracking attacks due to having an insufficient level of computational effort.
3+
* @description Using hash functions with fewer than 120,000 iterations is insufficient to protect passwords because a cracking attack will require a low level of computational effort.
44
* @kind path-problem
55
* @problem.severity error
66
* @security-severity 7.8

0 commit comments

Comments
 (0)