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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Announcing OSS-Fuzz: Continuous Fuzzing for Open Source Software

212 点作者 tanin超过 8 年前

5 条评论

orf超过 8 年前
Awesome, it&#x27;s found a few bugs with Sqlite3 already: <a href="https:&#x2F;&#x2F;bugs.chromium.org&#x2F;p&#x2F;oss-fuzz&#x2F;issues&#x2F;list?can=1&amp;q=type%3DBug-Security%2CBug+-component%3AInfra+status%3AFixed%2CVerified+sqlite3&amp;sort=-id&amp;colspec=ID+Type+Component+Status+Library+Reported+Owner+Summary&amp;cells=ids" rel="nofollow">https:&#x2F;&#x2F;bugs.chromium.org&#x2F;p&#x2F;oss-fuzz&#x2F;issues&#x2F;list?can=1&amp;q=typ...</a>
评论 #13083961 未加载
nchammas超过 8 年前
On the topic of fuzz testing, Python has an excellent library for property-based testing called Hypothesis [0] [1]. I don&#x27;t think it does guided testing like AFL or libFuzzer (which OSS-Fuzz uses), but it&#x27;s very powerful nonetheless.<p>[0] <a href="http:&#x2F;&#x2F;hypothesis.works&#x2F;" rel="nofollow">http:&#x2F;&#x2F;hypothesis.works&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;HypothesisWorks&#x2F;hypothesis-python" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HypothesisWorks&#x2F;hypothesis-python</a>
评论 #13082906 未加载
评论 #13082917 未加载
评论 #13083252 未加载
评论 #13082095 未加载
评论 #13082436 未加载
评论 #13085927 未加载
newman314超过 8 年前
I&#x27;d like to see openssh added to the list of fuzzed projects.
评论 #13081568 未加载
seanwilson超过 8 年前
&gt; Recent security stories confirm that errors like buffer overflow and use-after-free can have serious, widespread consequences when they occur in critical open source software.<p>This project is awesome and incredibly valuable but what alternatives are there to making the libraries it checks more secure besides rewriting them in another language? When languages exist where buffer overflows and use-after-free are essentially impossible it&#x27;s a bit depressing that we have to rely on fuzzing unless fuzzing can find these kinds of bugs with high reliability?
评论 #13090013 未加载
mtgx超过 8 年前
&gt; <i>In order for a project to be accepted to OSS-Fuzz, it needs to have a large user base and&#x2F;or be critical to Global IT infrastructure</i><p>Let&#x27;s see - Firefox and&#x2F;or the Tor browser? I imagine Google wouldn&#x27;t be too happy about doing free security research for Firefox, but it seems to fit the bill quite well for the goals and mission of the Core Infrastructure Initiative organization.
评论 #13083758 未加载
评论 #13082963 未加载
评论 #13081748 未加载
评论 #13081972 未加载