Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
64de3d0
Update /helpers and/task to insert WAS finding and tasks with WAS fin…
cduhn17 Mar 31, 2025
e89dd71
Add WAS findings scan to ScanTasksView
cduhn17 Mar 31, 2025
f85d8ab
Update was finding sync
cduhn17 Apr 3, 2025
1c9ce3a
Update was finding insert to remove pe reports api key/url
cduhn17 Apr 3, 2025
a4c55de
Update dev.env.example
cduhn17 Jun 4, 2025
a63e052
Update syncmdl and syncdb_helpers code to create local dev user with …
cduhn17 Jun 9, 2025
c130914
Remove temp fix for local dev api key code
cduhn17 Jun 20, 2025
9532222
Update syncmdl to fix merge conflicts
cduhn17 Jun 23, 2025
2c306e1
Update to fix failing checks with mypy in pre-commit
cduhn17 Jun 23, 2025
be6f264
Update was scan code
cduhn17 Jul 7, 2025
2e14763
Merge remote-tracking branch 'origin/develop' into cd_was_scan_conver…
cduhn17 Jul 7, 2025
5c85d2d
Update for linting issues at LOGGING statements
cduhn17 Jul 7, 2025
025d84e
Update for lint issues
cduhn17 Jul 7, 2025
ffc6ac0
Update linting issues when calling SEVERITY_MAP
cduhn17 Jul 7, 2025
4dfdec8
Update linting issues at was and was_helpers
cduhn17 Jul 7, 2025
99979b1
Update linting issues at was_helpers to many statements at _process_d…
cduhn17 Jul 7, 2025
2d52ba5
Update linting issues at was_helpers to many statements at _upsert_su…
cduhn17 Jul 7, 2025
9ee290c
Merge branch 'develop' into cd_was_scan_conversion
cduhn17 Jul 11, 2025
bebf1cc
Merge branch 'develop' into cd_was_scan_conversion
cduhn17 Jul 15, 2025
1e93543
Update lint issues
cduhn17 Jul 22, 2025
cc06872
Merge remote-tracking branch 'origin/cd_was_scan_conversion' into cd_…
cduhn17 Jul 22, 2025
b5de208
Update lint issues
cduhn17 Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ repos:
- id: mypy
additional_dependencies:
- types-requests
- types-retry
- redis==5.2.0
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
Expand Down
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ python-multipart==0.0.19
PyYAML==6.0.2
redis==5.2.0
requests==2.32.3
retry
rich==13.9.4
rich-toolkit==0.12.0
s3transfer==0.10.4
Expand Down
Loading
Loading