Skip to content

update - #16

Merged
ShadowDara merged 9 commits into
developfrom
main
Sep 13, 2026
Merged

ShadowDara merged 9 commits into
developfrom
main

Conversation

@ShadowDara

Copy link
Copy Markdown
Owner

📌 Summary

Describe the change in a few sentences

🔍 Related Issue

Closes #

🛠 Proposed Changes

  • Change 1
  • Change 2
  • ...

🧪 Testing

📸 Screenshots (if applicable)

✅ Checklist

  • PR title is descriptive
  • Changes are tested
  • Updates to documentation (if applicable)
  • No unrelated changes

ShadowDara and others added 9 commits September 9, 2026 17:07
This change moves the static site assets under npm/site, updates the deploy workflow to use the new paths, and narrows Finder size type enums to the supported B/KB/MB/GB values. It also removes the legacy install script from the public site bundle and updates Git attributes for the new generated files.
…tion

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 8: Prototype-polluting function
…ring archive extraction ("Zip Slip")

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 7: Arbitrary file access during archive extraction ("Zip Slip")
Adds SQL dump generation for git repository exports alongside SQLite and JSON. This includes a new ExportSQL pipeline, SQL dump schema generation, support in ExportOptions and Report, and tests covering SQL literal formatting and end-to-end dump importability. It also updates package docs to describe the new SQL export mode and usage.
const last = parts[parts.length - 1];
if (blockedKeys.has(last)) return;
if (typeof cur !== "object" || cur === null) return;
cur[last] = value;
@ShadowDara
ShadowDara merged commit 7c44a40 into develop Sep 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants