Skip to content

Commit 3339240

Browse files
Merge branch 'production' into maddy/pcx-13598-security-center
2 parents 97d2fe0 + f6510a2 commit 3339240

File tree

221 files changed

+4413
-1448
lines changed

Some content is hidden

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

221 files changed

+4413
-1448
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
/src/content/docs/ai-gateway/ @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
2222
/src/content/docs/workers-ai/ @rita3ko @pdwittig @craigsdennis @markdembo @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
2323
/src/content/docs/workers-ai/static @mchenco @craigsdennis @cloudflare/pcx-technical-writing
24-
/src/content/docs/vectorize/ @elithrar @vy-ton @pdwittig @cloudflare/pcx-technical-writing
24+
/src/content/docs/vectorize/ @elithrar @vy-ton @pdwittig @sejoker @cloudflare/pcx-technical-writing
2525
/src/content/changelogs/workers-ai.yaml @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
2626
/src/content/changelogs/ai-gateway.yaml @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
27-
/src/content/changelogs/vectorize.yaml @elithrar @pdwittig @cloudflare/pcx-technical-writing
27+
/src/content/changelogs/vectorize.yaml @elithrar @pdwittig @sejoker @cloudflare/pcx-technical-writing
2828

2929
# Analytics & Logs
3030

@@ -97,8 +97,8 @@
9797
/src/content/partials/hyperdrive/ @elithrar @thomasgauvin @sejoker @oxyjun @cloudflare/pcx-technical-writing
9898
/src/content/changelogs/durable-objects.yaml @elithrar @vy-ton @joshthoward @cloudflare/pcx-technical-writing
9999
/src/content/docs/images/ @dcpena @cloudflare/pcx-technical-writing @renandincer @third774
100-
/src/content/docs/pages/ @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @irvinebroque @cloudflare/pcx-technical-writing
101-
/src/assets/images/pages/ @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/pcx-technical-writing
100+
/src/content/docs/pages/ @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @irvinebroque @cloudflare/pcx-technical-writing @ToriLindsay
101+
/src/assets/images/pages/ @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/pcx-technical-writing @ToriLindsay
102102
/src/content/changelogs/pages.yaml @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/pcx-technical-writing
103103
/src/content/docs/kv/ @elithrar @thomasgauvin @rts-rob @oxyjun @cloudflare/pcx-technical-writing
104104
/src/content/changelogs/kv.yaml @elithrar @thomasgauvin @rts-rob @oxyjun @cloudflare/pcx-technical-writing
@@ -110,8 +110,8 @@
110110
/src/content/changelogs/r2.yaml @dcpena @elithrar @cloudflare/workers-docs @cloudflare/pcx-technical-writing
111111
/src/content/docs/stream/ @tsmith512 @dcpena @cloudflare/pcx-technical-writing @renandincer @third774
112112
/src/content/changelogs/stream.yaml @tsmith512 @dcpena @cloudflare/pcx-technical-writing
113-
/src/content/docs/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/pcx-technical-writing
114-
/src/assets/images/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @WalshyDev @cloudflare/pcx-technical-writing
113+
/src/content/docs/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/pcx-technical-writing @ToriLindsay
114+
/src/assets/images/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @WalshyDev @cloudflare/pcx-technical-writing @ToriLindsay
115115
/src/content/changelogs/workers.yaml @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/pcx-technical-writing @irvinebroque
116116
/src/content/docs/zaraz/ @bjesus @jonnyparris @simonabadoiu @cloudflare/pcx-technical-writing
117117
/src/content/changelogs/zaraz.yaml @bjesus @jonnyparris @simonabadoiu @cloudflare/pcx-technical-writing

.github/workflows/semgrep.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
on:
33
pull_request: {}
44
workflow_dispatch: {}
5-
push:
6-
branches:
7-
- main
8-
- master
95
schedule:
10-
- cron: '0 0 * * *'
6+
- cron: '0 4 * * *'
117
name: Semgrep config
128
jobs:
139
semgrep:

