mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
The Greenbone Vulnerability Manager is the central management service between security scanners and the user clients. It manages the storage of any vulnerability management configurations and of the scan results. Access to data, control commands and workflows is offered via the XML-based Greenbone Management Protocol (GMP). Controlling scanners like OpenVAS is done via the Open Scanner Protocol (OSP). WWW: https://github.com/greenbone/gvmd
10 lines
297 B
C
10 lines
297 B
C
--- src/manage_sql_secinfo.c 2020-12-31 16:49:24.318202000 -0500
|
|
+++ src/manage_sql_secinfo.c 2020-12-31 16:49:46.253146000 -0500
|
|
@@ -44,6 +44,7 @@
|
|
#include <sys/file.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
|
|
#include <gvm/base/proctitle.h>
|