Skip to content

Commit

Permalink
Link to articles about command injection and option injection.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 23, 2022
1 parent d8c99f9 commit 818caa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ allow safely and securely executing commands.
* Allows running commands with additional environment variables.
* Allows overriding the command name or path to the command.
* Allows running commands via `sudo`.
* Prevents command injection and option injection.
* Prevents [command injection] and [option injection].

[command injection]: https://owasp.org/www-community/attacks/Command_Injection
[option injection]: https://www.hackingarticles.in/exploiting-wildcard-for-privilege-escalation/

[CommandMapper::Types::Str]: https://rubydoc.info/gems/command_mapper/CommandMapper/Types/Str
[CommandMapper::Types::Num]: https://rubydoc.info/gems/command_mapper/CommandMapper/Types/Num
Expand Down

0 comments on commit 818caa2

Please sign in to comment.