http://bugs.winehq.org/show_bug.cgi?id=22798
Stian Low wineryyyyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com
--- Comment #8 from Stian Low wineryyyyy@gmail.com --- (In reply to Ken Sharp from comment #7)
This is still the case, though it does actually have its uses (it should maybe be allowed for admin).
Regarding why versions are hackable see my comments at: https://bugs.winehq.org/show_bug.cgi?id=58510 Submitting new test results lists all versions of Wine
There indeed is no validation for wine version for AppDB test results as versions are input to the DB table as strings rather than mapping to ids that would provide the validation. I replicated this invalidation of versions with the latest Bugzilla version list extracted from HTML.
Validation can be added against either the versions list of current method via Bugzilla HTML or the versions list of the old way of maintaining a copy of the bugzilla DB table in AppDB.
It's probably such a rare case that priority has always been very low to fix.