Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

describe how to use vulnrichment in readme #535

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,28 @@ python3 trivydb2tc.py -d ~/.cache/trivy/db/trivy.db --force-update "http://local

```

# :bulb: Topic Update from Vulnrichment

Purpose: To update topics from Vulnrichment to regist exploitation and automatable in topic.

## :triangular_flag_on_post: Usage

Run the following commands to clone vulnrichment

```bash
git clone https://github.com/cisagov/vulnrichment

```

Run the following commands to update topics from vulnrichment:

```bash
export THREATCONNECTOME_REFRESHTOKEN="XXXXXXXXX"
# For local development environment
python3 vulnrichment2tc.py -v vulnrichment

```

# :bulb: Read and parse CycloneDX v1.5 files

Purpose: To parse CycloneDX v1.5 files (Trivy, Syft) and output JSON for Threatconnectome registration.
Expand Down
Loading