-
Notifications
You must be signed in to change notification settings - Fork 162
PRP: Extractor for NPM-based JavaScript CDNs #2029
Copy link
Copy link
Open
Labels
PRPPatch Reward Program: This label is added to all PRP related issues for easy filteringPatch Reward Program: This label is added to all PRP related issues for easy filteringPRP:AcceptedPatch Reward Program: This issue has been accepted as a PRP entry.Patch Reward Program: This issue has been accepted as a PRP entry.PRP:RequestPatch Reward Program: This issue is a PRP contribution request and is being reviewed by the panel.Patch Reward Program: This issue is a PRP contribution request and is being reviewed by the panel.
Metadata
Metadata
Assignees
Labels
PRPPatch Reward Program: This label is added to all PRP related issues for easy filteringPatch Reward Program: This label is added to all PRP related issues for easy filteringPRP:AcceptedPatch Reward Program: This issue has been accepted as a PRP entry.Patch Reward Program: This issue has been accepted as a PRP entry.PRP:RequestPatch Reward Program: This issue is a PRP contribution request and is being reviewed by the panel.Patch Reward Program: This issue is a PRP contribution request and is being reviewed by the panel.
Type
Fields
Give feedbackNo fields configured for issues without a type.
<script type="importmap">which point to the above CDNsRationale
No build deployments are becoming more popular due to improved browser support for ES Modules, CSS
@import, and import maps. Currently, users who use NPM-based CDNs won't get any hits from the OSV Scanner, despite the fact that they are using the same underlying package registry.Since I use these CDNs for my projects, I want to ensure OSV can scan it. I'm willing to write an HTML extractor as described above, but want to gauge interest in it before I go ahead and implement it.
Out of Scope
These changes could be added later, but are not intended to be in the scope for this issue:
@importstatements inside.cssfiles or<style>tags would not be covered