Skip to content

Exclude unittests from SAST since it raises unnecessary errors.

Mayr, Hannes requested to merge remove-security-warnings-for-unittests into dev

Bandit reports for example using the "assert" statement as vulnerability. Inside of unit tests this cannot be circumvented (and should not be).

Merge request reports