An open API service indexing awesome lists of open source software.

https://github.com/aygp-dr/secure-code-analyzer

Scan source code for OWASP Top 10 vulnerabilities, injection risks, and insecure patterns
https://github.com/aygp-dr/secure-code-analyzer

babashka cli clojure

Last synced: 3 months ago
JSON representation

Scan source code for OWASP Top 10 vulnerabilities, injection risks, and insecure patterns

Awesome Lists containing this project

README

          

#+TITLE: secure-code-analyzer
#+AUTHOR: aygp-dr

Scan code for security vulnerabilities. Built with [[https://github.com/babashka/babashka][Babashka]].

** Quick Start

#+begin_src bash
bb run --dir ./my-project
bb run --dir ./my-project --format json
#+end_src

** Requirements

- Babashka v1.12+

** Status

Scaffold -- see CLAUDE.md for implementation plan.