1. Block AGPL in a CI license gate
DevSecOps engineerBackground
A project SBOM lists an application under MIT and a directly referenced server library under AGPL-3.0-only.
Problem
The team needs to identify the denied license and show how the package is reached from the application.
How to use
Paste the SPDX 2.3 JSON, leave format detection enabled, select the Balanced preset, set copyleft tolerance to Weak, add AGPL-3.0-only to Denied Licenses, and choose SARIF.
{"sbomFormat":"auto","policyPreset":"balanced","copyleftTolerance":"weak","allowedLicenses":"","deniedLicenses":"AGPL-3.0-only","failOnUnknown":true,"reportFormat":"sarif"}Outcome
The SARIF 2.1.0 report flags the AGPL-3.0-only component and includes its dependency path from the application root.