•  
      request #11421 Make global search form submitting data with a GET request
    Infos
    #11421
    Thomas Gerbet (tgerbet)
    2018-04-20 10:52
    2018-04-20 08:59
    11735
    Details
    Make global search form submitting data with a GET request
    Currently on FlamingParrot pages or when we use the form directly on the search page data are submitted with a POST request.
    However, searching something does not change the state on the server so using a POST request breaks the semantic defined in RFC7231 and it triggers false positive in security scanner tools since the form is not protected (and does need to be) against CSRF.

    The behavior of this form should be aligned to what's being done in BurningParrot pages: submitting the form with a GET request.
    Other
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-04-20
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    gerrit #11133 integrated into Tuleap 9.19.99.146

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2018-04-20