Skip to content

Commit f68db80

Browse files
committed
Move main CASB page
1 parent be7875d commit f68db80

File tree

21 files changed

+26
-21
lines changed

21 files changed

+26
-21
lines changed

public/__redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,9 @@
24002400
/cloudflare-one/applications/non-http/* /cloudflare-one/access-controls/applications/non-http/:splat 301
24012401
/cloudflare-one/applications/casb/casb-integrations/* /cloudflare-one/integrations/cloud-and-saas/:splat 301
24022402
/cloudflare-one/applications/casb/troubleshooting/* /cloudflare-one/integrations/cloud-and-saas/troubleshooting/:splat 301
2403+
/cloudflare-one/applications/casb/ /cloudflare-one/cloud-and-saas-findings/ 301
2404+
/cloudflare-one/applications/casb/manage-findings/ /cloudflare-one/cloud-and-saas-findings/manage-findings/ 301
2405+
/cloudflare-one/applications/casb/casb-dlp/ /cloudflare-one/cloud-and-saas-findings/casb-dlp/ 301
24032406

24042407
# Learning paths
24052408

src/content/docs/cloudflare-one/applications/app-library.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The **Overview** tab shows details about an application, including:
3030

3131
### Findings
3232

33-
The **Findings** tab shows any connected [CASB integrations](/cloudflare-one/integrations/cloud-and-saas/#manage-casb-integrations) for the selected application, as well as instances of any detected [posture findings](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#posture-findings) and [content findings](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#content-findings) for each integration.
33+
The **Findings** tab shows any connected [CASB integrations](/cloudflare-one/integrations/cloud-and-saas/#manage-casb-integrations) for the selected application, as well as instances of any detected [posture findings](/cloudflare-one/cloud-and-saas-findings/manage-findings/#posture-findings) and [content findings](/cloudflare-one/cloud-and-saas-findings/manage-findings/#content-findings) for each integration.
3434

3535
### Policies
3636

src/content/docs/cloudflare-one/cloud-and-saas-findings/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Free users can configure up to two CASB integrations. You must upgrade to an Ent
1818

1919
Cloudflare's API-driven [Cloud Access Security Broker](https://www.cloudflare.com/learning/access-management/what-is-a-casb/) (CASB) integrates with SaaS applications and cloud environments to scan for misconfigurations, unauthorized user activity, <GlossaryTooltip term="shadow IT" link="https://www.cloudflare.com/learning/access-management/what-is-shadow-it/">shadow IT</GlossaryTooltip>, and other data security issues that can occur after a user has successfully logged in.
2020

21+
For a list of available findings, refer to [Cloud and SaaS integrations](/cloudflare-one/integrations/cloud-and-saas/).
22+
2123
## Manage CASB integrations
2224

2325
<Render file="casb/manage-integrations" product="cloudflare-one" />

src/content/docs/cloudflare-one/cloud-and-saas-findings/manage-findings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Findings are security issues detected within SaaS and cloud applications that in
1414

1515
## Prerequisites
1616

17-
- You have [added](/cloudflare-one/integrations/cloud-and-saas/#add-an-integration) a CASB integration.
17+
- You have [added a CASB integration](/cloudflare-one/integrations/cloud-and-saas/).
1818
- Your scan has surfaced at least one security finding.
1919

2020
## Posture findings

src/content/docs/cloudflare-one/data-loss-prevention/dlp-profiles/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ A DLP profile is a collection of regular expressions and [detection entries](/cl
1717
product="cloudflare-one"
1818
/>
1919

20-
You can now use this profile in a [DLP policy](/cloudflare-one/data-loss-prevention/dlp-policies/#2-create-a-dlp-policy) or [CASB integration](/cloudflare-one/integrations/cloud-and-saas/casb-dlp/).
20+
You can now use this profile in a [DLP policy](/cloudflare-one/data-loss-prevention/dlp-policies/#2-create-a-dlp-policy) or [CASB integration](/cloudflare-one/cloud-and-saas-findings/casb-dlp/).
2121

2222
## Build a custom profile
2323

2424
<Render file="data-loss-prevention/custom-profile" product="cloudflare-one" />
2525

26-
You can now use this profile in a [DLP policy](/cloudflare-one/data-loss-prevention/dlp-policies/#2-create-a-dlp-policy) or [CASB integration](/cloudflare-one/integrations/cloud-and-saas/casb-dlp/).
26+
You can now use this profile in a [DLP policy](/cloudflare-one/data-loss-prevention/dlp-policies/#2-create-a-dlp-policy) or [CASB integration](/cloudflare-one/cloud-and-saas-findings/casb-dlp/).

src/content/docs/cloudflare-one/data-loss-prevention/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To get started, refer to [Scan HTTP traffic with DLP](/cloudflare-one/data-loss-
3232

3333
Data Loss Prevention complements [Cloudflare CASB](/cloudflare-one/integrations/cloud-and-saas/) to detect sensitive data stored in your SaaS applications. Unlike data in transit scans which read files sent through Cloudflare Gateway, CASB retrieves files directly via the API. Therefore, Gateway and WARP settings (such as [Do Not Inspect](/cloudflare-one/traffic-policies/http-policies/#do-not-inspect) policies and [Split Tunnel](/cloudflare-one/team-and-resources/devices/warp/configure-warp/route-traffic/split-tunnels/) configurations) will not affect data at rest scans.
3434

35-
To get started, refer to [Scan SaaS applications with DLP](/cloudflare-one/integrations/cloud-and-saas/casb-dlp/).
35+
To get started, refer to [Scan SaaS applications with DLP](/cloudflare-one/cloud-and-saas-findings/casb-dlp/).
3636

3737
## Supported file types
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
pcx_content_type: navigation
33
title: Scan SaaS apps
4-
external_link: /cloudflare-one/integrations/cloud-and-saas/casb-dlp/
4+
external_link: /cloudflare-one/cloud-and-saas-findings/casb-dlp/
55
sidebar:
66
order: 2
77
---

src/content/docs/cloudflare-one/insights/analytics/data-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ The dashboard includes the following panels and metrics:
3232

3333
### SaaS and Cloud findings by count
3434

35-
The SaaS and Cloud findings by count chart shows a time series view of Posture and Content findings. [Posture](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#posture-findings) denotes posture findings which include misconfigurations, unauthorized user activity, and other data security issues. [Content](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#content-findings) denotes content findings which include instances of potential data exposure as identified by [DLP](/cloudflare-one/data-loss-prevention/).
35+
The SaaS and Cloud findings by count chart shows a time series view of Posture and Content findings. [Posture](/cloudflare-one/cloud-and-saas-findings/manage-findings/#posture-findings) denotes posture findings which include misconfigurations, unauthorized user activity, and other data security issues. [Content](/cloudflare-one/cloud-and-saas-findings/manage-findings/#content-findings) denotes content findings which include instances of potential data exposure as identified by [DLP](/cloudflare-one/data-loss-prevention/).
3636

3737
Each bar represents the total number of findings detected within a given time interval. You can use this view to observe patterns or spikes in findings over time. Hover over any bar to view the exact count of Posture and Content findings for that period.
3838

3939
To review findings in detail, log into [Zero Trust](https://one.dash.cloudflare.com) and go to **CASB** > **Posture Findings** or **Content Findings**.
4040

4141
### Posture findings by Severity
4242

43-
The Posture findings by severity chart displays the distribution of CASB findings based on their [severity levels](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#severity-levels). Each segment of the circle represents the number of posture issues classified as `Critical`, `High`, `Medium`, or `Low`.
43+
The Posture findings by severity chart displays the distribution of CASB findings based on their [severity levels](/cloudflare-one/cloud-and-saas-findings/manage-findings/#severity-levels). Each segment of the circle represents the number of posture issues classified as `Critical`, `High`, `Medium`, or `Low`.
4444

4545
To review findings in detail, log into [Zero Trust](https://one.dash.cloudflare.com) and go to **CASB** > **Posture Findings**.
4646

src/content/docs/cloudflare-one/integrations/cloud-and-saas/aws-s3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CASB will take up to an hour to begin scanning. To view the scan results, go to
5959

6060
To manage your resources, go to **CASB** > **Integrations**, then find and select your AWS integration. From here, you can pause all or individual scans, add or remove resources, and change scan settings.
6161

62-
For more information, refer to [Content findings](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#content-findings).
62+
For more information, refer to [Content findings](/cloudflare-one/cloud-and-saas-findings/manage-findings/#content-findings).
6363

6464
## Security findings
6565

src/content/docs/cloudflare-one/integrations/cloud-and-saas/gcp-cloud-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CASB will take up to one hour to begin scanning. To view the scan results, go to
6464

6565
To manage your resources, go to **CASB** > **Integrations**, then find and select your GCP integration. From here, you can pause all or individual scans, add or remove resources, and change scan settings.
6666

67-
For more information, refer to [Content findings](/cloudflare-one/integrations/cloud-and-saas/manage-findings/#content-findings).
67+
For more information, refer to [Content findings](/cloudflare-one/cloud-and-saas-findings/manage-findings/#content-findings).
6868

6969
## Security findings
7070

0 commit comments

Comments
 (0)