Tessa Walsh
Tessa Walsh
Example code such as the following throws an exception: ```python3 for premis_object in fs_entry.get_premis_objects(): premis_object_xml = premis_object.tostring() ``` This appears to be due to characterization tool namespaces not being in...
Currently the proxy tests route HTTP and HTTPS requests to HTTP. To ensure that HTTPS proxying is working as expected, we should add an actual HTTPS proxy to the tests...
This was suggested by @CamilleLaw1 as a way to help org admins/owners be aware of their usage. We could make the threshold for when emails are sent customizable, with a...
We have a few API endpoints where it would be better to respond `200` early and move the logic of the endpoint into a background job that can be queued...
We store datetimes in UTC but they are not returned with a `Z` suffix from the API, which requires us to manually add it in the frontend. We should modify...
Hello, I have encountered several cases where fiwalk is unable to generate DFXML for disk images of CD-Rs with a dual-formatted ISO9660/HFS partition. Here is the`disktype` representation of one such...
Fixes #368 The `--customBehaviors` flag is now an array, making it repeatable. This should be backwards compatible with the CLI flag, but may require changes to YAML configs when custom...
Backend work for #2504