Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security dependencies update #94

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
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
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."

Loading