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

Add: Added the loading of CPE match rules from JSON files. #2277

Merged

Raised version of libgvm release.

9e82c6a
Select commit
Loading
Failed to load commit list.
Merged

Add: Added the loading of CPE match rules from JSON files. #2277

Raised version of libgvm release.
9e82c6a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 17, 2024 in 1s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 3048 in src/manage_sql_secinfo.c

See this annotation in the file changed.

Code scanning / CodeQL

Time-of-check time-of-use filesystem race condition High

The
filename
being operated upon was previously
checked
, but the underlying file may have been changed since then.