Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue requests an enhancement for `sudo-rs` to provide a more explicit error message when it encounters IP addresses with netmasks in `sudoers` files. Currently, `sudo-rs` issues generic syntax errors, but the user proposes a message that clearly states netmask support is intentionally unsupported due to CVE-2012-2337. This change aims to help users understand that the lack of support is a deliberate design choice rather than a bug.
AI Summary: The task is to fix a markdown formatting issue in the `sudo-rs` man page's SYNOPSIS section. The current markdown renders poorly, breaking the synopsis into multiple lines in the man page. The fix likely involves restructuring the markdown to correctly represent the synopsis in a single, readable line for each command variation.