MAAS allows any image name to be uploaded by only known images can be deployed
Bug #1693299 reported by
Lee Trager
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Lee Trager | ||
2.4 |
In Progress
|
High
|
Lee Trager |
Bug Description
MAAS allows users to upload custom images using any name. However MAAS only allows deployments for images starting with the name of a known operating system driver. For example a user can upload both ubuntu/
Before allowing a file to be uploaded the form should validate the name starts with an operating system driver name so it can be deployed.
Related branches
~ltrager/maas:lp1693299
Merged
into
maas:master
- MAAS Lander: Approve
- Andres Rodriguez (community): Approve
-
Diff: 103 lines (+33/-12)2 files modifiedsrc/maasserver/forms/__init__.py (+15/-8)
src/maasserver/forms/tests/test_bootresource.py (+18/-4)
Changed in maas: | |
milestone: | 2.2.1 → 2.2.x |
Changed in maas: | |
importance: | Medium → High |
milestone: | 2.2.x → 2.3.0rc1 |
milestone: | 2.3.0rc1 → 2.3.0rc2 |
Changed in maas: | |
milestone: | 2.3.0rc2 → 2.3.x |
Changed in maas: | |
milestone: | 2.3.x → 2.4.0rc2 |
Changed in maas: | |
status: | Triaged → Won't Fix |
status: | Won't Fix → In Progress |
no longer affects: | maas/2.3 |
Changed in maas: | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
no longer affects: | maas/trunk |
Changed in maas: | |
milestone: | 2.4.1 → 2.5.0 |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.5.0 → 2.5.0alpha1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.