No validation for FQDNs in Racks
Bug #1567117 reported by
Igor Shishkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Low
|
Alexander Lomski |
Bug Description
Hello,
While inventory object is gonna be created through form in WebUI we have no validation for it's name(i.e. FQDN).
Please add such validation(
New inventory object(error 404)
1) http://
2) http://
3) http://
4) http://
Actual result: error 404
5) http://
But the entry was created
6)http://
High since it could potentially cause SQL inj.
Thanks in advance.
Changed in fuel: | |
assignee: | Fuel Infra Apps (fuel-infra-apps) → Alexander Lomski (aliaksandr-lomski) |
To post a comment you must log in.
It would not execute "SQL inj". Mark as low, because it is name, not hostname. But we really need to rename field and add validation.