Skip to content

Commit 631d56c

Browse files
committed
chore(codemod): Added comment about ignoring CodeQL alert
https://github.com/mlaursen/react-md/pull/1285/checks\?check_run_id\=4316777905
1 parent 98a6a9f commit 631d56c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/codemod/rmd-codemod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ async function handleAction(options: Options): Promise<void> {
128128
// prefix with `node` because of a bug around: "env: node\r"
129129
const command = `node ${jscodeshiftExecutable} ${args.join(" ")}`;
130130
console.log(command);
131+
// react-codemod does it... so I'll ignore the security issue fo rnow.
132+
// https://github.com/reactjs/react-codemod/blob/b34b92a1f0b8ad333efe5effb50d17d46d66588b/bin/cli.js
131133
execSync(command, { stdio: "inherit" });
132134
}
133135

0 commit comments

Comments
 (0)