We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0846d commit 1866003Copy full SHA for 1866003
lib/attachments/attachmentdownload.php
@@ -15,7 +15,12 @@
15
16
// This way can be called without _SESSION,
17
// this is useful for reports
18
-testlinkInitPage($db,false,true);
+// testlinkInitPage($db,false,true);
19
+// But it seems is creating this CVE https://nvd.nist.gov/vuln/detail/CVE-2022-35195
20
+//
21
+// Using proposed fix by user danzone on mantis.testlink.org
22
+testlinkInitPage($db);
23
+
24
25
$args = init_args($db);
26
if ($args->id) {
0 commit comments