You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
License detection is not exact, the Pixar license was added in the 3.23 version and is almost identical to the Apache-2.0 license text, so I guess I'll have to add an exception for this particular license since I assume this will be a common error.
The Pixar license is an almost exact copy of Apache-2.0, but doesn't
actually have enough changes compared to the Apache-2.0 license to be
fuzzy matched if the apache license text has the appendix at the end
removed (eg, doesn't even have Pixar in the title), so this PR just adds
a workaround specifically for this case.
Resolves: #625
Describe the bug
It seems like after #617 cargo-deny started reporting Apache-2.0 without appendix as Pixar. 0.14.13 and below are unaffected.
To reproduce
git clone https://github.com/itegulov/cargo-deny-issue
cargo install [email protected]
cargo deny check
and observe:cargo-deny version
Starting from 0.14.14
What OS were you running cargo-deny on?
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: