kit 1.16.0
Added
- SARIF + OSV ingestion adapter — one parser per format, not per tool (
kit ingest <sarif|osv> <file>). SARIF 2.1.0 (semgrep/CodeQL/Trivy/Grype/…) and OSV-scanner JSON normalize into kit'sSecurityCheckResultshape: SARIF mapssecurity-severity(CVSS) → severity with alevelfallback and liftsCWE-NNNrule tags into a citation; OSV maps package vulnerabilities todependencyfindings with an OWASP-A06 citation. Pure (string → findings), fixture-tested;kit ingestprints them severity-sorted (--jsonfor the raw list). Ingesting the format means any SARIF/OSV-emitting scanner feeds kit's finding ledger uniformly. (#48)
Full changelog: https://github.com/sandstream/kit/blob/v1.16.0/CHANGELOG.md
Verify this release:
git tag -v v1.16.0
npm audit signatures