DataDog / guarddog

:snake: :mag: GuardDog is a CLI tool to Identify malicious PyPI and npm packages
https://securitylabs.datadoghq.com/articles/guarddog-identify-malicious-pypi-packages/
Apache License 2.0
611 stars 44 forks source link

Bump sarif-tools from 2.0.0 to 3.0.2 #462

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps sarif-tools from 2.0.0 to 3.0.2.

Release notes

Sourced from sarif-tools's releases.

v3.0.2

Fixed

  • #55 part 2: Added executionSuccessful to copy operation output for SARIF schema compliance.

v3.0.1

Fixed

  • #58 Fixed regression that broke sarif diff command in v3.0.0.

v3.0.0

Breaking Changes

  • Changed Python API to use new IssueReport type for issue grouping and sorting:
    • SarifFileSet now has a get_report() method
    • s.get_result_count_by_severity() replaced by s.get_report().get_issue_type_histogram_for_severity(severity)
    • s.get_result_count_by_severity() replaced by s.get_report().get_issue_count_for_severity(severity)
    • s.get_records_grouped_by_severity() replaced by s.get_report().get_issues_for_severity(severity)

Added

  • Support "none" severity level. It's only included in the output if present in the input.

Fixed

  • #39 Truncate long summaries.
  • Made issue sorting and grouping more consistent across the various reports.
  • Multiple occurrences of a single issue are now sorted by location in the Word report.
  • Improved debug and version reporting for when multiple versions are installed.
  • For the copy operation, "invocation" in the resulting sarif is changed to an object to match the spec.
  • #53 Fix the blame command for file:/// URL locations.

Compatibility

  • Python 3.8+
Changelog

Sourced from sarif-tools's changelog.

[3.0.2] - 2024-09-18

  • #55 part 2: Add executionSuccessful to copy operation output for SARIF schema compliance.

[3.0.1] - 2024-09-16

Fixed

  • #58 Fixed regression that broke sarif diff command in v3.0.0.

3.0.0 - 2024-09-10

Breaking Changes

  • Changed Python API to use new IssueReport type for issue grouping and sorting:
    • SarifFileSet now has a get_report() method
    • s.get_result_count_by_severity() replaced by s.get_report().get_issue_type_histogram_for_severity(severity)
    • s.get_result_count_by_severity() replaced by s.get_report().get_issue_count_for_severity(severity)
    • s.get_records_grouped_by_severity() replaced by s.get_report().get_issues_for_severity(severity)

Added

  • Support "none" severity level. It's only included in the output if present in the input.

Fixed

  • #39 Truncate long summaries.
  • Made issue sorting and grouping more consistent across the various reports.
  • Multiple occurrences of a single issue are now sorted by location in the Word report.
  • Improved debug and version reporting for when multiple versions are installed.
  • For the copy operation, "invocation" in the resulting sarif is changed to an object to match the spec.
  • #53 Fix the blame command for file:/// URL locations.

Compatibility

  • Python 3.8+
Commits
  • 51cfd64 Create releases in microsoft/sarif-tools not my fork
  • 78485ff Should tag source branch since that's what is built
  • 3392f3b Switch back to MicroBuild.1ES.Official.yml
  • dc1692e Make publishing step a releaseJob
  • e25892a Add Build as CreateRelease dependency for vars
  • 2b72253 Move checkout out of releaseJob
  • 8ec4f47 isProduction: true
  • e967d83 Try releaseJob
  • 9139e80 Try output dir and input instead of download
  • f1dcb95 Try to share ARTIFACT_NAME_WHEEL via globals.yml
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dependabot[bot] commented 1 month ago

Superseded by #464.