Skip to content

Commit e8220a0

Browse files
SECURITY: Add a 'Security considerations' section
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 86a0dc7 commit e8220a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

SECURITY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ To report a vulnerability, please send an email to
2424
[cncf-parsec-maintainers@lists.cncf.io](mailto:cncf-parsec-maintainers@lists.cncf.io). We will
2525
promptly reply to your report and we will strive to keep you in the loop as we try to reach a
2626
resolution.
27+
28+
# Security considerations for the use of the software
29+
30+
The authvalue provided to the TPM to perform certain operations like creating Primary Keys is
31+
currently randomly generated by [getrandom](https://crates.io/crates/getrandom), which assumes
32+
"that the system always provides high-quality cryptographically secure random data, ideally backed
33+
by hardware entropy sources."
34+
35+
The user of this software should take this into consideration when setting up their system and using
36+
this software.

0 commit comments

Comments
 (0)