Skip to content

Commit

Permalink
chore: limit the OSSF Scorecard monitoring scope (#21)
Browse files Browse the repository at this point in the history
PR-URL: #21
  • Loading branch information
inigomarquinez committed May 30, 2024
1 parent 380ecc7 commit cd38d5e
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions tools/ossf_scorecard/scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"connect-multiparty",
"cors",
"compression",
"routification",
"response-time",
"basic-auth-connect",
"vhostess",
"generator",
"multer",
"body-parser",
Expand All @@ -25,14 +23,21 @@
"session",
"method-override",
"morgan",
"serve-static",
"serve-static"
],
"excluded": [
"api-error-handler",
"connect-markdown",
"domain-middleware",
"express-expose",
"express-paginate",
"flash",
"mime-extended",
"restful-router",
"routification",
"set-type",
"api-error-handler",
"flash"
],
"excluded": []
"vhostess"
]
},
"pillarjs": {
"included": [
Expand All @@ -45,16 +50,18 @@
"routington",
"cookies",
"multiparty",
"qs-strict",
"csrf",
"router",
"finalhandler",
"ssl-redirect",
"templation",
"encodeurl",
"extend-proto"
"encodeurl"
],
"excluded": []
"excluded": [
"extend-proto",
"qs-strict",
"request",
"ssl-redirect",
"templation"
]
},
"jshttp": {
"included": [
Expand All @@ -80,11 +87,13 @@
"content-disposition",
"http-errors",
"forwarded",
"spdy-push",
"http-push",
"mime-db"
],
"excluded": []
"excluded": [
"http-utils",
"spdy-push"
]
}
}
}
}

0 comments on commit cd38d5e

Please sign in to comment.