Skip to content

Commit 39682d6

Browse files
committed
Fix grammar
1 parent ee21377 commit 39682d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/github_enterprise_secret.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info={})
1919
This module exploits two security issues in Github Enterprise, version 2.8. The first is
2020
that the session management uses a hard-coded secret value, which can be abused to sign
2121
a serialized malicious Ruby object. The second problem is due to the use of unsafe
22-
deserialization, which can allows the malicious Ruby object to be loaded, and results
22+
deserialization, which allows the malicious Ruby object to be loaded, and results
2323
in arbitrary remote code execution.
2424
2525
This exploit was tested against version 2.8.0.

0 commit comments

Comments
 (0)