diff options
author | Eduardo Julian | 2022-11-18 20:56:49 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-18 20:56:49 -0400 |
commit | 6aa4fac0c97264a2b1186063c062ae0873582f54 (patch) | |
tree | b34540d9688ccef495a2c29eec3c7ff30d5e7f16 /documentation/bookmark/security | |
parent | 4ea7563c46a07dbe1cb84547a60e9398144917ae (diff) |
Updated the Python compiler to work with the new format for extensions.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/security.md | 2 | ||||
-rw-r--r-- | documentation/bookmark/security/one_time_program.md | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/documentation/bookmark/security.md b/documentation/bookmark/security.md index 8cbde16c8..9271d0b10 100644 --- a/documentation/bookmark/security.md +++ b/documentation/bookmark/security.md @@ -115,7 +115,7 @@ # Reference -0. []() +0. [The immutable laws of security](https://learn.microsoft.com/en-us/security/compass/ten-laws-of-security) 0. [Suricata: the leading independent open source threat detection engine](https://suricata.io/) 0. [CS 253 Web Security](https://web.stanford.edu/class/cs253/) 0. [Secure By Design](https://www.amazon.com/Secure-Design-Daniel-Deogun/dp/1617294357) diff --git a/documentation/bookmark/security/one_time_program.md b/documentation/bookmark/security/one_time_program.md new file mode 100644 index 000000000..e388efef0 --- /dev/null +++ b/documentation/bookmark/security/one_time_program.md @@ -0,0 +1,4 @@ +# Reference + +0. [One-Time Programs](https://blog.cryptographyengineering.com/2022/10/27/one-time-programs/) + |