Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace polynomial regex with simple string op (#1015)
This change not only removes the potential for catastrophic backtracking, but it is also more direct and generally more efficient, resolves: https://github.com/cap-js/cds-dbs/security/code-scanning/4 & https://github.com/cap-js/cds-dbs/security/code-scanning/3
- Loading branch information