We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2ea52 commit 22a119fCopy full SHA for 22a119f
.amazonq/rules/review-rules.md
@@ -5,3 +5,9 @@
5
- If you find a problem that is not in the code, point it out.
6
- Always evaluate security implications of code changes.
7
- Check for potential vulnerabilities and secure coding practices.
8
+- Check for hardcoded credentials, API keys, and sensitive data
9
+- Verify proper input validation and sanitization
10
+- Ensure secure communication protocols (HTTPS, TLS)
11
+- Review permission and access control implementations
12
+- Check for proper error handling of security-related operations
13
+- Validate secure storage of sensitive data
0 commit comments