Skip to content

Commit 408c7be

Browse files
fix .expected file
1 parent e8f55b9 commit 408c7be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swift/ql/test/query-tests/Security/CWE-916/InsufficientHashIterations.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nodes
1111
| test.swift:45:84:45:84 | 800 | semmle.label | 800 |
1212
subpaths
1313
#select
14-
| test.swift:37:84:37:84 | lowIterations | test.swift:20:45:20:45 | 999 : | test.swift:37:84:37:84 | lowIterations | The variable 'lowIterations' is an insufficient number of iterations, which is not secure for hash functions. | test.swift:20:45:20:45 | 999 : | 999 |
15-
| test.swift:38:84:38:84 | 800 | test.swift:38:84:38:84 | 800 | test.swift:38:84:38:84 | 800 | The variable '800' is an insufficient number of iterations, which is not secure for hash functions. | test.swift:38:84:38:84 | 800 | 800 |
16-
| test.swift:44:84:44:84 | lowIterations | test.swift:20:45:20:45 | 999 : | test.swift:44:84:44:84 | lowIterations | The variable 'lowIterations' is an insufficient number of iterations, which is not secure for hash functions. | test.swift:20:45:20:45 | 999 : | 999 |
17-
| test.swift:45:84:45:84 | 800 | test.swift:45:84:45:84 | 800 | test.swift:45:84:45:84 | 800 | The variable '800' is an insufficient number of iterations, which is not secure for hash functions. | test.swift:45:84:45:84 | 800 | 800 |
14+
| test.swift:37:84:37:84 | lowIterations | test.swift:20:45:20:45 | 999 : | test.swift:37:84:37:84 | lowIterations | The value '999' is an insufficient number of iterations for secure password hashing. |
15+
| test.swift:38:84:38:84 | 800 | test.swift:38:84:38:84 | 800 | test.swift:38:84:38:84 | 800 | The value '800' is an insufficient number of iterations for secure password hashing. |
16+
| test.swift:44:84:44:84 | lowIterations | test.swift:20:45:20:45 | 999 : | test.swift:44:84:44:84 | lowIterations | The value '999' is an insufficient number of iterations for secure password hashing. |
17+
| test.swift:45:84:45:84 | 800 | test.swift:45:84:45:84 | 800 | test.swift:45:84:45:84 | 800 | The value '800' is an insufficient number of iterations for secure password hashing. |

0 commit comments

Comments
 (0)