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.

Show HN: Patchwork – Real-time notifications for OSS vulnerabilities

122 pointsby Shamiqover 9 years ago

11 comments

haliteover 9 years ago
Hi, we&#x27;re currently looking for such tool. Here are some questions that would be helpful for us:<p>How do you manage vulnerabilities database?<p>Do you&#x27;ve a list of OSS that this tool covers? Does it integrate with existing scanning tools like Nexpose (<a href="http:&#x2F;&#x2F;www.rapid7.com&#x2F;products&#x2F;nexpose&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.rapid7.com&#x2F;products&#x2F;nexpose&#x2F;</a>).<p>Can it scan code repositories?<p>What information does it capture from the machine? Where is the data center located?<p>What do you anticipate the bandwidth consumption would be like for this tool?<p>Any volume discounts?<p>edit: formatting.
评论 #10897534 未加载
评论 #10897666 未加载
chatmastaover 9 years ago
This would be a cool service to integrate with github badges, next to test coverage and build status. e.g. &quot;2 UNPATCHED VULNERABILITIES&quot; or &quot;VULNERABILITY ASSESSMENT PASSED&quot;<p>It should be simple enough to intersect the list of a project&#x27;s dependencies with a list of libraries with known vulnerabilities.<p>If you provided this as a free service, you&#x27;d get a bunch of free advertising from the github badges, like travis-CI. :)
评论 #10897526 未加载
Shamiqover 9 years ago
Hi all! I’m Shamiq, ex-Matasano and co-founder of Patchwork Security. David and I built Patchwork as a devops tool to help manage Open Source Vulnerabilities. We want to drive the time between an available fix and patched infrastructure to zero. We’d love for you to try it out, and let us know what you think!<p>We’ll be here all day answering comments or you can reach us at shamiq@patchworksecurity.com or david@patchworksecurity.com.
评论 #10897142 未加载
k33nover 9 years ago
Launched something very similar last year and learned that integrations with existing security scanning tools was more important than building our own from scratch. We actually open sourced our linux agent (<a href="https:&#x2F;&#x2F;github.com&#x2F;NoSprawl&#x2F;LinuxAgent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NoSprawl&#x2F;LinuxAgent</a>) and a few other little nuggets, but never announced anything.
评论 #10898148 未加载
deadfeceover 9 years ago
Pakiti (<a href="http:&#x2F;&#x2F;pakiti.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pakiti.sourceforge.net&#x2F;</a>) is another useful tool in this space.
评论 #10900049 未加载
mmaunderover 9 years ago
Awesome. Can we hook into this to send updates to Slack instead?
评论 #10897748 未加载
jonduboisover 9 years ago
You should make this service free for individuals (hackers) and charge companies.<p>Companies which pay for the service will be notified of the vulnerability before hackers.<p>Basically you foster a community of hackers while at the same time charging companies protection money from your own hackers.
评论 #10899025 未加载
评论 #10898308 未加载
TheHippoover 9 years ago
Doesn&#x27;t work on my ubuntu machine:<p><pre><code> curl -L https:&#x2F;&#x2F;git.io&#x2F;cleansweep | sh sh: 94: curl: Argument list too long</code></pre>
评论 #10899102 未加载
评论 #10897466 未加载
DoubleMaltover 9 years ago
Sorry to be snide, but seriously?<p><pre><code> curl -L https:&#x2F;&#x2F;git.io&#x2F;cleansweep | sh </code></pre> For a security tool?<p>[edit] I still think it&#x27;s a great idea, though [&#x2F;edit]
评论 #10897488 未加载
评论 #10897341 未加载
评论 #10897325 未加载
DyslexicAtheistover 9 years ago
is this a joke?<p>Piping random shit off the web straight into a shell. Sounds like worst advise. I&#x27;m sure the maintainers of this site really know their stuff when it comes to security.<p>A malicious attacker will love breaking this site and find out who uses which versions.
评论 #10903558 未加载
评论 #10903458 未加载
SchizoDuckieover 9 years ago
This just sounds like a bad idea to me. Why would you publish all this very sensitive machine info to a third party to retrieve that list? This would be a goldmine if they got hacked.<p>Also, don&#x27;t tell your users to blindly pipe curl to sh, ever.<p>It would be a much better design if it worked the other way around: Aggregate recent security patches into a database and send those to the servers, and have them do a local compare of vulnerabilities. You could charge for the database access and still keep your business model.
评论 #10897404 未加载
评论 #10898931 未加载
评论 #10897388 未加载