What's wrong with this entry?
Enterprises can now use regex patterns to allow plugin marketplaces from specific domains without listing each one individually.
Usage: In policySettings.strictKnownMarketplaces, add an entry with source: "hostPattern":
{
"source": "hostPattern",
"hostPattern": "^github\\.mycompany\\.com$"
}- Matches the hostname extracted from any marketplace source type
- For GitHub sources, matches against
"github.com" - For Git sources (SSH or HTTPS), extracts the hostname from the URL
- Allows enterprise IT to permit all marketplaces from internal GitHub Enterprise instances
Yn4() at line 91027 (host pattern regex matcher, uses new RegExp(Q.hostPattern).test(B))
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.