Security Policy

This repository builds lucasbucht.github.io, a static personal portfolio and blog. There’s no backend, no database, no user accounts, and no form that submits data anywhere — content is Markdown/YAML compiled by Jekyll into static HTML, served directly by GitHub Pages.

Scope

Given the above, most traditional web vulnerability classes (SQL injection, auth bypass, session hijacking, etc.) don’t apply here — there’s no server-side logic or data store to attack. Realistic areas of concern are limited to:

There is no supported-version table because there’s only ever one live version: whatever is currently deployed from main.

Reporting a Vulnerability

If you find something in scope above, please open a GitHub issue on this repo, or reach out directly via the email listed on the site itself.

This is a personal project maintained by one person (me), so response time is best-effort rather than guaranteed, but I’ll take a look and patch promptly if it’s a real issue. There’s no bug bounty, just my thanks.