sarif-rs icon indicating copy to clipboard operation
sarif-rs copied to clipboard

A group of Rust projects for interacting with the SARIF format

Results 20 sarif-rs issues
Sort by recently updated
recently updated
newest added

Bumps [prettyplease](https://github.com/dtolnay/prettyplease) from 0.2.17 to 0.2.20. Release notes Sourced from prettyplease's releases. 0.2.20 Resolve unexpected_cfgs warning (#73) 0.2.19 Improve line placement for field assignment with multiline value (#68) 0.2.18 Support...

dependencies
rust

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. Release notes Sourced from cachix/install-nix-action's releases. v27 What's Changed Enable always-allow-substitutes by default by @​sandydoo in cachix/install-nix-action#207 nix: 2.20.5 -> 2.22.1 by @​kashw2 in...

dependencies
github_actions

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) 1.0.82 Documentation improvements Commits 96f0392 Release 1.0.83 17bbd1e Merge pull request...

dependencies
rust

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.79 to 1.0.82. Release notes Sourced from proc-macro2's releases. 1.0.82 Resolve unexpected_cfgs warning (#456) 1.0.81 Documentation improvements 1.0.80 Add Literal::byte_character constructor (#449) Add Literal::c_string constructor #450) Commits...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.117. Release notes Sourced from serde_json's releases. v1.0.117 Resolve unexpected_cfgs warning (#1130) v1.0.116 Make module structure comprehensible to static analysis (#1124, thanks @​mleonhard) Commits 0ae247c...

dependencies
rust

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.35 to 1.0.36. Release notes Sourced from quote's releases. 1.0.36 Documentation improvements Commits 5d4880c Release 1.0.36 1dd7ce7 Merge pull request #273 from dtolnay/doc 0bc5d12 Apply doc comment...

dependencies
rust

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. Release notes Sourced from peaceiris/actions-gh-pages's releases. actions-github-pages v4.0.0 See CHANGELOG.md for more details. actions-github-pages v3.9.3 See CHANGELOG.md for more details. actions-github-pages v3.9.2 See CHANGELOG.md...

dependencies
github_actions

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3 to 4. Release notes Sourced from hmarr/auto-approve-action's releases. v4.0.0 What's Changed Upgrade from node 16 to node 20 Upgrade dependencies and switch from nock to msw...

dependencies
github_actions

This appears to be a typo, using the wrong tuple item.

This PR collects clippy's diagnostic children span locations into the SARIF related locations. This prevents clippy-sarif from removing relevant data that is present in clippy's json output. As an example,...