Skip to content

Commit 535f7af

Browse files
committed
whats new uefi, toc rename uefi, add epss filtering in portal
1 parent 4540c07 commit 535f7af

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

articles/firmware-analysis/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ into your RSS feed reader.
6464
The following UEFI related analysis results are available in Preview and might have limited coverage:
6565

6666
- SBOM: detection of OpenSSL component, version detection, and CVE association when version is detected
67-
- CVE / Weakness: derived from detected SBOM components
67+
- CVE Weaknesses: derived from detected SBOM components
6868
- Binary hardening: detection of NX/DEP supported for UEFI firmware. You may see other results from non-UEFI executables if they are intermixed with the UEFI image in the binary.
6969
- Extractor paths for UEFI firmware now include the UEFI module name, in addition to GUID based identifiers, to improve clarity when reviewing results.
7070

articles/firmware-analysis/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
href: firmware-analysis-rbac.md
3434
- name: Understanding and prioritizing weaknesses data in firmware analysis
3535
href: understanding-weaknesses-data.md
36-
- name: Unified Extensible Firmware Interface firmware analysis capabilities
37-
href: unified-extensible-firmware-interface-analysis.md
36+
- name: UEFI firmware analysis capabilities
37+
href: UEFI-firmware-analysis.md
3838
- name: How-to guides
3939
items:
4040
- name: Automate firmware analysis using service principals

articles/firmware-analysis/understanding-weaknesses-data.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ Firmware analysis might include EPSS data, which estimates the likelihood that a
8282
Two related values might appear:
8383
* EPSS score – an estimated likelihood of exploitation based on observed trends across the vulnerability ecosystem
8484
* EPSS percentile – how that probability compares relative to other vulnerabilities
85+
8586
These values provide comparative risk context but don't guarantee exploitation.
8687

88+
To filter by EPSS in the Azure Portal, specify the EPSS score in a decimal form (for example, for an EPSS score of `>50%`, filter for `>0.5`).
89+
8790
Percentile rankings are often more operationally useful, as they show how a CVE ranks relative to the broader vulnerability ecosystem.
8891

8992
> [!NOTE]
@@ -154,6 +157,9 @@ Effective prioritization requires more than severity scoring. The following stru
154157

155158
EPSS adds probabilistic context to prioritization decisions.
156159

160+
> [!NOTE]
161+
> To filter by EPSS in the Azure Portal, specify the EPSS score in a decimal form (for example, for an EPSS score of `>50%`, filter for `>0.5`).
162+
157163
4. Review attack vector and exposure
158164

159165
From the CVSS vector, consider:

0 commit comments

Comments
 (0)