Skip to content

possible Challenge 3 solution#2

Open
Julius278 wants to merge 8 commits intomainfrom
challenge-3-solution
Open

possible Challenge 3 solution#2
Julius278 wants to merge 8 commits intomainfrom
challenge-3-solution

Conversation

@Julius278
Copy link
Owner

No description provided.

public String setPropertyDescription(@PathVariable("propertyId") String propertyId, @RequestParam("description") String description){
logger.info("setPropertyDescription");
propertyService.setPropertyDescription(propertyId, description);
return "successfully set description for property " + propertyId;

Check warning

Code scanning / CodeQL

Cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant