Skip to content

Commit 0e9a54e

Browse files
committed
Python: Rename WeakCrypto to WeakCryptoKey
Since WeakCrypto always makes me think that it's about all weak crypto (like using MD5, or completely broken ciphers such as ARC4 ro DES) and not just about weak key generation.
1 parent 46ad611 commit 0e9a54e

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lgtm,codescanning
22
* Ported _Use of weak cryptographic key_ (`py/weak-crypto-key`) query to use new type-tracking approach instead of points-to. This might result in some difference in results being found, but overall this should result in a more robust and accurate analysis.
3+
* Renamed the query file for _Use of weak cryptographic key_ (`py/weak-crypto-key`) from `WeakCrypto.ql` to `WeakCryptoKey.ql` (in the `python/ql/src/Security/CWE-326/` folder), which could impact custom query suites that include/exclude this query by using it's path.
File renamed without changes.
File renamed without changes.

python/ql/test/query-tests/Security/CWE-326/WeakCrypto.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/ql/test/query-tests/Security/CWE-326/WeakCrypto.expected renamed to python/ql/test/query-tests/Security/CWE-326/WeakCryptoKey.expected

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Security/CWE-326/WeakCryptoKey.ql

0 commit comments

Comments
 (0)