Files
codeql/swift/ql/test/query-tests/Security/CWE-916/InsufficientHashIterations.expected
2024-02-09 11:32:07 +01:00

18 lines
1.6 KiB
Plaintext

edges
| test.swift:20:45:20:45 | 99999 | test.swift:33:22:33:43 | call to getLowIterationCount() | provenance | |
| test.swift:33:22:33:43 | call to getLowIterationCount() | test.swift:37:84:37:84 | lowIterations | provenance | |
| test.swift:33:22:33:43 | call to getLowIterationCount() | test.swift:44:84:44:84 | lowIterations | provenance | |
nodes
| test.swift:20:45:20:45 | 99999 | semmle.label | 99999 |
| test.swift:33:22:33:43 | call to getLowIterationCount() | semmle.label | call to getLowIterationCount() |
| test.swift:37:84:37:84 | lowIterations | semmle.label | lowIterations |
| test.swift:38:84:38:84 | 80000 | semmle.label | 80000 |
| test.swift:44:84:44:84 | lowIterations | semmle.label | lowIterations |
| test.swift:45:84:45:84 | 80000 | semmle.label | 80000 |
subpaths
#select
| test.swift:37:84:37:84 | lowIterations | test.swift:20:45:20:45 | 99999 | test.swift:37:84:37:84 | lowIterations | The value '99999' is an insufficient number of iterations for secure password hashing. |
| test.swift:38:84:38:84 | 80000 | test.swift:38:84:38:84 | 80000 | test.swift:38:84:38:84 | 80000 | The value '80000' is an insufficient number of iterations for secure password hashing. |
| test.swift:44:84:44:84 | lowIterations | test.swift:20:45:20:45 | 99999 | test.swift:44:84:44:84 | lowIterations | The value '99999' is an insufficient number of iterations for secure password hashing. |
| test.swift:45:84:45:84 | 80000 | test.swift:45:84:45:84 | 80000 | test.swift:45:84:45:84 | 80000 | The value '80000' is an insufficient number of iterations for secure password hashing. |