mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-08-01 03:13:15 +03:00
Update to v2.3.1 (#242)
This commit is contained in:
Vendored
+1
-1
@@ -434,7 +434,7 @@ const testParameter = (name, filters) => {
|
||||
};
|
||||
|
||||
const normalizeDataURL = (urlString, {stripHash}) => {
|
||||
const parts = urlString.match(/^data:(.*?),(.*?)(?:#(.*))?$/);
|
||||
const parts = urlString.match(/^data:([^,]*?),([^#]*?)(?:#(.*))?$/);
|
||||
|
||||
if (!parts) {
|
||||
throw new Error(`Invalid URL: ${urlString}`);
|
||||
|
||||
Reference in New Issue
Block a user