Static analysis tools can occasionally detect false positive issues. To enhance the credibility of the analysis outcome, it's advisable to overlook these false positives.
In Scanyp, if you wish to bypass these false positive issues, insert a comment in the source code right before the line where the issue is identified. The comment should follow this format:
// scanyp-falsepositive:RuleId
You can obtain the rule id from the rule script function located in the administration section.