chore(web-security): bump version to 1.6.0 - #118
Merged
GangGreenTemperTatum merged 1 commit intoAug 12, 2026
Conversation
Version bump required for the manifest sync — 1.5.0 already published. Publishes the new response-queue-poisoning skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the web-security capability version
1.5.0 → 1.6.0to fix the failed manifest sync after PR #116.Why
PR #116 added the
response-queue-poisoningskill but did not bump the version. The capability-sync CI job then tried to upload manifestweb-security/manifests/1.5.0, which was already published (by the earlier Caido Go MCP merge). The platform rejects re-publishing an existing immutable version, returning400 Bad Request.Bumping to
1.6.0(minor bump for the additive skill) lets the sync publish a fresh manifest. This matches the repo convention where each functional web-security change bumps the version.Failed run: https://github.com/dreadnode/capabilities/actions/runs/31614567028/job/94177341121