2681 member match fix method (#3281)

* Disallow operation invocation by GET request

* Add changelog

Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
This commit is contained in:
jmarchionatto 2022-01-14 09:20:45 -05:00 committed by GitHub
parent 10dea0796a
commit 456afa17e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
type: fix
title: "$member-match operation was allowed to be invoked by GET when it shouldn't have.
That is fixed. Operation can only be invoked by POST request"