jenspopp
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...
### 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...
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...
**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...
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...
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...
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...
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...
### 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,...