Skip to content
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

flawfinder mis-identifies symbols named "system" as CWE-78 #82

Open
0xg0nz0 opened this issue Apr 21, 2024 · 0 comments
Open

flawfinder mis-identifies symbols named "system" as CWE-78 #82

0xg0nz0 opened this issue Apr 21, 2024 · 0 comments

Comments

@0xg0nz0
Copy link

0xg0nz0 commented Apr 21, 2024

E.g. declaring a C++ namespace called system raises this warning:

sdk/command.h:415:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant