mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix typos
This commit is contained in:
parent
eb607663d4
commit
2d3f3d5913
3 changed files with 16 additions and 13 deletions
|
|
@ -248,7 +248,8 @@ In case you want to provide CSAF advisories from others
|
||||||
that only qualify as CSAF publishers, see
|
that only qualify as CSAF publishers, see
|
||||||
[how to use the `csaf_aggregator` as "CSAF proxy provider"](proxy-provider-for-aggregator.md).
|
[how to use the `csaf_aggregator` as "CSAF proxy provider"](proxy-provider-for-aggregator.md).
|
||||||
|
|
||||||
Some providers may limit the rate of requests that may be send to retrieve advisories.
|
Some providers may limit the rate of requests that may be sent to retrieve advisories.
|
||||||
This may cause issues with the aggregator. In this case, the --rate option
|
This may cause issues with the aggregator.
|
||||||
can be used to adjust the requests per second send by the each worker of the aggregator to an acceptable rate.
|
In this case, the --rate option can be used to adjust the requests per second
|
||||||
(Which rate is deemed acceptable depends on the provider.)
|
sent by each worker of the aggregator to an acceptable rate.
|
||||||
|
(The rate that is considered acceptable depends on the provider.)
|
||||||
|
|
|
||||||
|
|
@ -78,10 +78,12 @@ The option `timerange` allows to only check advisories from a given time
|
||||||
interval. It can only be given once. See the
|
interval. It can only be given once. See the
|
||||||
[downloader documentation](csaf_downloader.md#timerange-option) for details.
|
[downloader documentation](csaf_downloader.md#timerange-option) for details.
|
||||||
|
|
||||||
Some providers may limit the rate of requests that may be send to retrieve advisories.
|
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
|
This may cause the checker to be unable to retrieve all advisories. In this case,
|
||||||
can be used to adjust the requests per second send by the checker to an acceptable rate.
|
the --rate option can be used to adjust the requests per second
|
||||||
(Which rate is deemed acceptable depends on the provider.)
|
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
|
You can ignore certain advisories while checking by specifying a list
|
||||||
of regular expressions[^1] to match their URLs by using the `ignorepattern`
|
of regular expressions[^1] to match their URLs by using the `ignorepattern`
|
||||||
|
|
|
||||||
|
|
@ -51,11 +51,11 @@ to download more advisories at once. This may improve the overall speed of the d
|
||||||
However, since this also increases the load on the servers, their administrators could
|
However, since this also increases the load on the servers, their administrators could
|
||||||
have taken countermeasures to limit this.
|
have taken countermeasures to limit this.
|
||||||
|
|
||||||
For example, some providers may limit the rate of requests that may be send to retrieve advisories.
|
For example, some providers may limit the rate of requests that may be sent to retrieve advisories.
|
||||||
This may cause the downloader to be unable to retrieve all advisories. In this case, the --rate option
|
This may cause the downloader to be unable to retrieve all advisories.
|
||||||
can be used to adjust the requests per second send by the downloader to an acceptable rate.
|
In this case, the --rate option can be used to adjust the requests per second
|
||||||
(Which rate is deemed acceptable depends on the provider.)
|
sent by the downloader to an acceptable rate.
|
||||||
|
(The rate that is considered acceptable depends on the provider.)
|
||||||
|
|
||||||
If no config file is explictly given the follwing places are searched for a config file:
|
If no config file is explictly given the follwing places are searched for a config file:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue