Skip to content

To strict sanitation of links in inline comment (.yml) #16

@andreashaerter

Description

@andreashaerter

It works in README.md but inline comments in defaults/<entrypoint>.yml is stripping named links:

      run_fail2ban_custom_filters:
        description: |
          The official documentation provides general configuration guidance:

          - [`man jail.conf`](https://manpages.debian.org/testing/fail2ban/jail.conf.5.en.html)
          - [`man fail2ban-regex`](https://manpages.debian.org/testing/fail2ban/fail2ban-regex.1.en.html)
          - https://github.com/fail2ban/fail2ban/wiki/Best-practice
        type: "dict"
        default: {}

produces

# The official documentation provides general configuration guidance:
#
# - 
# - 
# - https://github.com/fail2ban/fail2ban/wiki/Best-practice
run_fail2ban_custom_filters: {}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions