atst/js/components
dandds 5213657b0f Additional validation and escaping for file names.
This adds additional front and backend validations for task order file
names. We are now restricting file names to a whitelist regex of
[A-Za-z0-9\-_ \.] for simplicity.

Note:
On the frontend, the filename string must have at least one character.
This is not true in the backend validation; because of the way the
entire task order form is validated, requiring input would break the
business logic currently implemented.
2020-01-15 09:17:03 -05:00
..
2019-09-12 16:11:12 -04:00
2020-01-14 16:19:27 -05:00
2019-06-11 11:30:37 -04:00
2019-04-30 10:34:30 -04:00
2019-01-24 09:38:43 -05:00
2019-09-12 16:11:12 -04:00