-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRM: Resolves 3414 - escape output in typeaheads (#35171)
* Patch main typeahead template * Patch invoice typeahead template * Add changelog * Remove pre-DAL3 code * Catch more unescaped output
- Loading branch information
Showing
4 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/plugins/crm/changelog/fix-crm-3414-patch_XSS_in_typeaheads
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: fixed | ||
|
||
Fixed: Escape output in typeaheads. |
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
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