mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #299] [MERGED] Don't expose ViMbAdmin's patch level in the footer #314
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/299
Author: @PhrozenByte
Created: 1/31/2023
Status: ✅ Merged
Merged: 2/23/2023
Merged by: @barryo
Base:
master← Head:enhancement/DontExposePatchlevel📝 Commits (3)
013cfecDon't expose ViMbAdmin's patch level in the footer9dd4d82Remove abandoned Google Groups links from footer935c212Sync footer of 'myskin' template with default footer📊 Changes
3 files changed (+14 additions, -13 deletions)
View changed files
📝
application/views/_skins/myskin/footer.phtml(+5 -3)📝
application/views/footer.phtml(+1 -10)📝
library/ViMbAdmin/Version.php(+8 -0)📄 Description
Exposing the exact patch level allows attackers to easily identify likely vulnerable instances of ViMbAdmin if a security flaw happens to be found. This commit simply replaces the exact version string ('3.3.0') with the milestone version string ('3.3') in ViMbAdmin's footer. See
013cfec60bAdditional changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.