Merge pull request #27121 from Bonial-International-GmbH/pjungermann/events/validate-raw-body

fix(events,github): fixes signature validation by using raw req body
This commit is contained in:
Patrik Oldsberg
2024-11-07 16:56:06 +01:00
committed by GitHub
15 changed files with 293 additions and 46 deletions
+2
View File
@@ -61,6 +61,7 @@
"@backstage/plugin-events-node": "workspace:^",
"@backstage/types": "workspace:^",
"@types/express": "^4.17.6",
"content-type": "^1.0.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^3.0.0",
@@ -73,6 +74,7 @@
"@backstage/cli": "workspace:^",
"@backstage/plugin-events-backend-test-utils": "workspace:^",
"@backstage/repo-tools": "workspace:^",
"@types/content-type": "^1.1.8",
"supertest": "^7.0.0"
},
"configSchema": "config.d.ts"