jenspopp

Results 17 comments of jenspopp

Hello, thanks for the details ;-) I already had a look and understand the issue. I will bring it up in the next internal meeting, if I can get a...

Hi all, I made a small change in my fork: https://github.com/jenspopp/haproxy/blob/master/src/sample.c#L4162C2-L4162C2 I think handling this with the mjson_next as proposed by @git001 is a bit of overkill for this use...

My current working config is ... `http-request` set-var(txn.roles) http_auth_bearer,jwt_payload_query('$.resource_access.account.roles') ... `http-request` deny deny_status 401 content-type 'text/html' string 'Invalid resource roles' unless { var(txn.roles) -m sub '"manage-account-links"' } The variable txn.roles...

@rlebreton Hi, I uploaded the latest patch. Is it also possible to backport to 2.8 branch?

Hello, is there any step I missed? Should I create a merge request?

> @jenspopp thx for fixing the tests Hi, please note that some tests will fail with Java 17 due to some Exception changes in 17....

I found a solution with DB update, but only for admins not for users... e.g., if the key in UI was given as '_wstringop_truncation' `update rules set plugin_rule_key='-Wstringop-truncation' where plugin_rule_key='_wstringop_truncation';`

Hi @guwirth, The error ist `The rule key "-Wsomething-something" is invalid, it should only contain: a-z, 0-9, "_"` As mentioned, when I create the rule with some dummy key, I...

Hi @guwirth, sorry for the late reply, had a week off. My idea was to load at the initialization of the scanner al list of all known issues per tool...

We are evaluating it for cppcheck and gcc compiler warnings for multiple projects... still first POC phase