+1
-1
@@ -456,3 +456,3 @@ 'use strict'; | ||
| cheerio.prototype.options.xmlMode = false; | ||
| let rendered = nunjucks.renderString(cheerio.html(children), {baseUrl: `{{baseUrl}}/${newBase}`}); | ||
| let rendered = nunjucks.renderString(cheerio.html(children), {baseUrl: `{{hostBaseUrl}}/${newBase}`}); | ||
| node.children = cheerio.parseHTML(rendered, true); | ||
@@ -459,0 +459,0 @@ cheerio.prototype.options.xmlMode = true; |
+1
-1
| { | ||
| "name": "markbind", | ||
| "version": "1.1.4", | ||
| "version": "1.1.5", | ||
| "description": "MarkBind core module.", | ||
@@ -5,0 +5,0 @@ "main": "lib/parser.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
103746
0