Commit 16ad2f9
Vincent M.
fix: address remaining PR #3 review feedback
Resolve critical, high, medium, and low priority findings from PR review.
Critical: fix .vscodeignore packaging gaps, remove dual lock file,
move bundled deps to devDependencies, fix double build in release.
High: add path traversal validation in editor panel, cap unbounded
error arrays in Zustand stores.
Medium: fix tr role="button" accessibility violation, remove dead
@shared/* path alias, fix double build in .releaserc.json.
Low: use crypto.randomBytes for CSP nonce, extract duplicated
toKebabCase to shared utility, align USER_STORY_REGEX across parsers,
replace hardcoded header prefix length, add debug logging to silent
catch blocks.1 parent 7fa6620 commit 16ad2f9
16 files changed
Lines changed: 87 additions & 16377 deletions
File tree
- src
- extension
- parsers
- providers
- services
- webviews
- dashboard
- editor-panel
- views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
0 commit comments