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
A user wants to configure advisory paths that are ignored to for downloading, checking and aggregating.
Two motivations:
Avoid error messages for paths that are advertised, but not accessible, e.g. TLP:AMBER where I do not have access.
Ignore advisories I do not want.
Especially if the downloading is repeated, like an everyday run of the aggregator, the error message are unhelpful. It is similiar if the checker or the downloader are run as part of a repeating process.
The text was updated successfully, but these errors were encountered:
The currently open PRs implement the following functionalities:
Via a TOML file or via command line parameters, a slice of Regular Expressions can be given unto the ignorepattern option, which will cause the tool to ignore all files whose path contain any of these patterns.
#419 ( Downloader: ignore advisories by given patterns #419 ) implements this for the csaf_downloader
#420 ( Checker: ignore advisories by given patterns #420 ) implements this for the csaf_checker
#421 ( Downloader: ignore advisories by given patterns #421 ) implements this for the csaf_aggregator
Due to the nature of these checks, entire directories as well as singular files can be excluded from all three tools. This should solve the issue.
A user wants to configure advisory paths that are ignored to for downloading, checking and aggregating.
Two motivations:
Especially if the downloading is repeated, like an everyday run of the aggregator, the error message are unhelpful. It is similiar if the checker or the downloader are run as part of a repeating process.
The text was updated successfully, but these errors were encountered: