firepath/main 01 y ew32 m pxq1uz6j ys lf qn vc#1
Merged
sandseb123 merged 6 commits intomainfrom Mar 21, 2026
Merged
Conversation
…ity links Expands README from basic project overview to full product page with privacy comparison table, withdrawal model deep dives, FAQ, FirePath-Pro section, and community/contributing guidelines. https://claude.ai/code/session_01YEw32MPxq1uz6jYsLFQnVC
"468 months later" is now displayed as "39 years later" for readability. Small deltas still show months, medium ones show "Xy Zm" format. https://claude.ai/code/session_01YEw32MPxq1uz6jYsLFQnVC
Add escapeHTML() utility to sanitize user-provided strings (prompt() inputs, CSV symbol/description fields) before inserting into innerHTML, preventing script injection via malicious CSV files or labels. https://claude.ai/code/session_01YEw32MPxq1uz6jYsLFQnVC
- SECURITY.md with threat model, vulnerability reporting, and attack surface docs - GitHub Actions CI: tests (Node 18/20/22), security audit, zero-network check, build - GitHub Actions Release: auto-create releases with checksums on version tags - Dependabot config for weekly npm and Actions dependency updates - Updated package.json with proper name, description, scripts, and license - Expanded .gitignore with .env, .DS_Store, and log files https://claude.ai/code/session_01YEw32MPxq1uz6jYsLFQnVC
Kept main's removal of brand name reference, preserved community links, used simplified footer text. https://claude.ai/code/session_01YEw32MPxq1uz6jYsLFQnVC
The build script failed in CI because Chart.js was already inlined in fire_calculator.html, so the placeholder comment was absent. Now it detects this case and skips gracefully instead of erroring. https://claude.ai/code/session_01YEw32MPxq1uz6jYsLFQnVC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.