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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: TypeScript Security Scanner

9 点作者 gmontard大约 2 年前
Hi HN,<p>I’m Guillaume, the cofounder of Bearer, an Open Source SAST solution.<p>After launching a few weeks ago here on Hacker News with support for Ruby and JavaScript stacks, I’m happy to report we’ve just released a new version (v1.2) with TypeScript support!<p>In terms of code coverage, we use the same rules already implemented for vanilla JavaScript, but as usual, you can build your own.<p>The rules list is here: https:&#x2F;&#x2F;docs.bearer.com&#x2F;reference&#x2F;rules&#x2F;<p>It’s a first version for TS, but we believe that thanks to the pre-existing JavaScript support it should already provide good insights.<p>If you have some TypeScript code, we would love for you to try it out and let us know in the comment below or on our Discord your experience and how we can improve the findings.<p>You can access the repo here: https:&#x2F;&#x2F;github.com&#x2F;Bearer&#x2F;bearer<p>Thank you again!

2 条评论

ashishbijlani大约 2 年前
Cool project. Would love to integrate this in Packj [1] as one of the open-source SAST scanners. Will DM you.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;ossillate-inc&#x2F;packj">https:&#x2F;&#x2F;github.com&#x2F;ossillate-inc&#x2F;packj</a> flags malicious&#x2F;risky open-source dependencies.
cfabianski大约 2 年前
Hi HN,<p>I&#x27;m super happy to provide TS support today. It has been a strong ask from the community after JS support.<p>Every rule written for JavaScript will work for both.<p>Please do let us know if you have any feedback!