-
Notifications
You must be signed in to change notification settings - Fork 64
Tay #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Tay #13
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other comments (1)
-
.windsurf/rules/security-best-practices.md (8-8)
The document starts with item 0 before the General Security Guidelines section, which is inconsistent with the rest of the document where numbering starts with 1. Consider either making this part of the introduction text or changing it to be item 1 in a proper list.
Nit
2
This comment refers to the numbering in the security-best-practices.md file. Looking at the diff, I can see that the document starts with "0. Ensure rate limiting is implemented." on line 8, and then continues with section "General Security Guidelines" where items are numbered starting with 1. The reviewer is pointing out an inconsistency in the numbering scheme, which is objectively verifiable from the diff. The suggestion to either make item 0 part of the introduction or change it to item 1 is reasonable and based on maintaining consistency in the document structure.
💡 To request another review, post a new comment with "/windsurf-review".
- Follow data protection regulations (GDPR, CCPA, etc.) | ||
- Implement proper data retention policies No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline at the end of file. Adding a newline at the end of text files is a good practice for compatibility with Unix text processing tools and to avoid 'No newline at end of file' warnings in version control systems.
- Follow data protection regulations (GDPR, CCPA, etc.) | |
- Implement proper data retention policies | |
- Follow data protection regulations (GDPR, CCPA, etc.) | |
- Implement proper data retention policies |
|
||
2. check and see if there are already jira tickets related to this violation in TDP jira board | ||
|
||
IF not, create new tickets representing the violoation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in 'violoation' that should be corrected to 'violation'.
IF not, create new tickets representing the violoation | |
IF not, create new tickets representing the violation |
|
||
IF so, proceed with implementation of the fix | ||
|
||
3. Once implemention of the fix occurs update the jira ticket. No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in 'implemention' that should be corrected to 'implementation'.
3. Once implemention of the fix occurs update the jira ticket. | |
3. Once implementation of the fix occurs update the jira ticket. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/windsurf i think we should keep the incorrect spelling
No description provided.