mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Doc: Highlight the reason for the rate options existence (#662)
* Doc: Highlight the reason for the rate options existence * Fix typos
This commit is contained in:
parent
c7a284bf7f
commit
7ab964a3e3
3 changed files with 19 additions and 0 deletions
|
|
@ -78,6 +78,13 @@ The option `timerange` allows to only check advisories from a given time
|
|||
interval. It can only be given once. See the
|
||||
[downloader documentation](csaf_downloader.md#timerange-option) for details.
|
||||
|
||||
Some providers may limit the rate of requests that may be sent to retrieve advisories.
|
||||
This may cause the checker to be unable to retrieve all advisories. In this case,
|
||||
the --rate option can be used to adjust the requests per second
|
||||
sent by the checker to an acceptable rate.
|
||||
(The rate that is considered acceptable depends on the provider.)
|
||||
|
||||
|
||||
You can ignore certain advisories while checking by specifying a list
|
||||
of regular expressions[^1] to match their URLs by using the `ignorepattern`
|
||||
option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue