Fix key validation #70
Merged
GitHub Advanced Security / CodeQL
failed
Apr 26, 2024 in 5s
1 configuration not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main
was not found:
Default setup
- ❓
/language:python
New alerts in code changed by this pull request
Security Alerts:
- 1 high
See annotations below for details.
Annotations
Check failure on line 105 in src/main.cpp
Code scanning / CodeQL
Uncontrolled data used in path expression High
and then passed to parseFile(file), which ends up calling std::basic_filebuf<char, char_traits>::open(__s).
Loading