Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

SECURITY.md

File metadata and controls

20 lines (14 loc) · 501 Bytes

Security Policy

Reporting Issues

Please report security vulnerabilities to "help at bicscan.io"

Best Practices

  1. API Tokens

    • Never commit tokens to version control
    • Rotate tokens regularly
    • Use minimal required permissions
  2. Environment Variables

    • Keep .env files secure and private
    • Use separate tokens for development/production
  3. Access Control

    • Regularly audit Confluence space access
    • Follow principle of least privilege