-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document potential security issue with plain PEM passwords.
- Loading branch information
1 parent
42709a8
commit 9d2489b
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,8 @@ type 2: error | |
|
||
The checker result is a success if no checks resulted in type 2, and a failure otherwise. | ||
|
||
Using the `client-passphrase` option may imply an [security issue](https://pkg.go.dev/crypto/[email protected]#DecryptPEMBlock). | ||
|
||
The option `timerange` allows to only check advisories from a given time interval. | ||
It is only allowed to specify one off them. | ||
There are following variants: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,8 @@ worker = 2 | |
validatorpreset = ["mandatory"] | ||
``` | ||
|
||
Using the `client-passphrase` option may imply an [security issue](https://pkg.go.dev/crypto/[email protected]#DecryptPEMBlock). | ||
|
||
The `timerange` parameter enables downloading advisories which last changes falls | ||
into a given intervall. There are three possible notations: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters