Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ort-65.0.0.tgz | 2025-07-31 | 195.2 MB | |
ort-65.0.0.tgz.asc | 2025-07-31 | 831 Bytes | |
ort-65.0.0.zip | 2025-07-31 | 195.3 MB | |
ort-65.0.0.zip.asc | 2025-07-31 | 831 Bytes | |
orth-65.0.0.tgz | 2025-07-31 | 54.8 MB | |
orth-65.0.0.tgz.asc | 2025-07-31 | 831 Bytes | |
orth-65.0.0.zip | 2025-07-31 | 54.9 MB | |
orth-65.0.0.zip.asc | 2025-07-31 | 831 Bytes | |
65.0.0 source code.tar.gz | 2025-07-31 | 18.4 MB | |
65.0.0 source code.zip | 2025-07-31 | 21.4 MB | |
README.md | 2025-07-31 | 2.5 kB | |
Totals: 11 Items | 540.0 MB | 0 |
This release introduces support for includes in the .ort.yml
file (#10347 ). Please note that the implementation of that feature is not yet complete, for example, some reports will not correctly show excluded packages when includes are used (see https://github.com/oss-review-toolkit/ort/issues/10347#issuecomment-3136035243).
What's Changed
🛠 Breaking Changes
- [26aef7] chore(scanner)!: Remove the Boyter
lc
scanner
🐞 Bug Fixes
- [306135] fossid-webapp: Ignore duplicate rule creation
- [ba4a6a] git: Improve the logic to determine the remote URL
- [08cef9] maven: Do not override repository properties with unset values
- [b92be4] scanner: Correct setting scanner tool versions
- [f3c95a] utils: detect key‑based duplicates in Set inputs
🎉 New Features
- [11f4c9] RepositoryConfiguration: Add a model for path includes
- [e11139] analyzer: Honor includes to the
PackageManager
- [b1a145] cli: Also merge the includes
- [e8bbb8] common-utils: Add convenience operators to resolve
File
paths - [6c5ab2] gradle: Support authentication for repositories
- [7c5958] model: Add
+
merge operators for scan-domain objects - [6ca7dd] model: Apply includes to the
OrtResult
- [ac4176] model: Guard duplicate scan results / file lists per provenance
- [bb9f29] ort-utils: Support merging non-conflicting
Environment
s - [ac3df5] scanner: Expose includes in the scan context
- [927e47] scanner: Merge duplicate scan results that share a provenance
📖 Documentation
- [0db373] ort-yml: Fix a small typo in the
ort-yml
documentation
🔧 Chores
- [82e462] fossid: Inline a few properties for simplicity and compactness
- [3d14c8] fossid: Remove superfluous parentheses
- [474925] Add clarifying parentheses for the
/
operator - [e2dd08] Prefer the
/
operator to resolve files in simple cases
🚀 Dependency Updates
- [87268b] update aws-java-sdk-v2 monorepo to v2.32.12
- [c9da84] update com.blackduck.integration:blackduck-common to v67.0.15
- [375306] update com.sun.mail:jakarta.mail to v2.0.2
- [8ff323] update github/codeql-action digest to 51f7732
- [309c5a] update org.apache.commons:commons-compress to v1.28.0
🚜 Refactorings
- [b58c8b] model: replace
let { … }
withalso { … }
in ScannerRun checks
💡 Other Changes
- [ec1e69] Revert "chore(fossid): Inline a few properties for simplicity and compactness"
- [ffe47b] Revert "fix(fossid-webapp): Deduplicate and normalize ignore rules"