Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Mar 25, 2025

Fixed: XSS

this.$emit('change', this.iValue)
const sanitizedValue = this.sanitizeContent(this.iValue)
this.iValue = sanitizedValue
this.$emit('change', sanitizedValue)
},
onView() {
this.isShow = !this.isShow
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to address the requested request, one would first need specific details about how the current code base compares to past versions with respect to style choices, implementation strategies, etc. Without this information it's not possible to provide meaningful feedback regarding deviations from best practices or areas needing improvement. Please submit specific points of difference so I can assist further.

@fit2bot fit2bot requested a review from a team March 25, 2025 10:21
Copy link

@ZhaoJiSen ZhaoJiSen merged commit df1a022 into v4.8 Mar 25, 2025
5 checks passed
@ZhaoJiSen ZhaoJiSen deleted the pr@v4.8@fix_xss branch March 25, 2025 10:22
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.

3 participants