-
Notifications
You must be signed in to change notification settings - Fork 168
pySCG Doc2GitHub CWE-707/CWE-89 #696
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: Helge Wehder <helge.wehder@ericsson.com>
Signed-off-by: Helge Wehder <helge.wehder@ericsson.com>
Signed-off-by: myteron <myteron@gmail.com>
Signed-off-by: Helge Wehder <helge.wehder@ericsson.com>
|
||
Note that "Raw SQL is error prone, more labor intensive, and ugly." [Byrne 2021] | ||
|
||
 |
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.
Add a reference / attribution to XKCD.
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.
ok, thats https://www.explainxkcd.com/wiki/index.php/327:_Exploits_of_a_Mom I assume.
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.
I'm pretty sure that's the case. Here is the direct link to the comic: https://xkcd.com/327/
Co-authored-by: Georg Kunz <georg.kunz@ericsson.com> Signed-off-by: myteron <myteron@gmail.com>
Co-authored-by: Georg Kunz <georg.kunz@ericsson.com> Signed-off-by: myteron <myteron@gmail.com>
Signed-off-by: myteron <myteron@gmail.com>
Signed-off-by: Helge Wehder <helge.wehder@ericsson.com>
|
||
Note that "Raw SQL is error prone, more labor intensive, and ugly." [Byrne 2021] | ||
|
||
 |
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.
I'm pretty sure that's the case. Here is the direct link to the comic: https://xkcd.com/327/
Co-authored-by: Hubert Daniszewski <61824500+s19110@users.noreply.github.com> Signed-off-by: myteron <myteron@gmail.com>
Signed-off-by: Helge Wehder <helge.wehder@ericsson.com>
Signed-off-by: Helge Wehder <helge.wehder@ericsson.com>
Adding documentation got CWE-89 as part of #531
Also updated some parts of the code