diff --git a/0x02 - Host/host.js b/0x02 - Host/host.js index 80bf046..78dbbed 100644 --- a/0x02 - Host/host.js +++ b/0x02 - Host/host.js @@ -1,3 +1,8 @@ +/** +* Vulnerability found by @Osb0rn3 +* https://github.com/axios/axios/issues/6295 +*/ + const express = require('express'); const axios = require('axios'); @@ -42,4 +47,4 @@ app.get('/admin', async (req, res) => { app.listen(port, () => { console.log(`Server is running on http://localhost:${port}`); -}); \ No newline at end of file +});