astro.config.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export default defineConfig({
104104
experimental: {
105105
contentIntellisense: true,
106106
contentLayer: true,
107+
directRenderScript: true,
107108
},
108109
server: {
109110
port: 1111,
@@ -169,6 +170,7 @@ export default defineConfig({
169170
"./src/mermaid.css",
170171
"./src/table.css",
171172
"./src/tailwind.css",
173+
"./src/tooltips.css",
172174
],
173175
pagination: false,
174176
plugins: runLinkCheck
@@ -223,13 +225,4 @@ export default defineConfig({
223225
}),
224226
react(),
225227
],
226-
vite: {
227-
build: {
228-
rollupOptions: {
229-
output: {
230-
entryFileNames: "_astro/[name].js",
231-
},
232-
},
233-
},
234-
},
235228
});

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"he": "^1.2.0",
5151
"instantsearch.css": "^8.5.0",
5252
"instantsearch.js": "^4.74.0",
53-
"littlefoot": "^4.1.1",
5453
"lz-string": "^1.5.0",
5554
"marked": "^14.1.1",
5655
"mermaid": "^11.3.0",

public/_redirects

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
/support/analytics/learn-more/what-are-the-types-of-threats/ /analytics/account-and-zone-analytics/threat-types/ 301
133133
/analytics/graphql-api/tutorials/build-your-own-analytics/ /analytics/graphql-api/tutorials/ 301
134134

135-
# area1
135+
# email-security
136136
/email-security/reporting/search/unified-search/ /email-security/reporting/search/ 301
137137
/email-security/reporting/search/detection-search/ /email-security/reporting/search/ 301
138138
/email-security/reporting/search/detection-search/available-parameters/ /email-security/reporting/search/available-parameters/ 301
@@ -371,6 +371,10 @@
371371
/email-routing/get-started/email-addresses/ /email-routing/setup/email-routing-addresses/ 301
372372
/email-routing/known-limitations/ /email-routing/postmaster/ 301
373373

374+
# email-security
375+
/email-security/setup/api-deployment/ /email-security/setup/post-delivery-deployment/api/ 301
376+
/email-security/setup/api-deployment/office365-api/ /email-security/setup/post-delivery-deployment/api/office365-api/ 301
377+
374378
# firewall
375379
/firewall/api/cf-lists/ /waf/tools/lists/lists-api/ 301
376380
/firewall/api/cf-lists/endpoints/ /waf/tools/lists/lists-api/endpoints/ 301
@@ -1155,6 +1159,10 @@
11551159
/r2/reference/changelog/index.xml /r2/platform/changelog/index.xml 301
11561160
/r2/reference/limits/ /r2/platform/limits/ 301
11571161
/r2/reference/metrics-analytics/ /r2/platform/metrics-analytics/ 301
1162+
/r2/examples/mastodon/ /r2/tutorials/mastodon/ 301
1163+
/r2/examples/postman/ /r2/tutorials/postman/ 301
1164+
/r2/examples/cloudflare-access/ /r2/tutorials/cloudflare-access/ 301
1165+
/r2/examples/upload-logs-event-notifications/ /r2/tutorials/upload-logs-event-notifications/ 301
11581166

11591167
# style-guide
11601168
/style-guide/formatting/symbols-in-ui-element-names/ /style-guide/formatting/ui-elements/ 301
@@ -1225,6 +1233,8 @@
12251233
/waf/security-analytics/ /waf/analytics/security-analytics/ 301
12261234
/waf/custom-rules/use-cases/require-valid-hmac-token/ /waf/custom-rules/use-cases/configure-token-authentication/ 301
12271235
/waf/tools/scrape-shield/server-side-excludes/ /waf/tools/scrape-shield/ 301
1236+
/waf/rate-limiting-rules/create-account-dashboard/ /waf/account/rate-limiting-rulesets/create-dashboard/ 301
1237+
/waf/managed-rules/deploy-account-dashboard/ /waf/account/managed-rulesets/deploy-dashboard/ 301
12281238

12291239
# waiting-room
12301240
/waiting-room/how-to/mobile-traffic/ /waiting-room/how-to/json-response/ 301
@@ -1643,6 +1653,7 @@
16431653
/cloudflare-one/identity/users/short-lived-certificates/ /cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/ 301
16441654
/cloudflare-one/identity/users/validating-json/ /cloudflare-one/identity/authorization-cookie/validating-json/ 301
16451655
/cloudflare-one/policies/lists/ /cloudflare-one/policies/gateway/lists 301
1656+
/cloudflare-one/policies/gateway/dns-policies/scheduled-dns-policies/ /cloudflare-one/policies/gateway/timed-policies/#scheduled-policies 301
16461657
/cloudflare-one/policies/zero-trust/ /cloudflare-one/policies/access/ 301
16471658
/cloudflare-one/policies/zero-trust/app-paths/ /cloudflare-one/policies/access/app-paths/ 301
16481659
/cloudflare-one/policies/zero-trust/common-configs/ /cloudflare-one/policies/access/ 301
@@ -1727,7 +1738,8 @@
17271738
/waf/managed-rulesets/* /waf/managed-rules/:splat 301
17281739
/firewall/recipes/* /waf/custom-rules/use-cases/:splat 301
17291740
/workers/wrangler-legacy/* /workers/wrangler/migration/v1-to-v2/wrangler-legacy/:splat 301
1730-
/waf/custom-rulesets/* /waf/custom-rules/custom-rulesets/:splat 301
1741+
/waf/custom-rulesets/* /waf/account/custom-rulesets/:splat 301
1742+
/waf/custom-rules/custom-rulesets/* /waf/account/custom-rulesets/:splat 301
17311743
/waf/exposed-credentials-check/* /waf/managed-rules/check-for-exposed-credentials/:splat 301
17321744
/waf/security-events/* /waf/analytics/security-events/:splat 301
17331745
/web3/polygon-gateway/* /web3/ 301
29.8 KB
Loading
Binary file not shown.
39.9 KB
Loading
14.7 KB
Loading

0 commit comments

Comments
 (0)