From 1281fb001d4f86dfe9315b8b5424bdfb66870897 Mon Sep 17 00:00:00 2001 From: Raja Sekhar Rao Dheekonda Date: Wed, 12 Aug 2026 09:10:24 -0700 Subject: [PATCH] fix(web-security): bump version to 1.6.0 to unblock dev sync Three content changes landed on web-security since the 1.5.0 bump without a version bump: response-queue-poisoning skill (#116), tool-agnostic preflight guidance, and the pdtm preflight guard (CAP-1174). Re-publishing 1.5.0 with changed content 400s against dev (which already has 1.5.0 stored), failing the Sync Capabilities workflow. Bump to 1.6.0 so a fresh immutable version publishes cleanly across dev/staging/prod. --- capabilities/web-security/capability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capabilities/web-security/capability.yaml b/capabilities/web-security/capability.yaml index 6a5888f..302b4a0 100644 --- a/capabilities/web-security/capability.yaml +++ b/capabilities/web-security/capability.yaml @@ -1,6 +1,6 @@ schema: 1 name: web-security -version: "1.5.0" +version: "1.6.0" description: > Web application penetration testing with 70+ attack technique playbooks covering request smuggling, cache poisoning, SSRF, SSTI, DOM