Skip to content

Conversation

@mrrobot1o1
Copy link

  • Added functionality to support input from javascript URL link file.
  • DeprecationWarning: ssl warning fix.
  • Updated image for README file.

Copy link
Owner

@GerbenJavado GerbenJavado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, one comment

Comment on lines +340 to +343
if os.path.isfile(args.input):
# Read URLs from the file
with open(args.input, 'r') as file:
urls = file.read().splitlines()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to break analyzing JS files locally as the input is not treated as JS but instead split as individual URLs. Prior we would not make any fetch and analyze the content as is. It seems to me analyzing local files is useful so can we revert back to that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants