mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const express = require('express');
|
||||
|
||||
// Note: We're using express for the taint source in order to to test 'Response'
|
||||
// Note: We're using express for the taint source in order to test 'Response'
|
||||
// in isolation from the more complicated http frameworks.
|
||||
|
||||
express().get('/foo', (req) => {
|
||||
|
||||
Reference in New Issue
Block a user