ossf / wg-best-practices-os-developers

The Best Practices for OSS Developers working group is dedicated to raising awareness and education of secure code best practices for open source developers.
https://openssf.org
Apache License 2.0
680 stars 111 forks source link

add test suite for regex guide #525

Open ctcpip opened 4 weeks ago

ctcpip commented 4 weeks ago

it would be great if we could write a test suite for the regex guide. probably a monorepo, with different folders for each language

ctcpip commented 1 week ago

had a go at a npm/js package: https://github.com/ctcpip/regex-ok

need more expressions for both good and bad arrays: https://github.com/ctcpip/regex-ok/blob/main/test/test.js#L30