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
628 stars 44 forks source link

Bump sarif-tools from 2.0.0 to 3.0.1 #457

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps sarif-tools from 2.0.0 to 3.0.1.

Release notes

Sourced from sarif-tools's releases.

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.1] - unreleased

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


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 2 months ago

Superseded by #462.