We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Accessing paths controlled by users can allow an attacker to access unexpected resources.
Expected behavior Same behavior, fix warning.
Code snips
tblCRCTool/cfe_ts_crc.c
Line 123 in f569bf5
Additional context From CodeQL. May use something like const char *filename = argv[1];
const char *filename = argv[1];
Reporter Info Ariel Adams, MCSG Tech
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Accessing paths controlled by users can allow an attacker to access unexpected resources.
Expected behavior
Same behavior, fix warning.
Code snips
tblCRCTool/cfe_ts_crc.c
Line 123 in f569bf5
Additional context
From CodeQL.
May use something like
const char *filename = argv[1];
Reporter Info
Ariel Adams, MCSG Tech
The text was updated successfully, but these errors were encountered: