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

Clam 2586 save urls html #1281

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 11, 2024

  1. Store URLs from HTML when recording scan metadata json

    Store URLs found in HTML `<a>` and `<form>` tags during scan of HTML files
    when recording scan metadata.
    
    HTML URL recording will be ON by default, but is a part of the
    generate-metadata-json feature.
    The generate-metadata-json feature is OFF by default.
    
    This introduces a new general scan option:
    - libclamav: `CL_SCAN_GENERAL_STORE_HTML_URLS`.
    - ClamD: `JsonStoreHTMLUrls`.
    - ClamScan: `--json-store-html-urls`
    
    Thank you Matt Jolly for the helpful comment on the pull request.
    ragusaa authored and micahsnyder committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    666e047 View commit details
    Browse the repository at this point in the history