mirror of
https://github.com/github/codeql.git
synced 2026-06-14 09:21:07 +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>
|