Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquade authored Jul 23, 2024
1 parent 696e036 commit ab17630
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ These findings are **not** discoverable through SAST/code review tools like Semg

The findings are also **not** discoverable through other Dynamic Application Security Testing (DAST) and API Security tools because the API is undocumented and those DAST tools do not understand how to communicate with the API. This affects roughly 80% of REST APIs, so roughly 80% of APIs are not testable with other DAST tools.

> [!NOTE]
> Disclaimer: We've created a product that can auto-document those APIs and test them with dynamic scanning to fill this gap. If you're interested in learning more, please reach out to me at kinnaird@nightvision.net. `</end advertisement>`
![Architecture](./docs/images/architecture.png)

# Motivation
Expand All @@ -19,6 +16,28 @@ The Application Security industry as a subset is also heavily focused on SAST -

_The **only** thing that matters is **exploitability**_. If a 3rd party package or SAST finding exists in your codebase, and it's not exploitable, does it matter? **No**. It doesn't.

# Comparison

> [!NOTE]
> Disclaimer: We've created a product that can auto-document those APIs and test them with dynamic scanning to fill this gap. If you're interested in learning more, please reach out to me at kinnaird@nightvision.net. `</end advertisement>`
| Category | Tool | SQL Injection - Frontend API | SQLi - Backend API |
|------------------|------------------------|------------------------------|--------------------|
| Code-Aware DAST | NightVision |||
| SAST | CodeQL |||
| SAST | Coverity |||
| SAST | Semgrep |||
| DAST | Bright Security |||
| DAST | StackHawk |||
| DAST | ZAP OSS |||
| Dependency Scans | Dependabot |||
| Dependency Scans | Snyk |||
| Infra-as-Code | Checkov |||
| Infra-as-Code | tfsec |||
| CSPM | Palo Alto Prisma Cloud |||
| CSPM | Prowler |||
| CSPM | Wiz |||

# Getting Started

## Local Setup
Expand Down

0 comments on commit ab17630

Please sign in to comment.