-
Notifications
You must be signed in to change notification settings - Fork 183
CWE-778 Insufficient Logging, updating Readme and code files. #844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Andrew Costello <[email protected]>
BartKaras1128
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small spelling errors, missing bullet points and linting error.
docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/compliant01.py
Outdated
Show resolved
Hide resolved
docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/noncompliant01.py
Outdated
Show resolved
Hide resolved
myteron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor comments, approved otherwise.
Co-authored-by: myteron <[email protected]> Signed-off-by: andrew-costello <[email protected]>
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
…nt01.py Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
…1.py Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
Signed-off-by: andrew-costello <[email protected]>
Co-authored-by: myteron <[email protected]> Signed-off-by: andrew-costello <[email protected]>
Signed-off-by: andrew-costello <[email protected]>
Signed-off-by: andrew-costello <[email protected]>
Signed-off-by: andrew-costello <[email protected]>
|
I updated the files based on the comments, please look over this again and continue with the review. Thank you. |
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
BartKaras1128
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
myteron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved,
not sure if we should log a zerodivision as critical tho.
Signed-off-by: Helge Wehder <[email protected]>
No description provided.