You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tricky one to fix dur to the testing required to make sure nothing is broken.
This affects _CvSvg and CvDatePicker. AppScan report "Insecure Use of InnerHTML or OuterHTML"
This is a false positive report but it would be best to remove reference to innerHTML if possible.
In certain cases CvDatePicker, which is a wrapper around flatpicker, is removing white space from the innerHTML with
This issue has been marked as stale because it has required additional
info or a response from the author for over 14 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 14 days.
This issue has been marked as stale because it has required additional
info or a response from the author for over 14 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 14 days.
This is a tricky one to fix dur to the testing required to make sure nothing is broken.
This affects _CvSvg and CvDatePicker. AppScan report "Insecure Use of InnerHTML or OuterHTML"
This is a false positive report but it would be best to remove reference to innerHTML if possible.
In certain cases CvDatePicker, which is a wrapper around flatpicker, is removing white space from the innerHTML with
This needs some testing to see if this can just be removed.
In _CvSvg the svg content is added to the component via innerHTML. There is probably a clearer way to do this.
The text was updated successfully, but these errors were encountered: