@clear-capabilities/agentic-security-scanner 0.137.0 → 0.137.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,21 @@
9
9
  > make the history less accurate, not more.
10
10
 
11
11
 
12
+ ## 0.137.1 — Dependabot policy for the deliberately-vulnerable fixtures
13
+
14
+ Housekeeping release. Adds `.github/dependabot.yml` so Dependabot leaves the
15
+ intentionally-vulnerable fixture directories alone — `examples/demo-app`,
16
+ `scanner/test/fixtures/**`, and `bench/**` pin old, known-vulnerable
17
+ dependencies on purpose so the SCA/SBOM/CVE detectors and the tutorials have
18
+ real findings to surface (and `scanner/test/demo-app.test.js` asserts a CVE
19
+ finding on a pinned dep). An `ignore: "*"` entry suppresses both version- and
20
+ security-update PRs for those directories. The real trees (`scanner/`,
21
+ `ide/vscode/`) get no version-update entries — their currency stays enforced by
22
+ the `dependency-currency` release gate — and repo-level security updates still
23
+ cover them.
24
+
25
+ No engine or detector changes.
26
+
12
27
  ## 0.137.0 — detection-gap remediation Themes B+D, C, E, plus R9, the R16 close-out, and the docs overhaul
13
28
 
14
29
  Seven independent slices of `docs/DETECTION_GAP_REMEDIATION_PRD.md` land
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clear-capabilities/agentic-security-scanner",
3
- "version": "0.137.0",
3
+ "version": "0.137.1",
4
4
  "description": "Scanner engine for the agentic-security Claude Code plugin — SAST, SCA (function-level reachability + CISA KEV), secrets, IaC, prompt-injection, MCP/agent-tool audit, auth/authZ deep analysis, attack chains, PoC generation, business logic, toxic-combinations scoring, SBOM, pipeline integrity, compliance attestation, and more.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",