fix: security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) (#7844)

This commit is contained in:
Manuel
2022-03-12 14:47:23 +01:00
committed by GitHub
parent 972b800ae4
commit e569f402b1
11 changed files with 450 additions and 46 deletions

10
.madgerc Normal file
View File

@@ -0,0 +1,10 @@
{
"detectiveOptions": {
"ts": {
"skipTypeImports": true
},
"es6": {
"skipTypeImports": true
}
}
}