You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Snyk security guidance and editor settings, update ignore list and README formatting, and make audit command more robust.
- Added .cursor/rules/snyk_rules.mdc with Snyk code-scan guidance for new code.
- Added .vscode/settings.json to enable Snyk auto-select organization.
- Updated .gitignore to include Snyk rules and coverage-html directory.
- Fixed README table-of-contents list formatting and a minor wording change.
- Updated src/Commands/WardenAuditCommand.php to: detect and use output->isSilent() when available (Symfony Console 7.2+/Laravel 11+), fall back to using !isVerbose() for older versions, and handle empty/null audit service names by falling back to "Unknown service". These changes improve compatibility and error messaging.
- Always run snyk_code_scan tool for new first party code that is generated in a Snyk-supported language.
12
+
- If any security issues are found based on newly introduced or modified code or dependencies, attempt to fix the issues using the results context from Snyk.
13
+
- Rescan the code after fixing the issues to ensure that the issues were fixed and that there are no newly introduced issues.
14
+
- Repeat this process until no new issues are found.
0 commit comments