You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code snippet incorrectly returns `res` when it should be returning `ret`. This doesn't really have an effect, since the sample demonstrates failing early.
Signed-off-by: Michael Scovetta <[email protected]>
scovetta
added a commit
to scovetta/wg-best-practices-os-developers
that referenced
this issue
Dec 23, 2024
The same code is in both the README and compliant03.py. This change fixes the typo in compliant03.py.
Signed-off-by: Michael Scovetta <[email protected]>
The CWE-703/CWE-392/compliant03.py
code has an error on line 22
Not sure if its a typo, got flagged while using pyre.
Need to have a close look to understand the original intention of this code in order to fix it.
The text was updated successfully, but these errors were encountered: