-
Notifications
You must be signed in to change notification settings - Fork 705
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
Clam 2586 save urls html #1281
Conversation
638344d
to
73a2786
Compare
685401d
to
44832fc
Compare
7243032
to
5ea9ec7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'm done with code review part. Time to do some testing.
d6705c7
to
113412e
Compare
f8c043a
to
2c9abc4
Compare
eba2c5d
to
44aa119
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great.
I also did some manual testing with a small selection of HTML files. That went well.
Approving for inclusion in 1.5.0
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.
44aa119
to
666e047
Compare
Rebased and removed the temporary function from the TODO. Ready to test and hopefully merge. |
No description provided.