Barazo AppView backend barazo.forum
at main 11 lines 410 B view raw
1# CodeQL configuration for barazo-api 2# Uses the extended query suite with exclusions for false positives. 3 4name: 'Barazo API CodeQL Config' 5 6# Exclude queries that produce false positives with Fastify. 7# js/missing-rate-limiting does not recognise @fastify/rate-limit's 8# per-route config.rateLimit option and flags every handler as unprotected. 9query-filters: 10 - exclude: 11 id: js/missing-rate-limiting