Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
base: 42627a650abc
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 5f641fc7bc2b
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 20, 2013

  1. Update match_type parameter to be XSS-safe by itself

    Use of gpc_get_int() instead of gpc_get_string() prevents malicious
    users from passing arbitrary strings as parameter.
    
    Fixes #15388
    dregad committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    4362aa1 View commit details
    Browse the repository at this point in the history
  2. Display of match_type filter property for unknown types

    Prior to this, if for any reason the filter's match type property was
    not one of the predefined types (i.e. 'any' or 'all'), the code would
    default to 'all', but display a blank string on the filter page. This is
    confusing to users, so the display now matches the filter's actual
    behavior.
    
    Fixes #15389
    dregad committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    5f641fc View commit details
    Browse the repository at this point in the history