mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update javascript/ql/src/experimental/Security/CWE-94/examples/ServerSideTemplateInjection.js
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
@@ -31,3 +31,5 @@ app.post('/', (request, response) => {
|
||||
var html = getHTML(input)
|
||||
response.send(html);
|
||||
})
|
||||
|
||||
app.listen(port, () => { console.log(`server is listening on ${port}`) })
|
||||
|
||||
Reference in New Issue
Block a user