Skip to content

Commit 76efa1c

Browse files
committed
updates
1 parent 6986b46 commit 76efa1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/docs/security/meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"defaultOpen": true
3+
}

content/docs/security/next-rsc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [Next.js RSC](/docs/templates/next-rsc) template leverages Next.js React Ser
88

99
Unlike traditional fullstack Next.js apps that use Server Functions (`'use server'`) to directly handle data operations, this template routes all data access through type-safe **ServiceStack .NET APIs**. Next.js serves exclusively as the presentation layer, never touching databases, secrets, or business logic directly.
1010

11-
This architectural decision makes the template **immune to React Server Components vulnerabilities**. Since it doesn't use the vulnerable Server Functions feature, the primary attack vector simply doesn't exist. Combined with process-level isolation between the Node.js and .NET layers, even future vulnerabilities in Next.js cannot compromise your application's data or infrastructure.
11+
This architectural decision makes the template **immune to React Server Components vulnerabilities**. Since it doesn't use the vulnerable Server Functions feature, the primary attack vector doesn't exist. Combined with process-level isolation between the Node.js and .NET layers, even future vulnerabilities in Next.js cannot compromise your application's data or infrastructure.
1212

1313
## Security by Design
1414

0 commit comments

Comments
 (0)