Skip to content

Commit

Permalink
Merge pull request #488 from nextcloud/fix/noid/expect-packager-files
Browse files Browse the repository at this point in the history
fix(integrity): expect pkg mgmt files
  • Loading branch information
blizzz authored Sep 12, 2023
2 parents 0b47555 + 7c58e2a commit 55eca48
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 @@ -271,9 +271,13 @@ private function getExpectedElementsList(): array {
'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 @@ -233,9 +233,13 @@ private function getExpectedElementsList(): array {
'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 55eca48

Please sign in to comment.