keycloak-scim/.github
Bruno Oliveira da Silva f06ba05405
The CodeQL analysis is broken due to the large content of the SARIF file (#10606)
The issue was originally caused by high number of flows paths per alert
generated by the LDAP federation module. That was identified taking the
SARIF file generated and running:

```
jq '.runs[0].results | map({query_id: .rule.id, numPaths: .codeFlows |
length})' java.sarif

```

Together we reduced the number of flows paths, adding optimizations to
skip some paths and avoid false alerts.

Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com>

Closes #10203

Co-authored-by: Joshua Mulliken <joshua@mulliken.net>
2022-03-11 13:55:17 +01:00
..
ISSUE_TEMPLATE Add issue templates directly to repo to fix issue with labels not being added (#9380) 2022-01-03 12:56:40 +01:00
scripts The CodeQL analysis is broken due to the large content of the SARIF file (#10606) 2022-03-11 13:55:17 +01:00
workflows The CodeQL analysis is broken due to the large content of the SARIF file (#10606) 2022-03-11 13:55:17 +01:00
settings.xml Remove additional repositories where they are not needed. Set updatePolicy for GA. (#10047) 2022-02-16 08:59:05 +01:00