Skip to content

Commit

Permalink
Merge pull request #497 from nextcloud/backport/494/stable25
Browse files Browse the repository at this point in the history
[stable25] fix(integrity): expect pkg mgmt files
  • Loading branch information
blizzz authored Sep 19, 2023
2 parents 8a33ff3 + 6914b18 commit c54399c
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 c54399c

Please sign in to comment.