Commit 6979fff
Fix: Correct misleading security comment in shakapacker.yml
The comment claimed "The hook command will be validated to ensure it
points to a file within the project root" but no such validation exists
in the codebase. Updated the comment to accurately reflect that users
must ensure the hook path points to a trusted file they control.
This removes the false promise of automatic validation and places the
security responsibility appropriately on the user configuring the hook.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 59d1156 commit 6979fff
File tree
2 files changed
+4
-4
lines changed- lib/generators/react_on_rails/templates/base/base/config
- spec/dummy/config
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments