Skip to content

Removing Suspicious Comments

Christopher Guindon requested to merge github/fork/paser4se/patch-1 into master

Created by: paser4se

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.

Merge request reports