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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How much do you care about CVE in your team?

4 点作者 megamix2 个月前
How much do you utilise vulnerability scanning tools at your job and how much does your team care about fixing them?<p>Do you handle internal applications differently?<p>Edit&#x2F;update: Please mention your industry&#x2F;sector as well.

4 条评论

awaythrow9992 个月前
We do have tools in every step of the sdlc so we can find issues as early as possible. Anything that is exploitable and left unmatched is a compliance violation so we take it very seriously. That said, exploitability is very (expensive) hard to proof, so in practice we try to mitigate via upgrading instead of long pointless discussions about risk. The second thing this forces us, is to look at complexity and tech-debt in a new light.
评论 #43480373 未加载
nextts2 个月前
Yes get chased up about it by security teams. Internal or external apps.
2rsf2 个月前
It&#x27;s mandatory as part of the SDLC and support by appropriate tooling, unfixed higher level vulnerabilities are periodically tracked by middle-upper management
comprev2 个月前
Tools in the pipelines detect and report on CVEs found.<p>We block high&#x2F;critical by default and the rest are given a deadline to be resolved in agreement with security.