MantisBT: master 3d0625d8

Author Committer Branch Timestamp Parent
dregad dregad master 2014-08-08 14:48 master 1ad1339e
Affected Issues  0017889: CVE-2014-8986: adm_config_report.php filtering does not check config option is valid
Changeset

adm_config_report: improve invalid config handling

When receiving an invalid config_id, the page will default the select to
[any] (META_FILTER_NONE) instead of adding the invalid config to the
list.

Improvement over cabacdc291c251bfde0dc2a2c945c02cef41bf40, we don't
really need to trigger an error here, it's more user-friendly to fall
back to a sensible default, similar to what we do when given an invalid
project.

mod - adm_config_report.php Diff File