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