Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 7 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
.env
<!-- Directories -->
.git
.github
.gitignore
*.pfx
node_modules
tests

<!-- Files -->
.gitignore
.env
Dockerfile
renovate.json
eslint.config.mjs
copilot-instructions.node_modules.gitlab-ci.yml
.gitlab-ci.yml
.markdownlint.yml
.markdownlintignore
.markdownlintignore
3 changes: 2 additions & 1 deletion prompts/dependency-cve-triage.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Act as a **security vulnerability analyst** investigating a known CVE in the con
Wait for a response before continuing.

2. **CVE Lookup & Explanation**
- Retrieve details about `{{CVE_NUMBER}}`
- Use fetch to retrieve details about `{{CVE_NUMBER}}` from reputable sources (e.g., NVD, CVE Details, vendor advisories)
- Identify affected versions and components
- Summarize how the exploit works, including vector and preconditions

3. **Risk Assessment in Local Context**
Expand Down