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 [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @​dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @​thomasrockhu-codecov...

dependencies
github_actions

I have my rust project inside a folder, the problem is that the paths returned by the SARIF are not taking that into account. Is there a way to prefix...

https://github.com/psastras/sarif-rs/releases/shellcheck-sarif-latest points to 0.2.26 which is more than a year old. https://github.com/psastras/sarif-rs/blob/591b6e9fae691c2b3d01e01da6c29d90bf70cdbe/README.md#L46-L56 Probably the release process is missing a step to bump the stable tags.

I'd like to request adding more binary releases to the tools published here, especially static binaries (ie: with `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl`), in order to be able to quickly use the...

The currently supported format, `json,` is considered to be legacy. Let's also add support for the `json1` format.

Document the way how to get sarif tools using `dnf` on Fedora Linux. e.g `sudo dnf install sarif-fmt` --- Fedora Packages: * [clang-tidy-sarif](https://src.fedoraproject.org/rpms/rust-clang-tidy-sarif) * [clippy-sarif](https://src.fedoraproject.org/rpms/rust-clippy-sarif) * [hadolint-sarif](https://src.fedoraproject.org/rpms/rust-hadolint-sarif) * [shellcheck-sarif](https://src.fedoraproject.org/rpms/rust-shellcheck-sarif) *...

This is probably an issue I introduced in https://github.com/psastras/sarif-rs/pull/406. I ran into a case where clang-tidy produces the following warnings: ``` /__w/idf-extra-components/idf-extra-components/freetype/freetype/src/base/ftbitmap.c:123:9: warning: Call to function 'memcpy' is insecure as...

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.79 to 1.0.83. Release notes Sourced from proc-macro2's releases. 1.0.83 Optimize the representation of Ident (#462) 1.0.82 Resolve unexpected_cfgs warning (#456) 1.0.81 Documentation improvements 1.0.80 Add Literal::byte_character...

dependencies
rust

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.86. Release notes Sourced from anyhow's releases. 1.0.86 Fix parse error in ensure! with non-literal after minus sign (#373) 1.0.85 Improve ensure! macro's rules to...

dependencies
rust

It would be great to have a deny-sarif tool to convert the output of cargo-deny (it supports json) to sarif format.