Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Silence a sonar security issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
Jérôme Benoit committed Apr 13, 2022
1 parent 9a3b8d9 commit 7cc0b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/httpd/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const pageHeader = `
const pageFooter = '</html>';

const app = express();
app.disable('x-powered-by');

app.get('/', (request, response) => {
response.send(
Expand Down

0 comments on commit 7cc0b03

Please sign in to comment.