Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move from PCRE to PCRE2 (#2134) | Christian Marangi | 2023-11-01 |
| | | | | | | | | | | Move from PCRE to PCRE2. PCRE is EOL and won't receive any security updates anymore. Convert to PCRE2 by converting any function PCRE2 new API. Also update every entry in github workflows and README to point to the new configure flag. (--with-pcre2) Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> | ||
* | Extend CodeQL configuration and fix two warnings (#1816) | Ivan Nardi | 2022-12-02 |
| | | | | | | | | | ``` Call to `memset` may be deleted Comparison of narrow type with wide type in loop condition ``` See https://www.usenix.org/system/files/conference/usenixsecurity17/sec17-yang.pdf for the new portable function `secure_memzero`. | ||
* | Add CodeQL workflow (#1815) | Alvaro Muñoz | 2022-12-02 |