No description
  • C 96.9%
  • CMake 2.8%
  • C++ 0.2%
  • Dockerfile 0.1%
Find a file
dependabot[bot] 0e0f3c8475
Some checks failed
container.yml / Build(deps): Bump actions/checkout in the github-actions group (push) Failing after 0s
Build Documentation / Build XML documentation and upload coverage (push) Has been cancelled
Build Documentation / Generate documentation (XML) (push) Has been cancelled
Build and test C / Check C Source Code Formatting (push) Has been cancelled
Build and test C / Check CMake Formatting (push) Has been cancelled
Build and test C / Unit Tests (push) Has been cancelled
Build and test C / Scan-build gvm-libs with clang (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
SBOM upload / SBOM-upload (push) Has been cancelled
Build(deps): Bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 09:40:23 +02:00
.devcontainer Fix: Install 'libcgreen1-dev' for devcontainer 2025-11-17 09:24:26 +01:00
.docker Change: Rename OPENVASD build flag to ENABLE_OPENVASD 2025-11-27 16:00:19 +01:00
.github Build(deps): Bump actions/checkout in the github-actions group 2026-06-23 09:40:23 +02:00
agent_controller ix formatting issues 2026-06-18 12:06:48 +02:00
base apply suggestions 2026-03-23 11:26:54 +01:00
boreas fix leak and close socket 2026-03-23 11:26:54 +01:00
cmake Change: add directive ENABLE_ADDRESS_SANITIZER for tests 2025-12-18 08:03:11 +01:00
container_image_scanner Fix failing test case and code formatting. 2026-04-14 09:10:14 +02:00
cyberark Fix: Add missing slash in CyberArk request URLs 2026-02-06 09:33:09 +01:00
doc misc: Reformat all CMake files with gersemi 2025-04-11 15:59:16 +02:00
gmp test: add unit tests for extended authenticate info flow 2026-03-12 16:14:31 +01:00
http Extend HTTP responses with binary size and Content-Disposition support 2026-06-17 09:43:10 +02:00
http_scanner Fix: close leak in http_scanner test 2026-05-08 08:43:02 +02:00
openvasd add: support IPv6 host discovery alive test for openvasd 2026-06-10 13:34:47 +02:00
osp Change: Move common functions for handling target credentials to utils. 2026-05-05 17:14:15 +02:00
security_intelligence fix: use configured security intelligence URL without host fields 2026-06-22 08:47:31 +02:00
tests misc: Reformat all CMake files with gersemi 2025-04-11 15:59:16 +02:00
util Fix: decrement past start of allocated memory in add_quoting 2026-06-02 10:29:55 +02:00
web_application_scanner Add: Add vts list to web application scan config. 2026-06-15 09:10:34 +02:00
.clang-format Add clang-format minimum version 2019-05-27 13:31:40 +02:00
.codecov.yml Disable CodeCov Bot commenting. 2019-01-31 11:51:59 +01:00
.dockerignore CI: Implement a new release 2023-04-18 15:46:22 +02:00
.gcovr.cfg Fix: Ignore tests themselves for coverage 2025-11-17 12:13:45 +01:00
.gersemirc ci: Add workflow for checking the CMake file format 2025-04-11 15:59:16 +02:00
.gitignore Ignore vscode settings from git 2025-01-20 14:54:27 +01:00
.mergify.yml Use correct labels for mergify.yaml ... 2021-10-15 17:27:05 +02:00
cliff.toml misc: Improve Release Changelog Generation 2025-03-14 08:55:50 +01:00
CMakeLists.txt Automatic adjustments after release [skip ci] 2026-06-22 08:10:55 +00:00
COPYING misc: Update GPLv2+ license text 2025-06-26 10:46:00 +02:00
INSTALL.md misc: Require CMake >= 3.18 and update copyright year in README 2026-02-03 11:06:17 +01:00
README.md misc: Require CMake >= 3.18 and update copyright year in README 2026-02-03 11:06:17 +01:00
VERSION.in Starting module "gvm-libs". 2016-12-04 09:42:22 +00:00

Greenbone Logo

gvm-libs

GitHub releases Build and test C codecov

This is the libraries module for the Greenbone Community Edition.

It is used for the Greenbone Enterprise appliances and provides various functionalities to support the integrated service daemons.

Releases

All release files are signed with the Greenbone Community Feed integrity key. This gpg key can be downloaded at https://www.greenbone.net/GBCommunitySigningKey.asc and the fingerprint is 8AE4 BE42 9B60 A59B 311C 2E73 9823 FAA6 0ED1 E580.

Installation

This module can be configured, built and installed with following commands:

cmake .
make install

For detailed installation requirements and instructions, please see the file INSTALL.md.

If you are not familiar or comfortable building from source code, we recommend that you use the Greenbone Security Manager TRIAL (GSM TRIAL), a prepared virtual machine with a readily available setup. Information regarding the virtual machine is available at https://www.greenbone.net/en/testnow.

Usage

The gvm-libs module consists of the following libraries:

  • base: All basic modules which require only the glib library as a dependency.

  • util: All modules that require more than the glib library as dependency.

  • gmp: API support for the Greenbone Management Protocol (GMP).

  • osp: API support for the Open Scanner Protocol (OSP).

For more information on using the functionality provided by the gvm-libs module please refer to the source code documentation.

Support

For any question on the usage of gvm-libs please use the Greenbone Community Portal. If you found a problem with the software, please create an issue on GitHub. If you are a Greenbone customer you may alternatively or additionally forward your issue to the Greenbone Support Portal.

Maintainer

This project is maintained by Greenbone AG.

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Bigger changes need to be discussed with the development team via the issues section at github first.

Before creating a pull request, it is recommended to check the formatting for source code and cmake files.

Code style and formatting

All C source and header files are formatted using clang-format. To install clang-format on a Debian based system the following command can be used:

sudo apt install clang-format

To format all C source and header files run the command:

make format

This reformats the new code to ensure that it follows the code style and formatting guidelines.

CMake formatting

All CMake files are formatted using gersemi. To install gersemi on a Debian based system the following commands can be used:

sudo apt install pipx
pipx install gersemi

To format all CMake files run the command:

gersemi -i cmake .

Static code analysis with the Clang Static Analyzer

If you want to use the Clang Static Analyzer to do a static code analysis, you can do so by prefixing the configuration and build commands with scan-build:

scan-build cmake ..
scan-build make

The tool will provide a hint on how to launch a web browser with the results.

It is recommended to do this analysis in a separate, empty build directory and to empty the build directory before scan-build call.

License

Copyright (C) 2009-2026 Greenbone AG

Licensed under the GNU General Public License v2.0 or later.