-
Notifications
You must be signed in to change notification settings - Fork 197
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sanitize report's inputs and usernames - 3.13.x #4336
Sanitize report's inputs and usernames - 3.13.x #4336
Conversation
- Removed some parameters when creating endpoints and added groupID and agentID. Now the report name is built in the backend. - Add testing with Jest - Add tests with invalid expected parameters
d07efdb
to
7350ee9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the MD5 dependency with:
npm install md5 --save
8479000
to
97d0e37
Compare
The changes included in this PR don't require the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some request parameters are not sent as they should. Please review the comments.
…isplay the agent ID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR adds parameter validation to the report's endpoints.
Closes #4329
Changes
Test