Closed cwmoriarty closed 2 months ago
The pull request updates the Dockerfile for the Unifi application by changing the version of the Unifi package from 8.3.32
to 8.4.62
. This modification involves altering the download URL for the package while maintaining the overall installation process and command structure. The change signifies an upgrade to a newer version of the software.
File | Change Summary |
---|---|
unifi/Dockerfile | Updated download URL for Unifi package from 8.3.32 to 8.4.62 . |
unifi/Dockerfile
, specifically updating the version of the Unifi package, which is directly related to the version change in the main PR.dependencies
🐰 In the world of code, a hop and a skip,
A version upgrade, a joyful trip!
From8.3
to8.4
, we leap with glee,
New features and fixes, oh what a spree!
With every change, our software grows,
Hopping along, as progress flows! 🌟
[!TIP]
OpenAI O1 model for chat
- We have deployed OpenAI's latest O1 model for chat. - OpenAI claims that this model has superior reasoning capabilities than their GPT-4o model. - Please share any feedback with us in the [discussions post](https://discord.com/channels/1134356397673414807/1283929536186155099).
unifi/Dockerfile (1)
`20-20`: **Upgrade looks good, but ensure thorough testing!** Updating the Unifi package to version 8.4.62 is a positive change that keeps the application current with the latest features and fixes. However, please make sure to: 1. Review the release notes for any breaking changes or compatibility issues. 2. Thoroughly test the new version in a staging environment before deploying to production.
the current released version can give an attacker root rights on the host operating system, please merge anything newer than 8.3.32: https://www.cve.org/CVERecord?id=CVE-2024-42025
the current released version can give an attacker root rights on the host operating system, please merge anything newer than 8.3.32: https://www.cve.org/CVERecord?id=CVE-2024-42025
Security policy for this repository is described here https://github.com/hassio-addons/addon-unifi?tab=security-ov-file , might be worth an email.
the current released version can give an attacker root rights on the host operating system, please merge anything newer than 8.3.32: cve.org/CVERecord?id=CVE-2024-42025
It doesn't describe much. It is more likely they will end up in the container the add-on is running; not the host system (in this specific case).
Rel notes: https://community.ui.com/releases/UniFi-Network-Application-8-4-62/40240312-bb43-4648-adab-5b05f3d4354e
Summary by CodeRabbit