Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzing support-scheduler: 500 errors when invalid payload content for http://localhost:59861/api/v3/interval #4657

Open
vli11 opened this issue Aug 24, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@vli11
Copy link
Contributor

vli11 commented Aug 24, 2023

馃悶 Bug Report

Affected Services [REQUIRED]

support-scheduler

Is this a regression?

no

Description and Minimal Reproduction [REQUIRED]

use compose-builder command make run no-secty ds-virtual to bring up EdgeX system

On postman:
PATCH http://localhost:59861/api/v3/interval
JSON body:
false

This postman call will produce http status code 500, and message of "json: cannot unmarshal bool into Go value of type []requests.AddIntervalRequest", with this error message, it shouldn't be status code 500, but status code 400.

馃敟 Exception or Error

{
"apiVersion": "v3",
"message": "json: cannot unmarshal bool into Go value of type []requests.AddIntervalRequest",
"statusCode": 500
}

馃實 Your Environment

use compose-builder command make run no-secty ds-virtual to bring up EdgeX system

EdgeX Version [REQUIRED]:
3.1

Anything else relevant?

@vli11 vli11 added the bug Something isn't working label Aug 24, 2023
@vli11 vli11 added this to the Napa milestone Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Icebox
Development

No branches or pull requests

1 participant