Skip to content

Commit

Permalink
fix: plugin security issues resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kobzarev committed May 5, 2024
1 parent 09c3c8c commit d808caa
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
86 changes: 43 additions & 43 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
# A set of files you probably don't want in your WordPress.org distribution
.phpcs.cache
.distignore
.editorconfig
.git
.github
.gitignore
.gitlab-ci.yml
.travis.yml
.DS_Store
.idea
.wordpress-org
Thumbs.db
behat.yml
circle.yml
composer.json
composer.lock
Gruntfile.js
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
multisite.xml
multisite.xml.dist
phpcs.xml
phpcs.ruleset.xml
phpcs.xml.dist
README.md
CHANGELOG.md
CONTRIBUTING.md
wp-cli.local.yml
yarn.lock
scoper.inc.php
bin
tests
node_modules
php-scoper
*.sql
*.tar.gz
*.zip
assets/src
custom
tools
Makefile
/.phpcs.cache
/.distignore
/.editorconfig
/.git
/.github
/.gitignore
/.gitlab-ci.yml
/.travis.yml
/.DS_Store
/.idea
/.wordpress-org
/Thumbs.db
/behat.yml
/circle.yml
/composer.json
/composer.lock
/Gruntfile.js
/package.json
/package-lock.json
/phpunit.xml
/phpunit.xml.dist
/multisite.xml
/multisite.xml.dist
/phpcs.xml
/phpcs.ruleset.xml
/phpcs.xml.dist
/README.md
/CHANGELOG.md
/CONTRIBUTING.md
/wp-cli.local.yml
/yarn.lock
/scoper.inc.php
/bin
/tests
/node_modules
/php-scoper
/*.sql
/*.tar.gz
/*.zip
/assets/src
/custom
/tools
/Makefile
4 changes: 2 additions & 2 deletions php-scoper/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '8aec842e67d832ca213ffa471c329cf6867ebb18',
'reference' => '09c3c8c6a4e28fba43bb7ba3d839c7d456aa7b07',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '8aec842e67d832ca213ffa471c329cf6867ebb18',
'reference' => '09c3c8c6a4e28fba43bb7ba3d839c7d456aa7b07',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit d808caa

Please sign in to comment.