From b2174f462d8da243b8ae7ea0955f614907a3bda7 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 3 Apr 2019 16:07:22 -0700 Subject: binding: mediascanner: escape file uri paths To avoid prevent passing of non-input validated data to the agl-service-mediaplayer service the filename paths should be escaped. Change-Id: I7d0e9ddf26d02be5fcf127d810d84c3537ddbbce Signed-off-by: Matt Ranostay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 05b6cb2..b4fada9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ with the following fields. | Name | Description | |:------------|---------------------------------------------| | duration | length of track in milliseconds | -| path | path to media on filesystem | +| path | uri escaped path to media on filesystem | | title | title for media entey | | album | album name for media entry | | artist | artist name for media entry | -- cgit 1.2.3-korg