Skip to content

BAP should only test for target failures

Dinesh Bolkensteyn requested to merge bap-new-language into main

Support for Kotlin was recently introduced, and one Kotlin only project added.

See this BAP report: Screenshot_2024-05-02_at_17.10.14

baseline is the last available Semgrep release, which does not yet contain Kotlin. target is a fresh build from the main branch, which should support it already.

Because developments happen in sast-rules first, we need BAP to succeed. In general, the baseline errors have already been validated in a previous MR (when that became the new baseline), so it should be safe to ignore. Similarity on all other aspects is however still enforced.

Merge request reports