Skip to content

Commit

Permalink
first changes 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
rhnux committed Jan 13, 2025
1 parent 56a94b0 commit 8cc9f9c
Show file tree
Hide file tree
Showing 7 changed files with 4,072 additions and 181 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,34 @@ SAP Security Notes - Vulns CVEs Priority and EPSS.
NIST_API = ""
VULNCHECK_API = "vulncheck_"
```
---

# CVE Prioritizer

CVE Prioritizer is a serverless application that helps prioritize vulnerability patching by combining CVSS, EPSS, and CISA's Known Exploited Vulnerabilities. This tool streamlines the process>

## Architecture

```mermaid
architecture-beta
group vercel(logos:vercel)[Vercel serveless]
service gateway(logos:vercel)[API Gateway] in vercel
service function(logos:vercel)[Serverless Function] in vercel
group aws(logos:aws)[AWS]
service s3(logos:aws-s3)[S3 Storage] in aws
group external[External Services]
service github(logos:gitlab)[GitHub Repository] in external
service pip(logos:python)[pip Package Manager] in external
gateway:L --> R:function
function:T --> L:s3
function:R -- B:github
function:B <-- T:pip
```

1,455 changes: 1,455 additions & 0 deletions data/sap_cve_2024_aws.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 8cc9f9c

Please sign in to comment.