ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

[STORY] Security screen pipeline inputs for special characters #105

Open tclose opened 2 years ago

tclose commented 2 years ago

Description

Security screen pipeline inputs to prevent special characters being passed to internal pipelines. In most cases we won't want to be able to allow special characters through to internal processing nodes (e.g. FSL, SPM etc), but for some special fields (e.g. JQ ad-hoc edits of JSON side cars), being able to pass special characters is critical.

Acceptance Criteria