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
FAILED test/test_scanner.py::TestScanner::test_version_in_package[http://security.ubuntu.com/ubuntu/pool/main/d/dotnet8/-dotnet-runtime-8.0_8.0.12-0ubuntu1~24.10.1_amd64.deb-.net-8.0.12-other_products188] - AssertionError: clang found in dotnet-runtime-8.0_8.0.12-0ubuntu1~24.10.1_amd64.deb. If that's expected, make sure to add clang to the expected list of other_products.
assert 'clang' not in {'.net', 'clang', 'system.net.http'}
Probably an easy fix, I think this happened because of the way in which I merged the clang and .net prs all in one day and didn't re-run tests for safety.
The text was updated successfully, but these errors were encountered:
Since clang is being detected (as expected from your recent merges), I'll be fixing the test by adding clang to other_products for the .net package. I’ll verify and run tests to confirm the fix. Let me know if there’s more to consider!
PR coming soon🚀
22f1001635
added a commit
to 22f1001635/cve-bin-tool
that referenced
this issue
Feb 22, 2025
Probably an easy fix, I think this happened because of the way in which I merged the clang and .net prs all in one day and didn't re-run tests for safety.
The text was updated successfully, but these errors were encountered: