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
<ruleref="category/vf/security.xml/VfHtmlStyleTagXss"message="Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate">
311
+
<ruleref="category/visualforce/security.xml/VfHtmlStyleTagXss"message="Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate">
312
312
<!--
313
313
<apex:page>
314
314
<style>
@@ -324,12 +324,13 @@
324
324
<priority>3</priority>
325
325
</rule>
326
326
327
-
<!--Example <apex:outputText value="Potential XSS is {! here }" escape="false" /> -->
328
-
<!-- <rule ref="category/vf/security.xml/VfUnescapeEl" message="Avoid unescaped user controlled content in EL as it results in XSS.">
327
+
<!--Example
328
+
<apex:outputText value="Potential XSS is {! here }" escape="false" /> -->
329
+
<!-- <rule ref="category/visualforce/security.xml/VfUnescapeEl" message="Avoid unescaped user controlled content in EL as it results in XSS.">
0 commit comments