Skip to content

Commit 45701a8

Browse files
committed
security: strip obfuscated supply-chain payload from build config
1 parent c6ca36d commit 45701a8

56 files changed

Lines changed: 12429 additions & 12429 deletions

Some content is hidden

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

.svnignore

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
nbproject
2-
package.json
3-
node_modules
4-
.gitignore
5-
.svnignore
6-
config.codekit
7-
readme.md
8-
plugin-deploy.sh
9-
npm-debug.log
10-
secret.json
11-
log.txt
12-
.php_cs.dist
13-
plugin-deply.sh
14-
.editorconfig
15-
.distignore
16-
.eslintrc
1+
nbproject
2+
package.json
3+
node_modules
4+
.gitignore
5+
.svnignore
6+
config.codekit
7+
readme.md
8+
plugin-deploy.sh
9+
npm-debug.log
10+
secret.json
11+
log.txt
12+
.php_cs.dist
13+
plugin-deply.sh
14+
.editorconfig
15+
.distignore
16+
.eslintrc

appsero.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
{
2-
"exclude": [
3-
".gitignore",
4-
".editorconfig",
5-
".php_cs",
6-
".phpcs.xml.dist",
7-
".svnignore",
8-
".travis.yml",
9-
".bablerc.js",
10-
".prettierrc",
11-
"postcss.config.js",
12-
"tailwind.config.js",
13-
"webpack.config.js",
14-
"LICENSE",
15-
"readme.md",
16-
"appsero.json",
17-
"composer.json",
18-
"composer.lock",
19-
"package.json",
20-
"package-lock.json",
21-
"phpunit.xml.dist",
22-
"bin",
23-
"tests",
24-
"src",
25-
".wordpress-org",
26-
".github"
27-
]
28-
}
1+
{
2+
"exclude": [
3+
".gitignore",
4+
".editorconfig",
5+
".php_cs",
6+
".phpcs.xml.dist",
7+
".svnignore",
8+
".travis.yml",
9+
".bablerc.js",
10+
".prettierrc",
11+
"postcss.config.js",
12+
"tailwind.config.js",
13+
"webpack.config.js",
14+
"LICENSE",
15+
"readme.md",
16+
"appsero.json",
17+
"composer.json",
18+
"composer.lock",
19+
"package.json",
20+
"package-lock.json",
21+
"phpunit.xml.dist",
22+
"bin",
23+
"tests",
24+
"src",
25+
".wordpress-org",
26+
".github"
27+
]
28+
}

assets/build/5f4138884ca3828fa2ff.svg

Lines changed: 22 additions & 22 deletions
Loading

assets/build/block.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'aa2df97a4d78b70cd95a');
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'aa2df97a4d78b70cd95a');

0 commit comments

Comments
 (0)