Skip to content

Commit dd5127d

Browse files
committed
Refactor lib to use ghsl
1 parent 2f644ba commit dd5127d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/lib/github/cryptography/RandomNumberGenerator.qll renamed to python/lib/ghsl/cryptography/RandomNumberGenerator.qll

File renamed without changes.

python/src/security/CWE-338/WeakPRNG.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
import python
15-
import github.cryptography.RandomNumberGenerator
15+
import ghsl.cryptography.RandomNumberGenerator
1616

1717
from RandomNumberGenerator::Sinks rngs
1818
select rngs, "Using weak PRNG"

0 commit comments

Comments
 (0)