Skip to content

fix(Outreach): unsafe Go check, SMTP leak, unsafe file removal, naive CSV parsing #228

@tatenda-source

Description

@tatenda-source
  • os.system('go version') is unreliable; should use shutil.which
  • yagmail SMTP connection never closed
  • os.remove('niche.txt') called without existence check
  • item.split(',') instead of csv.reader breaks on quoted CSV fields

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions