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

pypi malware reporting false positives due to incorrect skip result evaluation #1027

Open
art1f1c3R opened this issue Mar 26, 2025 · 0 comments · May be fixed by #1031
Open

pypi malware reporting false positives due to incorrect skip result evaluation #1027

art1f1c3R opened this issue Mar 26, 2025 · 0 comments · May be fixed by #1031
Assignees
Labels
malware analysis The issues related to malware analysis

Comments

@art1f1c3R
Copy link
Member

The detect_malicious_metadata_check.py report is generating false positives due the HeuristicResult.SKIP values being evaluated incorrectly in the internal ProbLog model. The value of 0.0 assigned to a heuristic causes it to be evaluated as false. This is what is generating the false positives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
malware analysis The issues related to malware analysis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant