forked from Cognition-Partner-Workshops/otterworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport-service.json
More file actions
68 lines (68 loc) · 1.93 KB
/
Copy pathreport-service.json
File metadata and controls
68 lines (68 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"module": "report-service",
"advisory": "CVE-2022-42889",
"artifact": "org.apache.commons:commons-text",
"cases_sha256": "ea3ac7b9e1fc1dc7049222d7b4157e34b435927389036138b00feaabb28f225c",
"recorded_at": "2026-09-01T00:21:00.792251+00:00",
"reason": "report-service now builds on JDK 17 (Spring Boot 3.2): Nashorn is gone, so the script lookup no longer evaluates",
"cases": [
{
"id": "banner-title",
"outcome": "ok",
"value": "# OtterWorks Report: Quarterly Usage"
},
{
"id": "banner-period",
"outcome": "ok",
"value": "# Period: 2026-01-01 to 2026-03-31"
},
{
"id": "banner-rows",
"outcome": "ok",
"value": "# Rows: 42"
},
{
"id": "banner-undefined-variable-rejected",
"outcome": "error",
"error_type": "java.lang.IllegalArgumentException",
"error_message": "Cannot resolve variable 'notProvided' (enableSubstitutionInVariables=false)."
},
{
"id": "footer-base64-and-const",
"outcome": "ok",
"value": "# Generated by OtterWorks Reporting | INTERNAL USE ONLY"
},
{
"id": "configured-sys-property",
"outcome": "ok",
"value": "sep=/"
},
{
"id": "configured-url-decoder",
"outcome": "ok",
"value": "report name"
},
{
"id": "configured-file-lookup",
"outcome": "ok",
"value": "banner-from-file"
},
{
"id": "attack-script-lookup",
"outcome": "error",
"error_type": "java.lang.IllegalArgumentException",
"error_message": "Error in script engine [javascript] evaluating script [3+4]."
},
{
"id": "attack-dns-lookup",
"outcome": "ok",
"value": "127.0.0.1"
},
{
"id": "attack-url-lookup",
"outcome": "error",
"error_type": "java.lang.IllegalArgumentException",
"error_message": "Error looking up URL [http://127.0.0.1:1/otterworks] with Charset [UTF-8]."
}
]
}