f06ba05405
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> |
||
---|---|---|
.. | ||
ci.yml | ||
codeql-analysis.yml | ||
operator-ci.yml |