RepoSsessed icon indicating copy to clipboard operation
RepoSsessed copied to clipboard

A project designed to parse public source code repositories and find various types of vulnerabilities.

Results 2 RepoSsessed issues
Sort by recently updated
recently updated
newest added

Thanks for assembling all of this! I'd like to leverage some of the regular expressions and file extensions in a similar project ([Microsoft/DevSkim](https://github.com/Microsoft/DevSkim)), but I didn't see an explicit LICENSE,...

I had to change some regexp to get this to run on a mac: diff --git a/filetypes.txt b/filetypes.txt index 3396c8b..eb72890 100644 --- a/filetypes.txt +++ b/filetypes.txt @@ -2,8 +2,8 @@ .zsh_history...