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
- Removes a number of problematic variables and mechanisms, replacing them
with more efficient, logical, well-structured alternatives (this includes
the removal of 'WhyFlagged', making #1 now irrelevant/fixed).
- The code for scanning zip files was treating directories as files, which
wasn't affecting the overall results or performance of the scan process,
but was adding some small amount of pointless and unwanted overhead to
it; Fixed.
- Removed some superfluous/distractng details from CLI (FN/FD) and improved
the aesthetic of its indents.
- Procedurises a number of methods, including recursor, archiveRecursor,
dataHandler, and metaDataScan, to simplify the way that results from
these are handled, with reduced emphasis on return values, increased
emphasis object data and the instance cache.
- Plus a large amount of general refactoring and overall improvement to the
quality of the codebase.
- Some methods which shouldn't generally be called by the implementation
have been made private, and modified accordingly.
- A number of useless/redundant parameters have been removed.
- The API for scan(); has been modified, and now accepts just two
parameters only: The scan target, and an integer, indicating the desired
format of the scan results to be returned.
0 commit comments