add phpmailer as thirdparty detection
Hanno Böck

Hanno Böck commited on 2023-05-18 14:10:20
Zeige 1 geänderte Dateien mit 15 Einfügungen und 0 Löschungen.

... ...
@@ -13,5 +13,20 @@
13 13
         "subdir": 1
14 14
       }
15 15
     ]
16
+  },
17
+  {
18
+    "name": "PHPMailer",
19
+    "url": "https://github.com/PHPMailer/PHPMailer",
20
+    "safe": "6.5.0",
21
+    "vuln": "CVE-2021-3603",
22
+    "latest": "6.8.0",
23
+    "thirdparty": "yes",
24
+    "detection": [
25
+      {
26
+        "file": "PHPMailer.php",
27
+        "variable": "VERSION",
28
+        "subdir": 1
29
+      }
30
+    ]
16 31
   }
17 32
 ]
18 33