We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b8803 commit d49ea00Copy full SHA for d49ea00
4 files changed
.github/linters/bearer.yml
@@ -1,4 +1,7 @@
1
rule:
2
skip-rule:
3
- - "CWE-22"
4
- - "CWE-78"
+ - python_lang_os_command_injection
+ - python_lang_path_traversal
5
+ - python_lang_path_using_user_input
6
+ - python_lang_sql_injection
7
+ - python_lang_weak_random
.github/workflows/flake8.yaml
@@ -34,5 +34,5 @@ jobs:
34
uses: py-actions/flake8@v2
35
with:
36
max-line-length: 88
37
- path: src
+ path: sz_tools
38
plugins: flake8-black
development-requirements.txt
@@ -1,7 +1,7 @@
bandit==1.8.6
black==25.9.0
build==1.3.0
-coverage==7.11.0
+coverage==7.10.7
flake8==7.3.0
fpvs==0.3.0
isort==7.0.0
testdata/senzing-license/g2.lic
1.07 KB
0 commit comments