Skip to content

Commit 22a119f

Browse files
Update .amazonq/rules/review-rules.md
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
1 parent 8b2ea52 commit 22a119f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.amazonq/rules/review-rules.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
- If you find a problem that is not in the code, point it out.
66
- Always evaluate security implications of code changes.
77
- 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

Comments
 (0)