Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: advanced-security/filter-sarif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: advanced-security/filter-sarif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1
Choose a head ref
  • 19 commits
  • 5 files changed
  • 8 contributors

Commits on Jun 27, 2023

  1. Update README.md

    aegilops authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f1f6614 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Specify category in upload

    felickz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6c35c31 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request #10 from felickz/patch-1

    Specify category in upload
    GeekMasher authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9d512cf View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix minimal example glob

    Fix the glob in the minimal example
    aegilops authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    531747e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from advanced-security/fix-minimal-example

    Fix minimal example glob
    aegilops authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ec8b05b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    2a9c7e9 View commit details
    Browse the repository at this point in the history
  2. Submit diagnostics for failed runs so they're visible on the status page

    `upload: failure-only` will still upload a SARIF file with diagnostic information to display on the status page when the run fails.
    
    Also specify the category earlier on so this can be injected by CodeQL into the SARIF file.
    henrymercer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4617af0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #13 from henrymercer/henrymercer/update-usage

    Update recommended usage to preserve diagnostics for failed runs
    aegilops authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    28c10be View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    f3d7349 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from aibaars/patch-1

    Update filter_sarif.py: use UTF-8 as encoding for reading/writing SARIF content
    aegilops authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    59d0a64 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Initial plan

    Copilot committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    36dc0ce View commit details
    Browse the repository at this point in the history
  2. Add optional severity filter for SARIF alerts

    Support filtering by SARIF result level (error, warning, note, none)
    and security-severity categories (critical, high, medium, low) derived
    from rule metadata. The filter is applied before pattern-based filtering.
    
    Co-authored-by: adrienpessu <7055334+adrienpessu@users.noreply.github.com>
    Copilot and adrienpessu committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    e304681 View commit details
    Browse the repository at this point in the history
  3. Address code review: use env var for shell safety, fix double strip

    Co-authored-by: adrienpessu <7055334+adrienpessu@users.noreply.github.com>
    Copilot and adrienpessu committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    4bddfd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Initial plan for severity filter bug fix

    Co-authored-by: adrienpessu <7055334+adrienpessu@users.noreply.github.com>
    Copilot and adrienpessu committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    be31281 View commit details
    Browse the repository at this point in the history
  2. Fix severity filter: results no longer incorrectly filtered when leve…

    …l is missing
    
    Co-authored-by: adrienpessu <7055334+adrienpessu@users.noreply.github.com>
    Copilot and adrienpessu committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    da97499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f74eb20 View commit details
    Browse the repository at this point in the history
  4. Update action.yml

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    adrienpessu and Copilot authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    f15e3e4 View commit details
    Browse the repository at this point in the history
  5. Remove [DEBUG] print statements from production code

    Co-authored-by: adrienpessu <7055334+adrienpessu@users.noreply.github.com>
    Copilot and adrienpessu committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    b82026b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17 from advanced-security/copilot/add-severity-fi…

    …lter-option
    
    Add optional severity filter for SARIF alerts
    adrienpessu authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    2da736f View commit details
    Browse the repository at this point in the history
Loading