Skip to content

Commit 650fec7

Browse files
committed
added coverity v10 test file
1 parent 70588a2 commit 650fec7

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"type" : "Coverity issues",
3+
"formatVersion" : 10,
4+
"suppressedIssueCount" : 0,
5+
"issues" : [
6+
{
7+
"mergeKey" : "00000000000000000000000000000000",
8+
"occurrenceCountForMK" : 1,
9+
"occurrenceNumberInMK" : 1,
10+
"checkerName" : "PATH_MANIPULATION",
11+
"subcategory" : "none",
12+
"extra" : "fileName",
13+
"domain" : "STATIC_JAVA",
14+
"mainEventFilePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00001.java",
15+
"strippedMainEventFilePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00001.java",
16+
"mainEventLineNumber" : 0,
17+
"properties" : {},
18+
"functionDisplayName" : "org.owasp.benchmark.testcode.BenchmarkTest00001.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)",
19+
"functionMangledName" : "org.owasp.benchmark.testcode.BenchmarkTest00001.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)",
20+
"ordered" : true,
21+
"events" : [
22+
{
23+
"covLStrEventDescription" : "Lorem Ipsum",
24+
"eventDescription" : "Lorem Ipsum",
25+
"eventNumber" : 0,
26+
"eventTreePosition" : "0",
27+
"eventSet" : 0,
28+
"eventTag" : "tainted_source",
29+
"filePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00001.java",
30+
"strippedFilePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00001.java",
31+
"lineNumber" : 0,
32+
"main" : false,
33+
"moreInformationId" : null,
34+
"remediation" : false,
35+
"events" : null
36+
}
37+
],
38+
"stateOnServer" : null,
39+
"checkerProperties" : {
40+
"category" : "High impact security",
41+
"categoryDescription" : "High impact security",
42+
"cweCategory" : "22",
43+
"issueKinds" : [
44+
"SECURITY"
45+
],
46+
"eventSetCaptions" : [],
47+
"impact" : "High",
48+
"impactDescription" : "High",
49+
"subcategoryLocalEffect" : "Lorem Ipsum",
50+
"subcategoryShortDescription" : "Lorem Ipsum",
51+
"subcategoryLongDescription" : "Lorem Ipsum"
52+
}
53+
},
54+
{
55+
"mergeKey" : "00000000000000000000000000000000",
56+
"occurrenceCountForMK" : 1,
57+
"occurrenceNumberInMK" : 1,
58+
"checkerName" : "SQLI",
59+
"subcategory" : "sink",
60+
"extra" : "sql",
61+
"domain" : "STATIC_JAVA",
62+
"mainEventFilePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00002.java",
63+
"strippedMainEventFilePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00002.java",
64+
"mainEventLineNumber" : 0,
65+
"properties" : {},
66+
"functionDisplayName" : "org.owasp.benchmark.testcode.BenchmarkTest00002.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)",
67+
"functionMangledName" : "org.owasp.benchmark.testcode.BenchmarkTest00002.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)",
68+
"ordered" : true,
69+
"events" : [
70+
{
71+
"covLStrEventDescription" : "Lorem Ipsum",
72+
"eventDescription" : "Lorem Ipsum",
73+
"eventNumber" : 1,
74+
"eventTreePosition" : "0",
75+
"eventSet" : 0,
76+
"eventTag" : "tainted_source",
77+
"filePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00002.java",
78+
"strippedFilePathname" : "somepath\\src\\main\\java\\org\\owasp\\benchmark\\testcode\\BenchmarkTest00002.java",
79+
"lineNumber" : 0,
80+
"main" : false,
81+
"moreInformationId" : null,
82+
"remediation" : false,
83+
"events" : null
84+
}
85+
],
86+
"stateOnServer" : null,
87+
"checkerProperties" : {
88+
"category" : "High impact security",
89+
"categoryDescription" : "High impact security",
90+
"cweCategory" : "89",
91+
"issueKinds" : [
92+
"SECURITY"
93+
],
94+
"eventSetCaptions" : [
95+
"Lorem Ipsum"
96+
],
97+
"impact" : "High",
98+
"impactDescription" : "High",
99+
"subcategoryLocalEffect" : "Lorem Ipsum",
100+
"subcategoryShortDescription" : "Lorem Ipsum",
101+
"subcategoryLongDescription" : "Lorem Ipsum"
102+
}
103+
}
104+
],
105+
"desktopAnalysisSettings" : null,
106+
"error" : null
107+
}

0 commit comments

Comments
 (0)