TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any other tools like CodeQL?

4 点作者 funerr超过 2 年前
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 条评论

phiv超过 2 年前
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>
rahuldan超过 2 年前
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