Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BatistaGabriel authored Apr 27, 2024
1 parent 4175591 commit 1a5a59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const app = express();
app.use(bodyParser.urlencoded({ extended: false }));
app.use(cookieParser());


// Rota vulnerável a SQL Injection
app.get('/search', (req, res) => {
const searchTerm = req.query.term;
Expand Down

0 comments on commit 1a5a59e

Please sign in to comment.