Skip to content

Commit

Permalink
Security dependencies update
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#567

Fixing ORT
  • Loading branch information
edulix committed Feb 21, 2024
1 parent 2fd25e0 commit 76df044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---
resolutions:
rule_violations:
- message: "The package PIP::frestq-requirements:.* has the declared ScanCode copyleft catalogized license AGPL-3.0-only."
- message: "The package PIP::frestq-with-requirements-requirements.txt:.* has the declared ScanCode copyleft catalogized license AGPL-3.0-only."
reason: "LICENSE_ACQUIRED_EXCEPTION"
comment: "The project is open source so it's normal that it's set as such."

Expand All @@ -21,7 +21,7 @@ resolutions:
reason: "DYNAMIC_LINKAGE_EXCEPTION"
comment: "This is actually a GPL-2.0 with a linking exception, allowing not to have to relicense any linking code, such as our case."

- message: "The project PIP::frestq-requirements:.* has the dependency PyPI::uwsgi:.* licensed under the ScanCode copyleft categorized license GPL-2.0-only."
- message: "The project PIP::frestq-with-requirements-requirements.txt:.* has the dependency PyPI::uwsgi:.* licensed under the ScanCode copyleft categorized license GPL-2.0-only."
reason: "DYNAMIC_LINKAGE_EXCEPTION"
comment: "This happens with uwsgi which is actually a GPL-2.0 with a linking exception, allowing not to have to relicense any linking code, such as our case."

0 comments on commit 76df044

Please sign in to comment.