Skip to content

Commit

Permalink
Add Precaution CLI as a SAST
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ericwb authored Sep 27, 2024
1 parent ea1a123 commit 3126595
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/tools/precaution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Precaution
categories:
- linter
tags:
- ci
- go
- java
- python
- security
license: Business Source License 1.1
types:
- cli
source: 'https://github.com/securesauce/precli'
homepage: 'https://precli.readthedocs.io/latest/'
resources:
- title: Introducing Precaution
url: https://blog.securesauce.dev/introducing-precaution
description: >-
Precaution CLI - command line static application security testing tool

0 comments on commit 3126595

Please sign in to comment.