Commit 5c6e34e
authored
feat(security): launch Penetration Tests epic across app, API lifecycle, and provider integration (#2193)
* feat(app): add security vulnerability report module
* fix(app): stabilize shell tooltip and menu ids
* fix(app): wrap shell tooltips in provider for hydration
* feat(security): add vulnerability reports checkout flow and report pages
* feat(security): add vulnerability reports module and checkout flow
* feat(security): gate security tab and routes behind feature flag
* feat(security): add vulnerability reports flow with mock checkout and Maced webhook reconciliation
* fix(security): address review feedback for vulnerability reports
* fix(app): correct vulnerability report api proxy imports
* fix(app): guard temporal ui url before window.open
* fix(app): resolve remaining vulnerability reports build type errors
* fix(app): address latest vulnerability reports review feedback
* fix(app): sync active organization before vulnerability report token
* refactor(app): remove vuln-report proxy routes and call Nest directly
* fix(api): stop forwarding comp org header to Maced
* fix(security): harden webhook handling and preserve checkout metadata
* feat(api): persist per-job webhook handshake for vuln reports
* feat(api): consume Maced-issued webhook tokens for vuln reports
* refactor(api): remove maced org mapping from vulnerability reports
* fix(security-reports): address remaining review threads
* chore(security): rebrand vulnerability reports UI as penetration tests
* fix(security-reports): enforce org ownership and harden report UI
* fix(api): satisfy build typing in vulnerability report parser
* docs: add public penetration tests guide
* chore(security): remove vulnerability report wording from shipped docs and metadata
* fix(api): enforce ownership persistence and early list short-circuit
* feat(security): rename penetration test routes and add run ownership table
* fix(security): harden pentest create flow and extract Maced client
* feat(security): validate Maced client contracts and fix checkout URL typing
* refactor(security): finalize penetration-tests naming and strict provider id contract
* chore(security): polish penetration-tests naming and config formatting
* fix(security): harden webhook handshake and reduce progress provider calls
* feat(api): reconcile penetration webhook by runId and drop orgId query
* fix(api): align webhook trust checks and run ownership migration1 parent 63b0053 commit 5c6e34e
43 files changed
Lines changed: 6458 additions & 144 deletions
File tree
- apps
- api
- src
- security-penetration-tests
- dto
- app
- src
- app/(app)/[orgId]
- components
- security
- components
- penetration-tests
- [reportId]
- checkout
- hooks
- components/notifications
- lib
- security
- packages
- db/prisma
- migrations/20260302113000_add_security_penetration_test_runs
- schema
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Lines changed: 80 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
0 commit comments