Skip to content

Commit 7991b2b

Browse files
diogoteles08sybrenstuvel
authored andcommitted
Update "Security" section of README to also mention the Security Policy
I did this because some projects use a README section named "Security" to disclose the same infos that we're disclosing on the Security Policy. After this change they'd be correctly redirected.
1 parent 513c09b commit 7991b2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ licensed under the [Apache License, version 2.0](https://www.apache.org/licenses
2626

2727
Because of how Python internally stores numbers, it is very hard (if not impossible) to make a pure-Python program secure against timing attacks. This library is no exception, so use it with care. See https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/ for more info.
2828

29+
For instructions on how to best report security issues, see our [Security Policy](https://github.com/sybrenstuvel/python-rsa/blob/main/SECURITY.md).
30+
2931
## Setup of Development Environment
3032

3133
```

0 commit comments

Comments
 (0)