From cd69e16ae72b132fec81509e2b63bdcaa899360f Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 5 Mar 2026 12:36:17 +0300 Subject: [PATCH 1/2] ow.ly is now URL-shortener, rename abcnews.com --- .../{absnews.go.com.js => abcnews.com.js} | 0 plugins/domains/ow.ly.js | 19 ------------------- 2 files changed, 19 deletions(-) rename plugins/domains/{absnews.go.com.js => abcnews.com.js} (100%) delete mode 100644 plugins/domains/ow.ly.js diff --git a/plugins/domains/absnews.go.com.js b/plugins/domains/abcnews.com.js similarity index 100% rename from plugins/domains/absnews.go.com.js rename to plugins/domains/abcnews.com.js diff --git a/plugins/domains/ow.ly.js b/plugins/domains/ow.ly.js deleted file mode 100644 index 4f463b081..000000000 --- a/plugins/domains/ow.ly.js +++ /dev/null @@ -1,19 +0,0 @@ -export default { - - re: [ - /^https?:\/\/ow\.ly\/i\//i - ], - - mixins: [ - "og-image-rel-image", - "*" - ], - - tests: [ - "http://ow.ly/i/2UEu0", - "http://ow.ly/i/c1T0m", - "http://ow.ly/i/c5Lrf", - "http://ow.ly/i/1pREd", - "http://ow.ly/i/1pjIO" - ] -}; \ No newline at end of file From 03768b2e30292ba4149c3abb920f23170f2c2ec0 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 5 Mar 2026 12:40:34 +0300 Subject: [PATCH 2/2] audit.log --- audit.log | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/audit.log b/audit.log index 0a125dedf..a0658338e 100644 --- a/audit.log +++ b/audit.log @@ -41,5 +41,19 @@ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ More info │ https://github.com/advisories/GHSA-5c6j-r48x-rmvq │ └─────────────────────┴────────────────────────────────────────────────────────┘ -3 vulnerabilities found -Severity: 3 high +┌─────────────────────┬────────────────────────────────────────────────────────┐ +│ high │ Underscore has unlimited recursion in _.flatten and │ +│ │ _.isEqual, potential for DoS attack │ +├─────────────────────┼────────────────────────────────────────────────────────┤ +│ Package │ underscore │ +├─────────────────────┼────────────────────────────────────────────────────────┤ +│ Vulnerable versions │ <=1.13.7 │ +├─────────────────────┼────────────────────────────────────────────────────────┤ +│ Patched versions │ >=1.13.8 │ +├─────────────────────┼────────────────────────────────────────────────────────┤ +│ Paths │ .>mock-http-server>underscore │ +├─────────────────────┼────────────────────────────────────────────────────────┤ +│ More info │ https://github.com/advisories/GHSA-qpx9-hpmf-5gmw │ +└─────────────────────┴────────────────────────────────────────────────────────┘ +4 vulnerabilities found +Severity: 4 high