Skip to content

Commit 98ab6ab

Browse files
committed
Update changelog entry for API Shield 2025-03-18
1 parent b2d9c9e commit 98ab6ab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ date: 2025-03-18T11:00:00Z
77
Now, API Shield **automatically** labels your API inventory with API-specific risks so that you can track and manage risks to your APIs.
88

99
View these risks in [Endpoint Management](https://developers.cloudflare.com/api-shield/management-and-monitoring/) by label:
10-
![enter image description here](~/assets/images/changelog/api-shield/endpoint-management-label.png)
10+
11+
![A list of endpoint management labels](~/assets/images/changelog/api-shield/endpoint-management-label.png)
12+
1113
...or in [Security Center Insights](https://developers.cloudflare.com/security-center/security-insights/):
12-
![Example Insight](~/assets/images/changelog/api-shield/posture-management-insight.png)
14+
15+
![An example security center insight](~/assets/images/changelog/api-shield/posture-management-insight.png)
1316

14-
API Shield will scan for risks on your API inventory daily. Here are the new risks we're scanning for and automatically adding labels to:
17+
API Shield will scan for risks on your API inventory daily. Here are the new risks we're scanning for and automatically labelling:
1518
- **cf-risk-sensitive**: applied if the customer is subscribed to the sensitive data detection ruleset and the WAF detects sensitive data returned on an endpoint in the last 7 days.
1619
- **cf-risk-missing-auth**: applied if the customer has configured a session ID and no successful requests to the endpoint contain the session ID.
1720
- **cf-risk-mixed-auth**: applied if the customer has configured a session ID and some successful requests to the endpoint contain the session ID while some lack the session ID.
@@ -20,7 +23,7 @@ API Shield will scan for risks on your API inventory daily. Here are the new ris
2023
- **cf-risk-latency-anomaly**: added when an endpoint experiences a recent increase in response latency over the last 24 hours.
2124
- **cf-risk-size-anomaly**: added when an endpoint experiences a spike in response body size over the last 24 hours.
2225

23-
In addition, API Shield has two new 'beta' scans for Broken Object Level Authorization (BOLA) attacks. These attacks can If you're in the beta, you'll see the following two labels when API Shield suspects an endpoint is suffering from a BOLA vulnerability:
26+
In addition, API Shield has two new 'beta' scans for **Broken Object Level Authorization (BOLA) attacks**. If you're in the beta, you'll see the following two labels when API Shield suspects an endpoint is suffering from a BOLA vulnerability:
2427
- **cf-risk-bola-enumeration**: added when an endpoint experiences successful responses with drastic differences in the number of unique elements requested by different user sessions.
2528
- **cf-risk-bola-pollution**: added when an endpoint experiences successful responses where parameters are found in multiple places in the request.
2629

0 commit comments

Comments
 (0)