Skip to content
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

Removing Suspicious Comments #21

Closed

Conversation

paser4se
Copy link

@paser4se paser4se commented Jul 7, 2020

According to the Common Weakness Enumeration organization, this is a security weakness(CWE-546: Suspicious Comment). The comments in your code can help malicious users to find the potential presence of a bug, incomplete functionality, or weaknesses to attack the system.

According to the Common Weakness Enumeration organization, this is a security weakness([CWE-546](https://cwe.mitre.org/data/definitions/546.html): Suspicious Comment). The comments in your code can help malicious users to find the potential presence of a bug, incomplete functionality, or weaknesses to attack the system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants