HACKER Q&A
📣 funerr

Any other tools like CodeQL?


I'm looking for tools that allow querying code bases in a semantic way, I only found semgrep. Do you know of any other tools in this space?


  👤 phiv Accepted Answer ✓

👤 rahuldan
Hi, I recently created an open-source project that does semantic search on code bases. You can check it out on https://github.com/rahuldan/codesearch

Would love to hear your feedback