mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
remove FPs in rb/stored-xss from spurious sources
This commit is contained in:
@@ -81,3 +81,6 @@
|
||||
|
||||
<%# BAD: Indirect to a database value without escaping %>
|
||||
<%= @other_user_raw_name.html_safe %>
|
||||
|
||||
<%# GOOD: The `foo.bar.baz` is not recognized as a source %>
|
||||
<%= @other_user_raw_name.foo.bar.baz.html_safe %>
|
||||
Reference in New Issue
Block a user