Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix typo #1135

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/phar-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ there is ways to void the signature:

- Injects code _before_ the stub, then this code will be executed before the signature check. The signature check can
still fail if the signature was not adjusted, but this might be too late.
- Replace the signature used. An OpenSSL one will only make it slightly harder as this require to change an external
- Replace the signature used. An OpenSSL one will only make it slightly harder as this requires to change an external
file (the public key), but in the context the attacker could inject code to the PHAR this is unlikely to be a real
prevention measure.

Expand Down
Loading