mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
3 lines
274 B
Plaintext
3 lines
274 B
Plaintext
| tst.js:3:14:3:71 | crypto. ... 1024 }) | Creation of an asymmetric RSA key uses 1024 bits, which is below 2048 and considered breakable. |
|
|
| tst.js:7:14:7:59 | crypto. ... : 64 }) | Creation of an symmetric key uses 64 bits, which is below 128 and considered breakable. |
|