You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include contents of external scripts in hook signatures
Commit 11c8ad6 introduced a security vulnerability where defining a hook
that simply called an external script would not sign the external
script.
Fix this by enforcing that these kinds of hooks must have
`required_executable`/`command` options that are paths to
executables stored in source control (relative to the repository root),
and furthermore that the contents of those scripts actually are included
in the signature.
0 commit comments