tapis-project / tapis-apps

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Apps: Validate containerImage attribute on create and update. #52

Open scblack321 opened 7 months ago

scblack321 commented 7 months ago

On create or update of an app make sure containerImage attribute is well formed. Reject if not. TAPIS-2023-003 University of Wisconsin.

scblack321 commented 5 months ago

Will not do - Jobs service will handle this by sanitizing the input (i.e. double quoting the string) before placing it on the command line. Now that Tapis support ZIP runtime and containerImage can be a path it's not clear that there are any strings we should reject.