We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaf774 commit 071ff3cCopy full SHA for 071ff3c
cheatsheets/Logging_Vocabulary_Cheat_Sheet.md
@@ -47,6 +47,12 @@ In order to better understand security event logging a good high-level understan
47
- An employee "testing" how things work.
48
- An API coded incorrectly doing things the author did not intend.
49
50
+### Implementation
51
+
52
+Some languages have libraries which ease the job of adopting this logging vocabulary in applications:
53
54
+- Python: [lucabello/owasp-logger](https://github.com/lucabello/owasp-logger)
55
56
## Format
57
58
_NOTE: All dates should be logged in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format **WITH** UTC offset to ensure maximum portability_
0 commit comments