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

new github CodeQL reports that catch makes use of a standard library function that is not thread-safe #2008

Closed
fgenolini opened this issue Aug 24, 2020 · 0 comments · Fixed by #2165

Comments

@fgenolini
Copy link

Description
My software on Github uses Catch 2. I have just added the beta CodeQL action to my repository and a code scanning alert is listed against catch.

CodeQL rule: cpp/potentially-dangerous-function

MITRE CWE-676, reliability, security

"Call to gmtime is potentially dangerous"

Additional context
I expect my own code and all the code that I use to be free of warnings.

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

Successfully merging a pull request may close this issue.

1 participant