Empty parameter logic missing and allow parameter check is wrong

Created on 2 April 2024, 8 months ago
Updated 26 April 2024, 7 months ago

Problem/Motivation

The logic for empty parameter is incomplete especially on GET method. It should be easier to only allow GET without any parameter. And for POST it is helpful to stop compare early if it should be denied.

Additionally the allow check has a wrong logic when a list of allowed parameter is used. When sent parameter are correct there is a false deny and when there is a wrong parameter it's a false allow. I think this came with introduction of the deny logic.

🐛 Bug report
Status

Fixed

Component

Code

Created by

🇩🇪Germany c-logemann Frankfurt/M, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024