gvm-libs icon indicating copy to clipboard operation
gvm-libs copied to clipboard

Greenbone Vulnerability Management Libraries

Results 10 gvm-libs issues
Sort by recently updated
recently updated
newest added

### Expected behavior libgvm util g_message should be written to the configure log file from the gvmd_log.conf. ``` Starting Greenbone Vulnerability Manager... libgvm util-Message: 14:57:14.268: Updated NVT cache from version...

bug

- Refactor: boreas split two seconds wait into smaller pieces - Refactor: multiply wait for replies by 3 and send icmp by 10 - Refactor: remove continously information about dead...

gvm-libs version: main branch system: Debian Bullseye (with OpenLDAP 2.4.57+dfsg-3+deb11u1) LDAP authentication using LDAPS is not possible, causing an error: ``` LDAP anonymous authentication failure: Protocol error ``` This is...

bug

## What gvm-libs (22.8.0 and 22.9.0) fail to run tests when compiled with clang as compiler and lld as a linker ## Why base/CMakeLists.txt lacks a link to math lib...

Hope gvm-libs is the right place to report this issue as that's what is mentioned in the logs. After upgrading OpenSSL from 3.1.4 to the recently released 3.2.0 LDAP users...

bug

## What Add read_text_string_c. Skips XML parsing like read_text_c, but reads into a GString. ## Why Convenient if the caller is already using a GString.

## What The function get_cvss_score_from_base_metrics can now also calculate the score of CVSS 4.0 vectors. ## Why To be able to use CVSS 4.0 in VTs. ## References GEA-529 ##...

## What Prevent a segfault in `gvm_ssh_public_from_private` when calling GMP GET_CREDENTIALS with `format="key"`. ## Why Segfault bad. ## Reproduce Create a password credential. ``` o m m 'segfsegfsegf' ``` Get...

## What Add the function `set_log_tz` to the logging API. ## Why This lets the logging caller specify which timezone is used for all log message.