Skip to content

Commit d49ea00

Browse files
committed
#259 Fix linting issues - 1
1 parent 70b8803 commit d49ea00

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/linters/bearer.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
rule:
22
skip-rule:
3-
- "CWE-22"
4-
- "CWE-78"
3+
- python_lang_os_command_injection
4+
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
uses: py-actions/flake8@v2
3535
with:
3636
max-line-length: 88
37-
path: src
37+
path: sz_tools
3838
plugins: flake8-black

development-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bandit==1.8.6
22
black==25.9.0
33
build==1.3.0
4-
coverage==7.11.0
4+
coverage==7.10.7
55
flake8==7.3.0
66
fpvs==0.3.0
77
isort==7.0.0

testdata/senzing-license/g2.lic

1.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)