https://bugzilla.redhat.com/show_bug.cgi?id=2445513
--- Comment #10 from Mikel Olasagasti Uranga <[email protected]> --- After some discussion in https://matrix.to/#/#golang:fedoraproject.org the best option would be: - Override blake3 dependency to latest commit - As both licenses will be detected, create a license explicit override with an empty string as the expression You can do it by editing go-vendor-tools.toml with this information: [archive] [archive.dependency_overrides] "github.com/zeebo/blake3" v0.2.5-0.20260331135518-b032e7b6def0 [licensing] detector = "askalono" exclude_files = ["vendor/github.com/DataDog/gostackparse/LICENSE-3rdparty.csv", "vendor/github.com/minio/selfupdate/LICENSE.minisig"] [[licensing.licenses]] path = "vendor/github.com/zeebo/blake3/LICENSE" sha256sum = "0589f544f68ffc436e6e21efec2cf7cc2dbb2ac09ce6cb8a8cdb75ab74489716" expression = "" (...) and recreate the vendor tarball with: go_vendor_archive create --config go-vendor-tools.toml nuclei.spec -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2445513 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202445513%23c10 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
