Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #89 from glenda1015/glenda1015/update-package-vers…
Browse files Browse the repository at this point in the history
…ions

Changed package versions to fix build errors and on the tool defect
  • Loading branch information
Cyber-JiuJiteria authored Jul 12, 2023
2 parents 92b6278 + 728f018 commit 6f1429c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asgiref==3.7.2
astroid==2.12.13
astroid==2.15.6
azure-core==1.26.1
azure-storage-blob==12.16.0
bandit==1.7.5
Expand All @@ -23,6 +23,9 @@ flake8>=5.0.2,<=6.0.0
flake8-polyfill==1.0.2
gitdb==4.0.10
GitPython==3.1.30
graphene==3.2.2
graphene-django==3.1.2
graphene-file-upload==1.3.0
idna==3.4
isodate==0.6.1
isort==5.10.1
Expand All @@ -36,7 +39,7 @@ packageurl-python==0.11.1
packaging==23.1
pathspec==0.11.1
pbr==5.11.1
pep8-naming==0.13.3
pep8-naming>=0.10.0,<=0.13.3
platformdirs==3.8.0
poetry-semver==0.1.0
prospector==1.10.2
Expand Down
1 change: 1 addition & 0 deletions src/triage/views/tool_defect.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def save_tool_defect(request: HttpRequest) -> HttpResponse:
if finding_uuid:
finding = get_object_or_404(Finding, uuid=finding_uuid)
tool_defect.findings.add(finding)
tool_defect.assigned_to = finding.assigned_to
tool_defect.save()

if note_content and note_content.strip():
Expand Down

0 comments on commit 6f1429c

Please sign in to comment.