From 2ae6295b5143b4d2878d7635f270363eb5d82e97 Mon Sep 17 00:00:00 2001 From: elsapet Date: Fri, 7 Jun 2024 09:25:20 +0200 Subject: [PATCH] fix: missing import --- rules/python/lang/weak_password_encryption_sha1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/python/lang/weak_password_encryption_sha1.yml b/rules/python/lang/weak_password_encryption_sha1.yml index 46bdb238..220124c2 100644 --- a/rules/python/lang/weak_password_encryption_sha1.yml +++ b/rules/python/lang/weak_password_encryption_sha1.yml @@ -1,5 +1,6 @@ imports: - python_shared_lang_datatype + - python_shared_lang_import1 patterns: - pattern: $($, $$<...>) filters: