Skip to content

chore(deps): bump advanced-security/filter-sarif from 1.0.1 to 1.1#12918

Merged
BagToad merged 1 commit intotrunkfrom
dependabot/github_actions/advanced-security/filter-sarif-1.1
Apr 14, 2026
Merged

chore(deps): bump advanced-security/filter-sarif from 1.0.1 to 1.1#12918
BagToad merged 1 commit intotrunkfrom
dependabot/github_actions/advanced-security/filter-sarif-1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps advanced-security/filter-sarif from 1.0.1 to 1.1.

Release notes

Sourced from advanced-security/filter-sarif's releases.

v1.1

What's Changed

New Contributors

Full Changelog: advanced-security/filter-sarif@v1...v1.1

Commits
  • 2da736f Merge pull request #17 from advanced-security/copilot/add-severity-filter-option
  • b82026b Remove [DEBUG] print statements from production code
  • f15e3e4 Update action.yml
  • f74eb20 Refactor collect_rule_severities to streamline rule processing and enhance de...
  • da97499 Fix severity filter: results no longer incorrectly filtered when level is mis...
  • be31281 Initial plan for severity filter bug fix
  • 4bddfd6 Address code review: use env var for shell safety, fix double strip
  • e304681 Add optional severity filter for SARIF alerts
  • 36dc0ce Initial plan
  • 59d0a64 Merge pull request #14 from aibaars/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [advanced-security/filter-sarif](https://github.com/advanced-security/filter-sarif) from 1.0.1 to 1.1.
- [Release notes](https://github.com/advanced-security/filter-sarif/releases)
- [Commits](advanced-security/filter-sarif@f3b8118...2da736f)

---
updated-dependencies:
- dependency-name: advanced-security/filter-sarif
  dependency-version: '1.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 12, 2026 14:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 12, 2026
@dependabot dependabot bot requested a review from BagToad March 12, 2026 14:03
jeffwidman added a commit to dependabot/dependabot-core that referenced this pull request Mar 16, 2026
…ents

When a pinned SHA has multiple version tags (e.g. v1, v1.0, v1.0.1),
the version comment update logic used .find to pick the first tag whose
version string was a suffix of the comment. Because tags are sorted
ascending, this could pick a short version like "1" that is a substring
of the actual comment version "1.0.1". The subsequent gsub("1", "1.1")
then mangled the entire comment, e.g. "# v1.0.1" became "# v1.1.0.1.1".

Fix by selecting the longest (most specific) matching version string
instead of the first match. This ensures gsub replaces the correct
substring.

Fixes an issue observed in cli/cli#12918 where
the comment was incorrectly updated to "# v1.1.0.1.1" instead of
"# v1.1".
jeffwidman added a commit to dependabot/dependabot-core that referenced this pull request Mar 17, 2026
…ents

When a pinned SHA has multiple version tags (e.g. v1, v1.0, v1.0.1),
the version comment update logic used .find to pick the first tag whose
version string was a suffix of the comment. Because tags are sorted
ascending, this could pick a short version like "1" that is a substring
of the actual comment version "1.0.1". The subsequent gsub("1", "1.1")
then mangled the entire comment, e.g. "# v1.0.1" became "# v1.1.0.1.1".

Fix by selecting the longest (most specific) matching version string
instead of the first match. This ensures gsub replaces the correct
substring.

Fixes an issue observed in cli/cli#12918 where
the comment was incorrectly updated to "# v1.1.0.1.1" instead of
"# v1.1".
jeffwidman added a commit to dependabot/dependabot-core that referenced this pull request Mar 17, 2026
…ents (#14461)

When a pinned SHA has multiple version tags (e.g. v1, v1.0, v1.0.1),
the version comment update logic used .find to pick the first tag whose
version string was a suffix of the comment. Because tags are sorted
ascending, this could pick a short version like "1" that is a substring
of the actual comment version "1.0.1". The subsequent gsub("1", "1.1")
then mangled the entire comment, e.g. "# v1.0.1" became "# v1.1.0.1.1".

Fix by selecting the longest (most specific) matching version string
instead of the first match. This ensures gsub replaces the correct
substring.

Fixes an issue observed in cli/cli#12918 where
the comment was incorrectly updated to "# v1.1.0.1.1" instead of
"# v1.1".
Copy link
Copy Markdown
Member

@BagToad BagToad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Investigated upstream changes (v1.0.1 to v1.1): Adds optional severity input (cli/cli doesn't use it), UTF-8 encoding fix for SARIF I/O. cli/cli's usage (path-pattern filtering of third-party/**) hits the same code path as before. No breaking changes.

@BagToad BagToad merged commit d3b2ceb into trunk Apr 14, 2026
44 checks passed
@BagToad BagToad deleted the dependabot/github_actions/advanced-security/filter-sarif-1.1 branch April 14, 2026 18:36
@t72053166-eng t72053166-eng mentioned this pull request Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant