Skip to content

Commit

Permalink
doc: Fix typo (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 30, 2023
1 parent 4c3ceac commit 5163fbb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5163fbb

Please sign in to comment.