-
Notifications
You must be signed in to change notification settings - Fork 185
pySCG: Adding explanation of the 'is' operator to CWE-595 #997
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: edanhub <hubert.daniszewski@ericsson.com>
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.
provided example01.py code in the md for the obsevered issues around numbers and strings to explain memory optimistation related isses.
Signed-off-by: edanhub <hubert.daniszewski@ericsson.com>
Signed-off-by: edanhub <hubert.daniszewski@ericsson.com>
Co-authored-by: myteron <myteron@gmail.com> Signed-off-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com>
Signed-off-by: edanhub <hubert.daniszewski@ericsson.com>
Just wondering if we would want to have the outputs for both the non compliant and the compliant solutions like we have for the example? |
We never made a decision on having output examples mandatory. I would prefer if the reader is running the scripts them self to experience the issue. I tent to provide example output when:
|
Co-authored-by: myteron <myteron@gmail.com> Signed-off-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com>
Co-authored-by: myteron <myteron@gmail.com> Signed-off-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com>
Signed-off-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com>
Signed-off-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com>
Addresses issue #714