diff --git a/README.md b/README.md index e09bc8512..64ad41394 100644 --- a/README.md +++ b/README.md @@ -856,7 +856,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it, - [PHP Insights](https://phpinsights.com) — Instant PHP quality checks from your console. Analysis of code quality and coding style as well as overview of code architecture and its complexity. -- [Php Inspections (EA Extended)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) :warning: — A Static Code Analyzer for PHP. +- [Php Inspections (EA Extended)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) — A Static Code Analyzer for PHP. - [PHP Refactoring Browser](https://qafoolabs.github.io/php-refactoring-browser) — Refactoring helper. @@ -1511,6 +1511,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea - [pre-commit](https://pre-commit.com) — A framework for managing and maintaining multi-language pre-commit hooks. +- [Precaution](https://www.securesauce.dev/) — Precaution is a static analysis security tool (SAST) designed to find potentially critical vulnerabilities in source code prior to production. It is available as a CLI, GitHub Action, and GitHub App. + - [Prettier](https://prettier.io) — An opinionated code formatter. - [Pronto](https://github.com/prontolabs/pronto) — Quick automated code review of your changes. Supports more than 40 runners for various languages, including Clang, Elixir, JavaScript, PHP, Ruby and more. diff --git a/data/api/tools.json b/data/api/tools.json index 25b4a6d83..ae1cc333e 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -12990,7 +12990,7 @@ "plans": null, "description": "A Static Code Analyzer for PHP.", "discussion": null, - "deprecated": true, + "deprecated": null, "resources": null, "reviews": null, "demos": null, @@ -13997,6 +13997,47 @@ "demos": null, "wrapper": null }, + "precaution": { + "name": "Precaution", + "categories": [ + "linter" + ], + "languages": [ + "go", + "java", + "python" + ], + "other": [ + "ci", + "security" + ], + "licenses": [ + "Business Source License 1.1" + ], + "types": [ + "cli", + "service" + ], + "homepage": "https://www.securesauce.dev/", + "source": "https://github.com/securesauce/precli", + "pricing": "https://www.securesauce.dev/", + "plans": { + "free": true, + "oss": true + }, + "description": "Precaution is a static analysis security tool (SAST) designed to find potentially critical vulnerabilities in source code prior to production. It is available as a CLI, GitHub Action, and GitHub App.", + "discussion": null, + "deprecated": null, + "resources": [ + { + "title": "Introducing Precaution", + "url": "https://blog.securesauce.dev/introducing-precaution" + } + ], + "reviews": null, + "demos": null, + "wrapper": null + }, "prettier": { "name": "Prettier", "categories": [