Code Audit SearchDescriptionDuring code audit, we use lots of regex to match potential vulnerable sources and sinks. However, in large codebase, the results can be so many that it's not easy to manage the results and review history. So that I write a vscode extension to improve your searching experience. You can search with your favorite regex and save the results, take a break, and go back to grab them. I also provide built-in handy regex with various vulnerablity type, including xss, rce, unsafe extraction. Just go and get it to start your code audit journey. InstallationEither
or
FeaturesBuilt-in regex templates| Tag | Type | Regex | Description |
| ------------------ | ----- | ------------ | ------------------------------------------- |
| Save and Resume Your SearchingIn Save your custom regex across workspacesBesides built-in regexs, you can build your custom regexs accross different workspaces. Just click |