You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, using echo to write possibly user-supplied filenames and sample ID fields might introduce a vulnerability to code injection. We should consider moving generate_summary to be after the IRIDA JSON output is produced and have it launch a Python process that reads the final JSON file, handles the data, and then writes the summary.txt.gz file.
The text was updated successfully, but these errors were encountered:
Currently, using
echo
to write possibly user-supplied filenames and sample ID fields might introduce a vulnerability to code injection. We should consider movinggenerate_summary
to be after the IRIDA JSON output is produced and have it launch a Python process that reads the final JSON file, handles the data, and then writes thesummary.txt.gz
file.The text was updated successfully, but these errors were encountered: