Permalink
Show file tree
Hide file tree
3 changes: 2 additions & 1 deletion
3
api/src/main/java/org/openmrs/module/appointmentscheduling/AppointmentRequest.java
12 changes: 10 additions & 2 deletions
12
...test/java/org/openmrs/module/appointmentscheduling/api/AppointmentRequestServiceTest.java
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
RA1865 - Fixing reflected XSS in the notes section (#39)
* Fixing reflective XSS in the notes section * using owasp encoder for HTML encoding * Escaping HTML using WebUtil * Update api/src/main/java/org/openmrs/module/appointmentscheduling/AppointmentRequest.java Co-authored-by: Brandon Istenes <brandonesbox@gmail.com> * Update api/src/main/java/org/openmrs/module/appointmentscheduling/AppointmentRequest.java Co-authored-by: Brandon Istenes <brandonesbox@gmail.com> Co-authored-by: Anupam Devulapalli <anupam.8010@gmail.com> Co-authored-by: Mark Goodrich <mgoodrich@pih.org> Co-authored-by: Brandon Istenes <brandonesbox@gmail.com>
- Loading branch information
1 parent
731fb58
commit 2ccbe39
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters