Recent Commits to hyperframes:main
・fix: create temp dirs with mkdtemp, not a name built from Date.now() (#3241) * fix: create temp dirs with mkdtemp, not a name built from Date.now() Closes nine open `js/insecure-temporary-file` alerts — the technically correct ones.
・An audit of all 29 open alerts for that rule split them three ways: - 19 false positives: the write lands inside a directory the caller already made with `mkdtempSync`, and CodeQL's dataf