Why this matters
Supply chain visibility and vulnerability remediation are SOC 2 expectations.
Produce an SBOM (e.g., SPDX/CycloneDX) during CI and block releases if SCA finds CVEs ≥ High severity or disallowed licenses.
Supply chain visibility and vulnerability remediation are SOC 2 expectations.
Side-by-side examples engineers can pattern-match during review.
ci: skip dependency scanci: sbom > build.sbom && sca --fail-on-severity High --sbom build.sbomsca --fail-on-severity Highsca --ignore-allFrom the same buckets as this rule.
Public services must require TLSv1.2 or higher and set HSTS (max-age ≥ 15552000, includeSubDomains). Reject plaintext HTTP and weak ciphers; cookies must be Secure and HttpOnly with SameSite set.