Skip to content

Commit 226e22b

Browse files
authored
Update initial_access_execution_susp_react_serv_child.toml
1 parent 75e2341 commit 226e22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/initial_access_execution_susp_react_serv_child.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ and (
106106
(
107107
process.parent.name in ("node", "bun", "node.exe", "bun.exe") and
108108
process.parent.command_line : (
109-
"*react-dom*", "*.next*", "*node_modules/next*", "*react-server*", "*next-server*", "*node server.js*", "*bin/next*",
109+
"*react-dom*", "*.next*", "*node_modules/next*", "*react-server*", "*next-server*", "*server.js*", "*bin/next*",
110110
"*--experimental-https*", "*app/server*", "*.pnpm/next*", "*next start*", "*next dev*", "*react-scripts start*", "*next/dist/server*"
111111
)
112112
)

0 commit comments

Comments
 (0)