Skip to content

Commit ea0ad1a

Browse files
authored
Merge pull request #9224 from wireapp/dev-rollback-to-f6c51a7
Sonar bypass, as this is a revert
2 parents d806bd5 + 42ff2bd commit ea0ad1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+6177
-6018
lines changed

.eslintrc.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"parserOptions": {
1818
"project": ["./tsconfig.json", "./tsconfig.mocha.json", "./tsconfig.bin.json"]
1919
},
20-
"plugins": ["jasmine", "security", "no-unsanitized"],
20+
"plugins": ["jasmine"],
2121
"rules": {
2222
"import/no-default-export": "off",
2323
"no-magic-numbers": "off",
@@ -27,21 +27,7 @@
2727
{
2828
"assertFunctionNames": ["expect", "fc.assert", "assert"]
2929
}
30-
],
31-
"security/detect-eval-with-expression": "error",
32-
"security/detect-non-literal-require": "error",
33-
"security/detect-non-literal-regexp": "error",
34-
"security/detect-unsafe-regex": "error",
35-
"security/detect-buffer-noassert": "error",
36-
"security/detect-child-process": "error",
37-
"security/detect-disable-mustache-escape": "error",
38-
"security/detect-no-csrf-before-method-override": "error",
39-
"security/detect-non-literal-fs-filename": "error",
40-
"security/detect-object-injection": "error",
41-
"security/detect-possible-timing-attacks": "error",
42-
"security/detect-pseudoRandomBytes": "error",
43-
"no-unsanitized/method": "error",
44-
"no-unsanitized/property": "error"
30+
]
4531
},
4632
"settings": {
4733
"import/resolver": {

.github/workflows/dependency-audit.yml

Lines changed: 0 additions & 171 deletions
This file was deleted.

.sonarcloud.properties

Lines changed: 0 additions & 10 deletions
This file was deleted.

bin/inject-version.js

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)