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
pombredanne
changed the title
Given a PURL, scan code for virus with clamav
Extend PURL Scan API endpoint to run another second code scanning tool, for virus detection with clamav
Apr 25, 2024
Go to /api/collect/ add PURL for indexing. ex: /api/collect/?purl=pkg:gnu/libiconv@1.17&addon_pipelines=scan_for_virus
Once the indexing has completed go to /api/resources/and filter out resource based on PURL to see the virus_report for malicious resource in extra_data field. ex: /api/resources/?purl=pkg:gnu/libiconv@1.17
Given a PURL, this is about scanning code for virus with clamav. This will be exposed in the purldb
The text was updated successfully, but these errors were encountered: