Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(service): Fixed shell injection vulnerability in the internal API (…
…#1668) ## Problem - https://github.com/agama-project/agama/security/code-scanning/2 ## Solution - Escape the path parameter so the special shell characters do not cause problems ## Details - The problem is only in the internal implementation, the DBus service just uses the default (does not allow to pass the parameter) - But it potentially could be a problem in the future when we change the API so let's fix it, the fix is trivial anyway
- Loading branch information