Project

Profile

Help

Issue #3424

Updated by daviddavis about 6 years ago

The relative_path field on content unit artifacts is not validated. This can be problematic when publishing the content. For instance, if the path contains a comma, the PULP_MANIFEST doesn't do any escaping. 

 See: 

 https://github.com/pulp/pulp_file/blob/master/pulp_file/app/tasks/publishing.py#L94 
 https://github.com/pulp/pulp_file/blob/master/pulp_file/manifest.py#L46-L57

Back