:
Last modified: Jan 5, 2023

Checklist

Code Checklist

Below you find checklists used during coding. Important input have been OWASP Top 10 and CWE Top 25 Backend checklist 1. Are input validated? Url parametes, post parameters and other that are store or presented in application. Examples from the Altinn 3 is validaton of file names. used here. This is related to OWASP Top 10 no 1. 2. Does API requires authenticted user? All API’s need to require authenticated user or system. »