| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I've noted that full protocol scoping is not currently possible for https: since http requires a host, similarly file:// does not cover non-localhost file hosts. |
Sorry, something went wrong.
|
Ugggg, blob: inherits origin from parsing in its path... mmmm I guess we should match and special case so that blob: never inherits from a protocol level scope? |
Sorry, something went wrong.
|
rebased due to this and conditions landing a bit uncleanly |
Sorry, something went wrong.
Sorry, something went wrong.
|
this is pretty much just ready for review, some odd quirks about node do leak out like how the '-e' and '-p' CLI flags treat their location as files? |
Sorry, something went wrong.
There was a problem hiding this comment.
These two sentences are a bit confusing and awkward together
Sorry, something went wrong.
There was a problem hiding this comment.
how about combining them:
If a scope or resource includes "cascade": true unknown specifiers will
be searched for in their containing scope.
Sorry, something went wrong.
There was a problem hiding this comment.
rephrased
Sorry, something went wrong.
|
Wrote up some attack concerns on adding this feature in some slides. I believe the risk of using this feature is acceptable. |
Sorry, something went wrong.
Sorry, something went wrong.
|
I intend to land this on Monday. |
Sorry, something went wrong.
|
rebased but waiting on ci reliability (seems unrelated?) |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #34552 Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #34552 Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
This adds a mechanism matching package.json that allows setting default "integrity" and "dependency" values by a URL subspace. It also adds the ability to opt-in to cascading permissions by introducing "cascade": true. It uses a separate field in the policy file due to collisions of string representation of scopes and potential resources.