Skip to content

Security Update: Can only POST/PUT exposed columns

Compare
Choose a tag to compare
@samnotsowise samnotsowise released this 17 May 12:00
· 18 commits to master since this release

columns definition on a rest resource previously only specified the columns to return in GET requests. It now limits the columns which can be set via POST/PUT requests.