Skip to content

Commit d263c71

Browse files
committed
Merge branch 'production' into kian/PCX-16500
2 parents 17f574d + 8e773d3 commit d263c71

File tree

75 files changed

+1048
-724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1048
-724
lines changed

package-lock.json

Lines changed: 440 additions & 490 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/react-dom": "19.0.4",
5353
"@typescript-eslint/parser": "8.27.0",
5454
"algoliasearch": "5.21.0",
55-
"astro": "5.4.1",
55+
"astro": "5.5.4",
5656
"astro-breadcrumbs": "3.3.1",
5757
"astro-icon": "1.1.5",
5858
"astro-live-code": "0.0.5",

public/__redirects

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
/firewall/cf-rulesets/custom-rules/rate-limiting/ /waf/rate-limiting-rules/ 301
455455
/support/page-rules/required-firewall-rule-changes-to-enable-url-normalization/ /firewall/troubleshooting/required-changes-to-enable-url-normalization/ 301
456456
/firewall/known-issues-and-faq/ /waf/troubleshooting/faq/ 301
457-
/firewall/cf-firewall-rules/cloudflare-challenges/ /waf/reference/cloudflare-challenges/ 301
457+
/firewall/cf-firewall-rules/cloudflare-challenges/ /fundamentals/security/cloudflare-challenges/ 301
458458

459459
# fundamentals
460460
/fundamentals/account-and-billing/account-setup/ /fundamentals/subscriptions-and-billing/ 301
@@ -506,7 +506,7 @@
506506
/fundamentals/global-configurations/ /fundamentals/ 301
507507
/fundamentals/customizations/ /fundamentals/ 301
508508
/fundamentals/security/cybersafe/ /fundamentals/reference/policies-compliances/cybersafe/ 301
509-
/fundamentals/security/challenge-passage/ /waf/tools/challenge-passage/ 301
509+
/fundamentals/security/challenge-passage/ /fundamentals/security/cloudflare-challenges/challenge-passage/ 301
510510
/fundamentals/glossary/ /fundamentals/reference/glossary/ 301
511511
/fundamentals/account-and-billing/login/ /fundamentals/setup/account/login/ 301
512512
/fundamentals/account-and-billing/account-maintenance/delete-account/ /fundamentals/subscriptions-and-billing/delete-account/ 301
@@ -543,7 +543,7 @@
543543
/fundamentals/get-started/setup/minimize-downtime/ /fundamentals/performance/minimize-downtime/ 301
544544
/fundamentals/basic-tasks/maintenance-mode/ /fundamentals/performance/minimize-downtime/ 301
545545
/fundamentals/get-started/concepts/what-is-cloudflare/ https://www.cloudflare.com/learning/what-is-cloudflare/ 301
546-
/fundamentals/get-started/concepts/cloudflare-challenges/ /waf/reference/cloudflare-challenges/ 301
546+
/fundamentals/get-started/concepts/cloudflare-challenges/ /fundamentals/security/cloudflare-challenges/ 301
547547
/fundamentals/get-started/concepts/accounts-and-zones/ /fundamentals/setup/accounts-and-zones/ 301
548548
/fundamentals/get-started/concepts/cloudflare-ip-addresses/ /fundamentals/concepts/cloudflare-ip-addresses/ 301
549549
/fundamentals/get-started/concepts/network-layers/ /fundamentals/reference/network-layers/ 301
@@ -1272,6 +1272,8 @@
12721272
/waf/analytics/security-events/free-plan/ /waf/analytics/security-events/ 301
12731273
/waf/analytics/security-events/paid-plans/ /waf/analytics/security-events/ 301
12741274
/waf/analytics/security-events/additional-information/ /waf/tools/validation-checks/ 301
1275+
/waf/reference/cloudflare-challenges/ /fundamentals/security/cloudflare-challenges/ 301
1276+
/waf/tools/challenge-passage/ /fundamentals/security/cloudflare-challenges/challenge-passage/ 301
12751277

12761278
# waiting-room
12771279
/waiting-room/how-to/mobile-traffic/ /waiting-room/how-to/json-response/ 301
110 KB
Loading
89.9 KB
Loading
94.9 KB
Loading

src/components/changelog/ProductPills.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { products } = await props.parseAsync(Astro.props);
1616
const data = await getEntries(products);
1717
---
1818

19-
<div class="flex flex-row gap-2">
19+
<div class="flex flex-row flex-wrap gap-2">
2020
{
2121
data.map((product) => (
2222
<a href={product.data.product.url} class="no-underline">
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Find security misconfigurations in your AWS cloud environment
3+
description: CASB and DLP with Cloud Data Extraction for AWS cloud environments
4+
date: 2024-11-22T11:00:00Z
5+
products:
6+
- dlp
7+
---
8+
9+
import { Render } from "~/components";
10+
11+
You can now use CASB to find security misconfigurations in your AWS cloud environment using [Data Loss Prevention](/cloudflare-one/policies/data-loss-prevention/).
12+
13+
You can also [connect your AWS compute account](/cloudflare-one/applications/casb/casb-integrations/aws-s3/#compute-account) to extract and scan your S3 buckets for sensitive data while avoiding egress fees. CASB will scan any objects that exist in the bucket at the time of configuration.
14+
15+
<Render file="casb/aws-compute-account" product="cloudflare-one" />
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Troubleshoot tunnels with diagnostic logs
3+
description: View tunnel diagnostic logs
4+
date: 2024-12-19T11:00:00Z
5+
---
6+
7+
import { Render } from "~/components";
8+
9+
The latest `cloudflared` build [2024.12.2](https://github.com/cloudflare/cloudflared/releases/tag/2024.12.2) introduces the ability to collect all the diagnostic logs needed to troubleshoot a `cloudflared` instance.
10+
11+
A diagnostic report collects data from a single instance of `cloudflared` running on the local machine and outputs it to a `cloudflared-diag` file.
12+
13+
<Render file="tunnel/tunnel-diag-file" product="cloudflare-one" />
14+
15+
For more information, refer to [Diagnostic logs](/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs/).
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Detect source code leaks with Data Loss Prevention
3+
description: Added source code confidence levels to Data Loss Prevention
4+
date: 2025-01-03T11:00:00Z
5+
---
6+
7+
import { Render } from "~/components";
8+
9+
You can now detect source code leaks with Data Loss Prevention (DLP) with predefined checks against common programming languages.
10+
11+
<Render
12+
file="data-loss-prevention/programming-language-list"
13+
product="cloudflare-one"
14+
/>
15+
16+
For more details, refer to [DLP profiles](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/).

0 commit comments

Comments
 (0)