mirror of
https://github.com/github/codeql.git
synced 2026-06-12 08:21:09 +02:00
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
<%@ Page Language="C#" %>
|
|
|
|
<html>
|
|
<body>
|
|
<p>2 + 3 = <%Response.Write(2 + 3)%></p> <%-- $ Alert[cs/asp/response-write] --%>
|
|
</body>
|
|
</html>
|