CloudFail icon indicating copy to clipboard operation
CloudFail copied to clipboard

added length safety check

Open SakarDev opened this issue 1 year ago • 0 comments

Added a length check if(len(lineExploded) >= 3): to avoid potential IndexError when processing lines in the crimeflare function.

I got this error

CloudFail/cloudfail.py", line 124, in crimeflare if lineExploded[1] == args.target: ~~~~~~~~~~~~^^^ IndexError: list index out of range

SakarDev avatar Mar 26 '24 19:03 SakarDev