Files
codeql/ruby/ql/test/library-tests/dataflow/erb/view1.html.erb
2024-01-30 20:30:58 +01:00

9 lines
112 B
Plaintext

<%# Flow through an ERB template %>
<%= foo() %>
<%# Flow out of an ERB template %>
<%
set(source(2))
foo()
%>