Skip to content

Commit

Permalink
Update ORT approved list (#2922)
Browse files Browse the repository at this point in the history
update ort script to ignore approved liceneses and packages

Signed-off-by: BoazBD <[email protected]>
  • Loading branch information
BoazBD authored Jan 7, 2025
1 parent 578e6ec commit de9526d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/get_licenses_from_ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"BSD-3-Clause OR Apache-2.0",
"ISC",
"MIT",
"MPL-2.0",
"Zlib",
"MIT OR Unlicense",
"PSF-2.0",
Expand All @@ -42,7 +43,9 @@
# Packages with non-pre-approved licenses that received manual approval.
APPROVED_PACKAGES = [
"PyPI::pathspec:0.12.1",
"PyPI::certifi:2023.11.17"
"PyPI::certifi:2023.11.17",
"Crate::ring:0.17.8",
"Maven:org.json:json:20231013"
]
SCRIPT_PATH = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit de9526d

Please sign in to comment.