diff --git a/README.md b/README.md index 92828cd6f..df1589e7f 100644 --- a/README.md +++ b/README.md @@ -1140,7 +1140,7 @@ It removes a feature of a dependency and then compiles the project to see if it - [clippy](https://rust-lang.github.io/rust-clippy) — A code linter to catch common mistakes and improve your Rust code. -- [diff.rs](https://diff.rs) :warning: — Web application (WASM) to render a diff between Rust crate versions. +- [diff.rs](https://diff.rs) — Web application (WASM) to render a diff between Rust crate versions. - [dylint](https://www.trailofbits.com/post/write-rust-lints-without-forking-clippy) — A tool for running Rust lints from dynamic libraries. Dylint makes it easy for developers to maintain their own personal lint collections. @@ -1596,7 +1596,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

Archive

-- [alquitran](https://github.com/ferivoz/alquitran) :warning: — Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations. +- [alquitran](https://github.com/ferivoz/alquitran) — Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations. This project is intended to be used by maintainers of projects who want to offer portable source code archives for as many systems as possible. Checking tar archives with alquitran before publishing them should help spotting issues before they reach distributors and users. - [packj](https://packj.dev) — Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for "risky" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports. diff --git a/data/api/tools.json b/data/api/tools.json index 37a494fb3..b514be854 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -239,7 +239,7 @@ "plans": null, "description": "Inspects tar archives and tries to spot portability issues in regard to POSIX 2017 pax specification and common tar implementations.\nThis project is intended to be used by maintainers of projects who want to offer portable source code archives for as many systems as possible. Checking tar archives with alquitran before publishing them should help spotting issues before they reach distributors and users.", "discussion": null, - "deprecated": true, + "deprecated": null, "resources": null, "reviews": null, "demos": null, @@ -5470,7 +5470,7 @@ "plans": null, "description": "Web application (WASM) to render a diff between Rust crate versions.", "discussion": null, - "deprecated": true, + "deprecated": null, "resources": null, "reviews": null, "demos": null,