Skip to content

Commit 15b4c3c

Browse files
Potential fix for code scanning alert no. 7: Client-side cross-site scripting (#2781)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 1e46dad commit 15b4c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See the LICENSE file for copyright details
3737
</div>
3838
<% if (selenium) { %>
3939
<input id="selenium" name="selenium" type="hidden" value="true">
40-
<input id="ignore" name="ignore" type="hidden" value="<%-ignore%>">
40+
<input id="ignore" name="ignore" type="hidden" value="<%=ignore%>">
4141
<% } %>
4242
</form>
4343
<%- include('unsecurewarning') %>

0 commit comments

Comments
 (0)