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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to Best Stay on Top of Vulnerability Releases in Software?

13 点作者 etbusch超过 6 年前
I maintain a fairly large collection of hosted web and server applications, a large portion of them running WordPress, Django, Laravel, and Drupal. I'm aware of the normal channels for tracking new releases, but what is the best way to be in the know about new security issues without spamming an email folder or twitter feed with every CVE?

3 条评论

k4ch0w超过 6 年前
Usually there are mailing lists you can sign up for, but they can be spammy. Organizations I have reviewed have a vulnerability scans happen every month. I think it&#x27;s a best effort kinda thing unless you have a dedicated security team monitoring daily. The juicy bugs will usually make their way into your front view like ShellShock, Heartbleed, Spectre, drupalgeddon etc. I&#x27;d say just by the willingness to ask this question and stay on top of updates you should be fine.<p>New vulnerabilities are discovered everyday and it doesn&#x27;t even include the ones that are never publicly disclosed.
twunde超过 6 年前
1) If you&#x27;re using Github, enable security alerts (<a href="https:&#x2F;&#x2F;github.blog&#x2F;2017-11-16-introducing-security-alerts-on-github&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;2017-11-16-introducing-security-alerts-o...</a>). This is basically looking at your package manifests and checking for known vulnerable dependencies. Django security updates work out of the box, I don&#x27;t know if PHP is supported. For wordpress (and probably Drupal) there are security scanners that are worth running.
cdnsteve超过 6 年前
I found github sec alerts so so. Now starting to use snyk.io with better results.