1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: pg-gvm
Section: libs
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sophie Brun <sophie@kali.org>
Rules-Requires-Root: no
Build-Depends:
cmake (>= 3.0),
debhelper-compat (= 13),
libical-dev (>= 1.0),
libgvm-dev (>= 22.6.0),
pkgconf,
postgresql-all
Standards-Version: 4.7.2
Homepage: https://github.com/greenbone/pg-gvm
Vcs-Browser: https://salsa.debian.org/pkg-security-team/pg-gvm
Vcs-Git: https://salsa.debian.org/pkg-security-team/pg-gvm.git
Package: postgresql-18-pg-gvm
Architecture: any
Depends:
${postgresql:Depends},
${shlibs:Depends},
${misc:Depends},
Provides: pg-gvm
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Description: PostgreSQL extension for ical object manipulation
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). The primary scanner,
openVAS Scanner is controlled directly via protocol OTP while any other remote
scanner is coupled with the Open Scanner Protocol (OSP).
.
pg-gvm contains functionality for ical object manipulation for PostgreSQL.
|