mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Document regular expression syntax used for filtering URLs. (#433)
* Document regular expression syntax used for filtering URLs. * Typo: describes -> described * Forget to add aggregator doc --------- Co-authored-by: JanHoefelmeyer <hoefelmeyer.jan@gmail.com>
This commit is contained in:
parent
d49049c3af
commit
0b914f7e7a
3 changed files with 7 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ lock_file // path to lockfile, to stop other instances if one is n
|
|||
interim_years // limiting the years for which interim documents are searched (default 0)
|
||||
verbose // print more diagnostic output, e.g. https requests (default false)
|
||||
allow_single_provider // debugging option (default false)
|
||||
ignorepattern // patterns of advisory URLs to be ignored
|
||||
ignorepattern // patterns of advisory URLs to be ignored (see checker doc for details)
|
||||
client_cert // path to client certificate to access access-protected advisories
|
||||
client_key // path to client key to access access-protected advisories
|
||||
client_passphrase // client passphrase to access access-protected advisories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue