Skip to content

Commit 1866003

Browse files
committed
https://nvd.nist.gov/vuln/detail/CVE-2022-35195
1 parent ed0846d commit 1866003

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/attachments/attachmentdownload.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515

1616
// This way can be called without _SESSION,
1717
// this is useful for reports
18-
testlinkInitPage($db,false,true);
18+
// 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+
1924

2025
$args = init_args($db);
2126
if ($args->id) {

0 commit comments

Comments
 (0)