-
Notifications
You must be signed in to change notification settings - Fork 184
CWE-390: Detection of Error Condition without Action #805
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: ebakrra <[email protected]>
Removed some trailing whitespace Signed-off-by: BartyBoi1128 <[email protected]>
Signed-off-by: Helge Wehder <[email protected]>
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.
needs some updates
Signed-off-by: BartyBoi1128 <[email protected]>
I thought this order made more sense than before, will discuss with Helge Signed-off-by: BartyBoi1128 <[email protected]>
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.
Minor cosmetic suggestions. The most important part is replacing the code for example01.py in the markdown file.
Should have been "in use" rather than "on use" Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
Surrounding "except" in backticks Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
Capitalizing "CTRL+C" to stay consistent Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
Had the wrong Code Example in! Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
Signed-off-by: BartyBoi1128 <[email protected]>
…on of "compliant01" Signed-off-by: BartyBoi1128 <[email protected]>
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.
Minor: we do not explain what the example01.py actually does. approved otherwise.
Signed-off-by: myteron <[email protected]>
Hi @myteron! |
Created README and removed old code example for CWE-390.