docs: 0.15.0 bump + FP safety banner + chart-vs-tag#741
Open
ashwinamardeep-ashwin wants to merge 1 commit into
Open
docs: 0.15.0 bump + FP safety banner + chart-vs-tag#741ashwinamardeep-ashwin wants to merge 1 commit into
ashwinamardeep-ashwin wants to merge 1 commit into
Conversation
Three minimal follow-ups to the merged SECURITY.md: 1. Bump stale 0.14.6/0.14.9 references to current GA (0.15.0/0.15.8). 2. Add a Status-check banner at the top of the FP registry so customers don't close fixed-with-upgrade findings as false positives. 3. Add a chart-vs-tag callout explaining that the image tag is the chart's appVersion (with worked example: chart 0.14.6 -> tag 0.14.9). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1f4dec4 to
184f0cd
Compare
184f0cd to
2e05331
Compare
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.
Four small fixes:
Statusfield check so fixed-with-upgrade findings aren't treated as false positives.security-md-auto-bump.yml) — auto-opens a follow-up PR to bump the version references in SECURITY.md on each new langsmith-* GA release. Uses HTML comment markers to fence the auto-updatable regions; only marked sections are ever modified. Historical worked example is preserved by design.Security note on item 4: the release tag value is passed to shell steps via
env:(not interpolated intorun:script bodies) to avoid Actions script injection, and is shape-checked before use. Token scope is limited tocontents: write+pull-requests: write; the workflow opens a PR for review rather than committing to main.No existing FP registry rows rewritten. No content outside the marker blocks is automatable.