You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
engine文件中match_result = re.findall(r"^(#|/*|//)+", vulnerability.code_content) # 判断漏洞代码是否在注释中
这段代码
不能识别块注释,只能识别部分情况下的行注释
The text was updated successfully, but these errors were encountered: