Skip to content

Commit

Permalink
Document potential security issue with plain PEM passwords.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-l-teichmann committed Aug 17, 2023
1 parent 42709a8 commit 9d2489b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/csaf_checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/csaf_downloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/aggregator.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ insecure = true
write_indices = true
client_cert = "./../devca1/testclient1.crt"
client_key = "./../devca1/testclient1-key.pem"
# client_passphrase =
# client_passphrase = # See checker doc for security remark.
# header =

[[providers]]
Expand Down

0 comments on commit 9d2489b

Please sign in to comment.