Skip to content

Commit

Permalink
fix(integrity): expect pkg mgmt files
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Sep 18, 2023
1 parent 8a33ff3 commit 6914b18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,13 @@ private function getExpectedElementsList() {
'index.html',
'indie.json',
'.user.ini',
'composer.json',
'composer.lock',
'console.php',
'cron.php',
'index.php',
'package.json',
'package-lock.json',
'public.php',
'remote.php',
'status.php',
Expand Down
4 changes: 4 additions & 0 deletions lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,13 @@ private function getExpectedElementsList() {
'index.html',
'indie.json',
'.user.ini',
'composer.json',
'composer.lock',
'console.php',
'cron.php',
'index.php',
'package.json',
'package-lock.json',
'public.php',
'remote.php',
'status.php',
Expand Down
Binary file modified updater.phar
Binary file not shown.

0 comments on commit 6914b18

Please sign in to comment.