-
Notifications
You must be signed in to change notification settings - Fork 185
CWE-754 - Improper Check for Unusual or Exceptional Conditions - Float #842
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: Bartlomiej Karas <bartlomiej.karas@ericsson.com>
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.
sorry about this. bunch of issus need to be address that I did not see while it was in confluence for some reason.
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.
need a bunch of changes that I did not see while it was in confluence for some reason.
Co-authored-by: myteron <myteron@gmail.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Co-authored-by: myteron <myteron@gmail.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
I removed Bibliography section, it was actually not leading to an external link Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Updated Helge's "remove fluff" comment, including type fix Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Co-authored-by: myteron <myteron@gmail.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Added: # TODO: input sanitation. # TODO: proper exception handling Into the "add_to_package" function Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Left a sentence about the output of "compliant01.py" Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
|
Reviewing this as well. |
s19110
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.
Mostly cosmetic suggestions. The rule itself looks good.
docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-754/noncompliant01.py
Outdated
Show resolved
Hide resolved
docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-754/noncompliant01.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Helge Wehder <helge.wehder@ericsson.com>
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.
Hi @BartKaras1128 hi @s19110 . I applied a ton of cosmetics like backticks, fixed links in readme and a table. Could not help get rid of the warnings in my ide.
@BartKaras1128, I approve but believe Hubert has found some flaws he comment on that need fixing
Happy with that, changing it now. Co-authored-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Co-authored-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
…nt01.py Co-authored-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
…nt01.py Co-authored-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com> Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
I added Hubert's suggested change to the "noncompliant01.py" section Signed-off-by: Bartlomiej Karas <moezarts@gmail.com>
Signed-off-by: myteron <myteron@gmail.com>
Added CWE-754 README.md along with 2 new code examples.