Skip to content

Commit

Permalink
Merge pull request #1008 from msukkari/master
Browse files Browse the repository at this point in the history
add Sourcebot to list of code search tools
  • Loading branch information
carlospolop authored Jan 26, 2025
2 parents 7947c54 + e05c353 commit a0df268
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The goal of this page is to enumerate **platforms that allow to search for code*

This helps in several occasions to **search for leaked information** or for **vulnerabilities** patterns.

- [**SourceGraph**](https://sourcegraph.com/search): Search in millions of repos. There is a free version and an enterprise version (with 15 days free). It supports regexes.
- [**Sourcebot**](https://www.sourcebot.dev/): Open source code search tool. Index and search across thousands of your repos through a modern web interface.
- [**SourceGraph**](https://sourcegraph.com/search): Search in millions of repos. There is a free version and an enterprise version (with 15 days free). It supports regexes.
- [**Github Search**](https://github.com/search): Search across Github. It supports regexes.
- Maybe it's also useful to check also [**Github Code Search**](https://cs.github.com/).
- [**Gitlab Advanced Search**](https://docs.gitlab.com/ee/user/search/advanced_search.html): Search across Gitlab projects. Support regexes.
Expand Down

0 comments on commit a0df268

Please sign in to comment.