Skip to content

Fix NullPointerException for deactivated signature check

Currently, when submitting VPs via the /self-descriptions endpoint with deactivated signature check (here), the app crashes due to a NullPointerException here, since validators is null. This small fix resolves the issue.

Merge request reports