Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 533 Bytes

File metadata and controls

19 lines (12 loc) · 533 Bytes

Security Policy

Reporting a Security Vulnerability

Please do not report security vulnerabilities through public GitHub issues.

To report a security issue, please email silviaterragni at upwork.com with:

  • A description of the issue
  • The steps you took to create the issue
  • Affected versions
  • If known, mitigations for the issue

Security Best Practices

  • Never commit API keys to version control
  • Use environment variables or config/private_config.py for credentials
  • Keep dependencies updated regularly