Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rieken <johannes.rieken@gmail.com>2021-01-08 14:00:42 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2021-01-08 14:00:56 +0300
commita5a0c1527d16edc72f42467a5de4039b38c0f91b (patch)
treec83d723ae6b027dff572dd2e3228351e990e4e1e /src/tsec.exemptions.json
parentca6a7a699893a7d0a2be4cf2865162e43ca7f70f (diff)
add tsec config and exemption file (defunct?)
Diffstat (limited to 'src/tsec.exemptions.json')
-rw-r--r--src/tsec.exemptions.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tsec.exemptions.json b/src/tsec.exemptions.json
new file mode 100644
index 00000000000..dc1e805868f
--- /dev/null
+++ b/src/tsec.exemptions.json
@@ -0,0 +1,5 @@
+{
+ "ban-trustedtypes-createpolicy": [
+ "**/*.ts"
+ ]
+}