Add md <> code comments

This commit is contained in:
Colin McDonnell
2026-01-24 18:56:51 +00:00
committed by pullfrog[bot]
parent 210084a3b6
commit 3a975cc384
9 changed files with 19 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// changes to bash security (filterEnv, spawnBash) should be reflected in wiki/bash-sandbox.md, wiki/security.md, wiki/landlock.md, and docs/security.mdx
import { type ChildProcess, type StdioOptions, spawn } from "node:child_process";
import { randomUUID } from "node:crypto";
import { closeSync, openSync, writeFileSync } from "node:fs";