greenbone / gsad

Greenbone Security Assistant HTTP Server - The server talking to the Greenbone Vulnerability Management daemon (gvmd).
GNU Affero General Public License v3.0
11 stars 14 forks source link

Fix: Fix regex for new glib2.0 >= 2.73.2 #88

Closed bjoernricks closed 1 year ago

bjoernricks commented 1 year ago

What:

Ensure our used regular expressions are pcre 2 compatible to fix support of glib2.0 >= 2.73.2

DEVOPS-426

Fixes #86

Why:

glib changed their internal regexp library to use pcre 2 in a minor release (!) with version 2.73.2. This breaks some of our regular expressions.

How:

Checklist: