Skip to content

Commit

Permalink
Add Precaution CLI as a SAST (#1621)
Browse files Browse the repository at this point in the history
* Add Precaution CLI as a SAST

Precli (or PrecautionCLI) is another SAST that checks Go, Java, and Python code for security vulnerabilities. A free-to-use CLI is available that covers standard library of each language. Also available is a GitHub Action and GitHub App.

* Update precaution.yml
  • Loading branch information
ericwb authored Sep 27, 2024
1 parent ea1a123 commit d96c822
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/tools/precaution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Precaution
categories:
- linter
tags:
- ci
- go
- java
- python
- security
license: Business Source License 1.1
types:
- cli
- service
source: 'https://github.com/securesauce/precli'
homepage: 'https://www.securesauce.dev/'
resources:
- title: Introducing Precaution
url: https://blog.securesauce.dev/introducing-precaution
plans:
oss: true
free: true
pricing: https://www.securesauce.dev/
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.

0 comments on commit d96c822

Please sign in to comment.