Skip to content

Commit 3809f75

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent ba2e75c commit 3809f75

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ By default, govulncheck makes requests to the Go vulnerability database at https
556556

557557
- [safesql](https://github.com/stripe/safesql) :warning: — Static analysis tool for Golang that protects against SQL injections.
558558

559-
- [shisho](https://docs.shisho.dev/) — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
559+
- [shisho](https://docs.shisho.dev/) :warning: — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
560560

561561
- [staticcheck](https://staticcheck.io) — Go static analysis that specialises in finding bugs, simplifying code and improving performance.
562562

@@ -1117,6 +1117,8 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11171117

11181118
- [cargo-inspect](https://github.com/mre/cargo-inspect) :warning: — Inspect Rust code without syntactic sugar to see what the compiler does behind the curtains.
11191119

1120+
- [cargo-semver-checks](https://crates.io/crates/cargo-semver-checks) — Scan your Rust crate releases for semver violations. It can be used either directly via the CLI, as a GitHub Action in CI, or via release managers like `release-plz`. It found semver violations in [more than 1 in 6 of the top 1000 most-downloaded crates](https://predr.ag/blog/semver-violations-are-common-better-tooling-is-the-answer/) on crates.io.
1121+
11201122
- [cargo-show-asm](https://github.com/pacak/cargo-show-asm) — cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
11211123

11221124
- [cargo-spellcheck](https://github.com/drahnr/cargo-spellcheck) — Checks all your documentation for spelling and grammar mistakes with hunspell (ready) and languagetool (preview)
@@ -2171,7 +2173,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
21712173

21722174
- [kics](https://kics.io/) — Find security vulnerabilities, compliance issues, and infrastructure misconfigurations in your infrastructure-as-code. Supports Terraform, Kubernetes, Docker, AWS CloudFormation and Ansible
21732175

2174-
- [shisho](https://docs.shisho.dev/) — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
2176+
- [shisho](https://docs.shisho.dev/) :warning: — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
21752177

21762178

21772179
<a name="translation" />

data/api/tools.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,6 +1859,33 @@
18591859
"demos": null,
18601860
"wrapper": null
18611861
},
1862+
"cargo-semver-checks": {
1863+
"name": "cargo-semver-checks",
1864+
"categories": [
1865+
"linter"
1866+
],
1867+
"languages": [
1868+
"rust"
1869+
],
1870+
"other": [],
1871+
"licenses": [
1872+
"Apache License (Version 2.0) or MIT"
1873+
],
1874+
"types": [
1875+
"cli"
1876+
],
1877+
"homepage": "https://crates.io/crates/cargo-semver-checks",
1878+
"source": "https://github.com/obi1kenobi/cargo-semver-checks",
1879+
"pricing": null,
1880+
"plans": null,
1881+
"description": "Scan your Rust crate releases for semver violations. It can be used either directly via the CLI, as a GitHub Action in CI, or via release managers like `release-plz`. It found semver violations in [more than 1 in 6 of the top 1000 most-downloaded crates](https://predr.ag/blog/semver-violations-are-common-better-tooling-is-the-answer/) on crates.io.",
1882+
"discussion": null,
1883+
"deprecated": null,
1884+
"resources": null,
1885+
"reviews": null,
1886+
"demos": null,
1887+
"wrapper": null
1888+
},
18621889
"cargo-show-asm": {
18631890
"name": "cargo-show-asm",
18641891
"categories": [
@@ -16759,7 +16786,7 @@
1675916786
"plans": null,
1676016787
"description": "A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.",
1676116788
"discussion": null,
16762-
"deprecated": null,
16789+
"deprecated": true,
1676316790
"resources": null,
1676416791
"reviews": null,
1676516792
"demos": null,

0 commit comments

Comments
 (0)