8000 Security Overview · cheeaun/phanpy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Security: cheeaun/phanpy

SECURITY.md

Security Policy

Supported Versions

Only the latest production release of Phanpy receives security updates. Always update to the newest production version for the best protection.

Reporting a Vulnerability

Please don’t discuss security issues in public GitHub issues. Instead:

  1. GitHub Private Reporting (preferred):
  2. Email:

Include:

  • Steps to reproduce the issue
  • Which parts of Phanpy are affected
  • How severe you think the impact could be

Disclosure Policy

Heads up: I’m a solo maintainer working on Phanpy in my free time. While I take security seriously, I can’t promise enterprise-grade response times. Here’s how I’ll handle reports:

  1. Confirmation: I’ll acknowledge reports when possible, but this might take weeks due to limited availability.
  2. Fixing: Critical bugs will be prioritized, but fixes may take significant time. If it’s urgent, feel free to follow up.
  3. Public Disclosure: Patched vulnerabilities will be disclosed once the fix is confirmed stable and most users have updated.

Security Practices

For Users

  • Use Phanpy with a Mastodon instance that enforces HTTPS.
  • Treat OAuth tokens like passwords – don’t share them!

For Developers

  • Dependencies: GitHub Dependabot alerts are enabled for vulnerability monitoring.
  • Code:
    • Basic input sanitization to prevent XSS.
    • Planned: Improvements to client-side storage security (contributions welcome!).

There aren’t any published security advisories

0