TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Any other tools like CodeQL?

4 pointsby funerrover 2 years ago
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?

2 comments

phivover 2 years ago
you can check out weggli and joern<p><a href="https:&#x2F;&#x2F;github.com&#x2F;weggli-rs&#x2F;weggli">https:&#x2F;&#x2F;github.com&#x2F;weggli-rs&#x2F;weggli</a> <a href="https:&#x2F;&#x2F;elmanto.github.io&#x2F;posts&#x2F;sast_derby_joern_vs_codeql" rel="nofollow">https:&#x2F;&#x2F;elmanto.github.io&#x2F;posts&#x2F;sast_derby_joern_vs_codeql</a>
rahuldanover 2 years ago
Hi, I recently created an open-source project that does semantic search on code bases. You can check it out on <a href="https:&#x2F;&#x2F;github.com&#x2F;rahuldan&#x2F;codesearch">https:&#x2F;&#x2F;github.com&#x2F;rahuldan&#x2F;codesearch</a><p>Would love to hear your feedback