Skip to content

Commit fbecbeb

Browse files
committed
Replace os.tmpdir() with safer tmp module to create redirection file
Addresses https://github.com/Open-CMSIS-Pack/vscode-cmsis-solution/security/code-scanning/11
1 parent cc1cfd6 commit fbecbeb

8 files changed

Lines changed: 231 additions & 2081 deletions

docs/third-party-licenses.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,12 @@
236236
"spdx": "BlueOak-1.0.0",
237237
"url": "https://github.com/isaacs/node-glob",
238238
"license": "https://github.com/isaacs/node-glob/blob/main/LICENSE.md"
239+
},
240+
{
241+
"name": "tmp",
242+
"version": "0.2.5",
243+
"spdx": "MIT",
244+
"url": "https://github.com/raszi/node-tmp",
245+
"license": "https://github.com/raszi/node-tmp/blob/master/LICENSE"
239246
}
240247
]

0 commit comments

Comments
 (0)