Skip to content

Commit 38c1a62

Browse files
fix(blog): update executive order link (#3117)
This commit adjusts the link to the executive order to the Biden administration's archive. The new administration's clean out of whitehouse.gov broke it.
1 parent 9588b49 commit 38c1a62

File tree

1 file changed

+1
-1
lines changed
  • gcp/website/blog/content/posts/automating-and-scaling-vex-generation

1 file changed

+1
-1
lines changed

gcp/website/blog/content/posts/automating-and-scaling-vex-generation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ draft: false
55
author: Brandon Lum, Oliver Chang, and Meder Kydyraliev
66
---
77

8-
If you've recently been in the space of vulnerability management and the discussions around the White House [Executive Order on Improving the Nation's Cybersecurity (EO)](https://www.whitehouse.gov/briefing-room/presidential-actions/2021/05/12/executive-order-on-improving-the-nations-cybersecurity/), you're probably familiar with concepts such as Software Bill of Materials (SBOM) and Vulnerability Exploitability eXchange (VEX).
8+
If you've recently been in the space of vulnerability management and the discussions around the White House [Executive Order on Improving the Nation's Cybersecurity (EO)](https://bidenwhitehouse.archives.gov/briefing-room/presidential-actions/2021/05/12/executive-order-on-improving-the-nations-cybersecurity/), you're probably familiar with concepts such as Software Bill of Materials (SBOM) and Vulnerability Exploitability eXchange (VEX).
99

1010
A VEX document/statement—a form of a security advisory that indicates whether a product or products are affected by a known vulnerability or vulnerabilities—provides a great starting point in prioritizing vulnerability response and automating risk evaluation of software, especially for software consumers. There has already been a lot of coverage on consuming and using VEX for vulnerability management. However, there has not been much conversation around the generation of VEX documents. For producers, the process of creating a VEX statement today is largely a manual and cost-intensive process.
1111
<!--more-->

0 commit comments

Comments
 (0)