# Maturity-Models-QA **Repository Path**: mirrors_OWASP/Maturity-Models-QA ## Basic Information - **Project Name**: Maturity-Models-QA - **Description**: Repo of QA files of BSIMM site (i.e. browser automation and performance tests) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BSIMM-Graphs-QA Repo of QA files of BSIMM site (i.e. browser automation and performance tests) ## Issues to add This is just a helper for the cases where I'm coding offline - Add security test for '/v1/api/logs/file/{fileid}'' since that could be an injection point - one interesting twist is to add a special branch that has security vulnerabilities (for example in this endpoint), which the idea being that the security tests should pick it up. - Add ZAP fuzzing tests to this endpoint, run ZAP in a docker container and instrument it from an Test (which can be triggered by a git pull into DinisCruz-Dev) - Add test for /view/route/list - Add test that requests all routes from '/view/route/list' - Add a Promise return value to $GET so that we don't need done()