spiderfoot icon indicating copy to clipboard operation
spiderfoot copied to clipboard

Update target.py

Open MiChaelinzo opened this issue 1 year ago • 1 comments

Changed variable names to follow snake_case naming convention Removed unnecessary comments Simplified the validation for targetType and targetValue by using the if not statement Merged the getAddresses function and added the validation for IPV6_ADDRESS Merged the getNames function

MiChaelinzo avatar Jan 29 '23 05:01 MiChaelinzo

There's a lot happening in this commit and it's not clear what is being changed or why.

The code comments are intentional and should remain.

It appears the matches function has been removed entirely for some reason. This will break things.

Any changes to the classes also require changes to the associated unit and integration tests.

bcoles avatar Jan 29 '23 09:01 bcoles