Skip to content

Commit

Permalink
Add svelte stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Jun 22, 2022
1 parent 5e7a1df commit 33b4076
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions repository/jsrepository.json
Expand Up @@ -2093,16 +2093,34 @@

"svelte" : {
"vulnerabilities" : [

{
"below" : "3.46.5",
"severity" : "medium",
"identifiers": {
"summary": "XSS"
},
"info" : [ "https://github.com/sveltejs/svelte/pull/7333" ]
},
{
"below" : "2.9.8",
"severity" : "medium",
"identifiers": {
"summary": "XSS"
},
"info" : [ "https://github.com/sveltejs/svelte/pull/1623" ]
}
],
"extractors" : {
"uri" : [
"/svelte@(§§version§§)/index.js"
],
"filename" : [
"svelte[@\\-](§§version§§)(.min)?\\.js"
],
"filecontent" : [
"generated by Svelte v\\$\\{'(§§version§§)'\\}"
],
"func" : []
"func" : [ "svelte.VERSION" ]
}
},

Expand Down

0 comments on commit 33b4076

Please sign in to comment.