| Version | Supported |
|---|---|
| 1.1.x | Yes |
| < 1.1 | No |
We take security seriously at BetterSJDM. If you discover a security vulnerability, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please email: jeraldabihaypascual@gmail.com
Include in your report:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
| Action | Timeframe |
|---|---|
| Acknowledgment | Within 48 hours |
| Initial Assessment | Within 7 days |
| Resolution Target | Within 30 days |
| Public Disclosure | After fix is deployed |
Server Security:
- HTTPS enforced via .htaccess
- HTTP Strict Transport Security (HSTS)
- Content Security Policy (CSP) headers
- X-Frame-Options to prevent clickjacking
- X-Content-Type-Options to prevent MIME sniffing
- Referrer-Policy for privacy
Application Security:
- No user authentication or data collection
- No database or server-side processing
- Static site with client-side rendering only
- External API calls limited to weather and exchange rates
- No cookies or local storage for sensitive data
Data Security:
- All data sourced from public government portals
- No personal identifiable information (PII) stored
- No user input forms that store data
| Service | Purpose | Data Shared |
|---|---|---|
| Google Analytics | Usage statistics | Anonymous page views |
| Open-Meteo API | Weather data | Location (San Jose del Monte) |
| ExchangeRate API | Currency rates | None |
| OpenStreetMap | Map tiles | None |
When contributing code:
- Never commit secrets - API keys, passwords, or credentials
- Validate inputs - Sanitize any user-facing inputs
- Use HTTPS - All external resources must use HTTPS
- Review dependencies - Check for known vulnerabilities
- Follow CSP - Ensure new scripts comply with Content Security Policy
This security policy covers:
- The BetterSJDM website
- The GitHub repository
- Associated build tools and scripts
Out of scope:
- Third-party services (Google Analytics, APIs)
- User's local environment
- Social media accounts
For security concerns: jeraldabihaypascual@gmail.com
Thank you for helping keep BetterSJDM secure for the community.