Skip to content

feat: support tracking Astro files#1009

Draft
sushichan044 wants to merge 7 commits intosverweij:mainfrom
sushichan044:feat-support-processing-astro-files
Draft

feat: support tracking Astro files#1009
sushichan044 wants to merge 7 commits intosverweij:mainfrom
sushichan044:feat-support-processing-astro-files

Conversation

@sushichan044
Copy link
Copy Markdown
Contributor

@sushichan044 sushichan044 commented Aug 5, 2025

Plan to do something drastic?
Leave an issue with a
summary of the changes you propose + some context on why you'd want to
do that, so we can have a conversation before you start. This will save you time!

Caution

Still WIP. not tested yet

Description

closes #1007

  • detect static import in front matter block
  • detect dynamic import in front matter block
  • detect static import in script tag
  • detect dynamic import in script tag

Motivation and Context

How Has This Been Tested?

  • green ci

Screenshots

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation only change
  • Refactor (non-breaking change which fixes an issue without changing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • 📖

    • My change doesn't require a documentation update, or ...
    • it does and I have updated it
  • ⚖️

    • The contribution will be subject to The MIT license, and I'm OK with that.
    • The contribution is my own original work.
    • I am ok with the stuff in CONTRIBUTING.md.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Aug 5, 2025

@sushichan044 sushichan044 force-pushed the feat-support-processing-astro-files branch from 4a49403 to ebb649f Compare October 28, 2025 05:35
@sushichan044
Copy link
Copy Markdown
Contributor Author

TODO: refine test case and push

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

@sushichan044
Copy link
Copy Markdown
Contributor Author

TODO: handle ReDoS

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.

Feature request: Support processing Astro files

1 participant