Cookie Consent

To make this website work properly, we sometimes place small data files called ‘cookies’ on your device. All Cookies are first-party cookies and are essential for the Site to run properly

Essential Data

The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.

  • Major update for Prvstorage app, version 0.11.0

    Due to the fact that the initial Prvstorage app was built on top of popular Laravel php framework, version 8, in time, there were identified vulnerabilities to that framework. Because Laravel is an extensively used framework, those vulnerabilities have been addressed through regular updates. To ensure Prvstorage app security, with Prvstorage version 0.11.0 base framework has been updated from Laravel 8 to Laravel 9.

    version_0.11.0.png version_0.11.0.png

    Version 0.11.0 of Prvstorage app is up and running.

    This is will not significantly change the user feel and interaction with the app.

    This a major update of the base framework that Prvstorageis built on, addressing some vulnerabilities of older versions of Laravel Framework

    • Changes from previous version (v0.10.11):
    • Base framework update from Laravel 8 to Laravel 9
    • Update addressed the following vulnerabilities
      • Vulnerabilities:
      • CVE-2024-51736 - Symfony vulnerable to command execution hijack on Windows with Process class
      • GHSA-c2pc-g5qf-rfrf - League/commonmark's quadratic complexity bugs may lead to a denial of service
      • CVE-2024-36610 - Withdrawn Advisory: Symfony's VarDumper vulnerable to unsafe deserialization
      • CVE-2024-52301 - Laravel environment manipulation via query string
    • Beware - Laravel 9 requires php v 8 or higher.

    To update your Prvstorage app to latest version follow the steps below

    • 1. Open a terminal. Right click on your desktop, and click Open in terminal. If on Ubuntu server just go to the next step.
    • 2. Type the following command and hit ENTER to get to your app root directory.
      $ cd /var/www/your/prvstorage/directory
    • 3. Type the following command and hit ENTER to update to latest version.
      $ git pull origin stable
    • 4. If that didn't work (permissions issue), use the root privileges.
      $ sudo git pull origin stable
    • 5. Type the following command and hit ENTER to update the app database.
      $ php artisan migrate
      There you are: you have updated your app to latest stable version.

    For any issue with the app or suggestions to improve it, please contact me on Email or in the Report issue section of this website.