jenspopp

Results 9 issues of jenspopp

### Expected behavior I want to use graph sdk in a project with other dependencies (ERP, 3rd party integration, ...). This is nearly impossible due to the amount of dependencies...

question
Needs: Attention :wave:

### Your Feature Request Currently if I want to assign e.g. the roles of a jwt token to a variable I can do a query like: http-request set-var(txn.roles) http_auth_bearer,jwt_payload_query('$.resource_access.account.roles[0]') Which...

type: feature

This is a fix for https://github.com/SonarOpenCommunity/sonar-cxx/issues/2586 I tested it with gcc, cppcheck and clangtidy. Open points: 1. Default unknown rule is right now only for the tested frameworks in the...

enhancement

**Describe the bug** When analyzing gcc compiler warnings I wanted to add a new one for -Wstringop-truncation When trying to enter this key, I get a validation error, that key...

question

Due to a stupid question there is now a ticket to change rule key validation: https://sonarsource.atlassian.net/browse/SONAR-21052 This affects all keys that have any character not in regex ^[\\w]+$ which is...

question

It would be nice to limit the number of connections to an upstream server. E.g. if a certain API is hit, the server should only be used again, once the...

help wanted
good first issue

I'm trying to parse some log files where stored procedures are used. So the statement would look like: BEGIN modifyParams( :BP_00000_v, ..., :BP_00012_v ); END; Is there a way to...

improvement

Hi, I would like to read the json report for a custom pipeline report generator that mixes in some other results. Is there a schema or other definition of the...

question

### Current Behavior I do a vulnerability Audit for my project, I click on the vulnerability -> Affected Projects to see, if other projects are affected. I see: Name, version,...

enhancement