From 67ef7e2e426186fcf6ed2f3496bb737b37bcaef9 Mon Sep 17 00:00:00 2001 From: "continue[bot]" <230936708+continue[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:04:45 +0000 Subject: [PATCH] Add Snyk: New vulnerabilities check --- .continue/checks/snyk-new-vulnerabilities.md | 46 ++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .continue/checks/snyk-new-vulnerabilities.md diff --git a/.continue/checks/snyk-new-vulnerabilities.md b/.continue/checks/snyk-new-vulnerabilities.md new file mode 100644 index 0000000..21f74f9 --- /dev/null +++ b/.continue/checks/snyk-new-vulnerabilities.md @@ -0,0 +1,46 @@ +--- +name: "Snyk: New vulnerabilities" +rules: continuedev/gh-pr-commit-workflow +--- + +A new Snyk vulnerability has been detected. Please investigate and resolve the issue. This should include the following steps: + +**Step 1: Investigate the Issue** +Make sure you understand the vulnerability, the options for resolution, and what their consequences are. + +**Step 2: Implement Fix** +- Focus on fixing the immediate issue identified +- Avoid overdoing it with error handling, cleaning up other problems, etc. +- Avoid making breaking changes +- Ensure the solution is robust and follows best practices. + +**Step 3: Create Draft Pull Request** +Create a draft pull request with the following structure: + +--- +**PR Title:** [Snyk] + +## Issue + +**Snyk Link:** []() +**Issue Type:** `` +**Priority:** +**Summary:** + +## Additional Context + +
+Snyk Issue Details + +```json + +``` + +
+ +--- +**Note for AI:** +- Replace `` with the actual agent session ID + +--- +Below is the webhook payload from the Snyk event: \ No newline at end of file