Actions
Bug #35650
closedMalformed Debian repository
Description
In Host registration -> advanced its possible to enter a debian repository which will then be written to /etc/apt/sources.list.d/foreman_registration.list
Currently, shell_escape is used. If you enter a debian repo like "deb https://example.com buster stable" the repo config look like
deb\ https://example.com\ buster\ stable
which is unusable.
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Bernhard Suttner
- Pull request https://github.com/theforeman/foreman/pull/9473 added
Updated by Bernhard Suttner almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|debea6c156b9508188e03cabc63093bc19f62956.
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Subject changed from Host registration: debian repository malformed to Malformed Debian repository
- Category set to Host registration
- Triaged changed from No to Yes
Actions