sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
893 stars 214 forks source link

Torrent Enhancements #1987

Closed wladimirleite closed 5 months ago

wladimirleite commented 8 months ago

Closes #1985 and #1986.

lfcnassif commented 8 months ago

Thank you @tc-wleite!

lfcnassif commented 5 months ago

Hi @patrickdalla, could you help me reviewing this when you have available time?

lfcnassif commented 5 months ago

Just sent @patrickdalla about 7K torrent files for regression tests.

patrickdalla commented 5 months ago

@Wladmir, with the previous commit, the corrupt file exclusion (ignore) will be let to the ParsingTask engine. As it will try to parse leading to the exception again, if ignoreCorrupted is true on CarverConfig, ParsingTask will exclude this item.

patrickdalla commented 5 months ago

@lfcnassif I think it is ok to merge.

wladimirleite commented 5 months ago

@patrickdalla, I ran a few more tests including your changes. Everything worked fine. Thank you!

lfcnassif commented 5 months ago

Great work, thank you @wladimirleite and @patrickdalla!