Skip to content

feat: add bulk-exporter app []#11063

Open
erinkrsandoval wants to merge 1 commit into
masterfrom
feat/add-bulk-exporter
Open

feat: add bulk-exporter app []#11063
erinkrsandoval wants to merge 1 commit into
masterfrom
feat/add-bulk-exporter

Conversation

@erinkrsandoval

Copy link
Copy Markdown

Summary

  • Adds the Bulk Exporter app to the monorepo under apps/bulk-exporter
  • Allows users to search, filter, and export Contentful entries across one content type or the whole space
  • Supports CSV, JSON, XLSX, XML, and YAML export formats
  • Built with Forma 36 v6 components, F36 Datepicker, Multiselect, Pagination, and Modal

Test plan

  • Run npm install in apps/bulk-exporter
  • Run npm run dev and verify app loads at localhost
  • Install app in a Contentful space and verify the page location loads
  • Generate a list with various filter combinations (content type, status, tags, date ranges)
  • Select entries and export — verify file downloads in selected format
  • Verify locale selector is disabled when "All content types" is selected

Generated with Claude Code

Adds the Bulk Exporter app to the monorepo. Exports Contentful entries
with filters (content type, status, tags, taxonomy, date ranges, field
filters), paginated search results, and configurable file export
(CSV, JSON, XLSX, XML, YAML).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@erinkrsandoval erinkrsandoval requested review from a team as code owners July 9, 2026 21:32
@mgoudy91 Mitch Goudy (mgoudy91) changed the title feat: add bulk-exporter app feat: add bulk-exporter app [] Jul 9, 2026
@wiz-inc-38d59fb8d7

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 2 High
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 2 High

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xlsx": "^0.18.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

More Details

Vulnerabilities [xlsx:0.18.5]

Name Severity Source Fixed version CVSS score CVSS exploitability score Has public exploit Has CISA KEV exploit
CVE-2023-30533 High https://github.com/advisories/GHSA-4r6h-8v6p-xvw6 - 7.8 1.8 true false
CVE-2024-22363 High https://github.com/advisories/GHSA-5pgg-2g8v-p4x9 - 7.5 3.9 false false

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).


To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

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.

1 participant