Update wide-source-code-search.md

This commit is contained in:
Michael Sukkarieh 2025-01-22 08:59:06 -08:00 committed by GitHub
parent 68b9a5bf73
commit 0b49e8d757

View File

@ -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.