LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
218 stars 85 forks source link

refs. #80: validate manifest and fetch path entries #88

Closed runderwood closed 7 years ago

runderwood commented 7 years ago

...and raise error if path appears unsafe.

runderwood commented 7 years ago

@acdha Is this what you had in mind re: #80?

acdha commented 7 years ago

@runderwood This is a great idea - and thanks for taking the initiative on it. Getting the tests in early is the most important part since I want to make sure the list of things which should be expected to fail is as wide as possible.

runderwood commented 7 years ago

This passes on Windows and Linux -- the test cases are system-dependent.

runderwood commented 7 years ago

@acdha Let me know where you're at on this when you get the time.

runderwood commented 7 years ago

@acdha Passes on Win. 10, fyi.