Skip to content

Update 1.33.0 - Security Fixes!

Vaultwarden
  • Dani Garcia released Version 1.33.0. Die Version ist ein Security Fix. Bitte unbedingt aktualisieren!

    This release contains security fixes for the following advisories.
    And we strongly advice to update as soon as possible.

    Und Danke an @Nico für's schnelle Bauen.

    Wichtig ist das der ADMIN_TOKEN in der config gesetzt ist.

    ## Token for the admin interface, preferably an Argon2 PCH string
    ## Vaultwarden has a built-in generator by calling `vaultwarden hash`
    ## For details see: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
    ## If not set, the admin panel is disabled
    ## New Argon2 PHC string
    ## Old plain text string (Will generate warnings in favor of Argon2)
    ADMIN_TOKEN='$argon2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'