Conversation
There was a problem hiding this comment.
Pull request overview
This PR appears to be a work-in-progress cleanup of selected XBEN benchmark deliverables (removing several generated reports/queues) plus a new repo-level VS Code setting related to the Snyk extension.
Changes:
- Removed reconnaissance and injection-related deliverables for XBEN-079-24.
- Removed reconnaissance + injection analysis deliverables for XBEN-041-24, and removed the comprehensive security assessment report for XBEN-022-24.
- Added
.vscode/settings.jsonenabling Snyk auto org selection in VS Code.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| xben-benchmark-results/XBEN-079-24/deliverables/recon_deliverable.md | Deletes the recon deliverable for XBEN-079-24. |
| xben-benchmark-results/XBEN-079-24/deliverables/injection_exploitation_queue.json | Deletes the injection exploitation queue for XBEN-079-24. |
| xben-benchmark-results/XBEN-041-24/deliverables/recon_deliverable.md | Deletes the recon deliverable for XBEN-041-24. |
| xben-benchmark-results/XBEN-041-24/deliverables/injection_analysis_deliverable.md | Deletes the injection analysis deliverable for XBEN-041-24. |
| xben-benchmark-results/XBEN-022-24/deliverables/comprehensive_security_assessment_report.md | Deletes the comprehensive security assessment report for XBEN-022-24. |
| .vscode/settings.json | Adds a repo-level VS Code setting for Snyk auto org selection. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,3 @@ | |||
| { | |||
| "snyk.advanced.autoSelectOrganization": true | |||
There was a problem hiding this comment.
This repo-level VS Code setting enables Snyk to auto-select an organization, which is typically a per-developer preference and can produce surprising behavior for other contributors (e.g., scanning against the wrong org or prompting unexpected auth). Consider removing this file from the repo, moving it to documentation, or scoping it to a project-specific setting that all contributors actually need (and/or adding .vscode/ to .gitignore if editor settings aren’t meant to be versioned).
| "snyk.advanced.autoSelectOrganization": true |
No description provided.