Skip to content

Commit 8b38156

Browse files
phollerangr2mwolfy1339
authored
chore(payloads): add code scanning examples (#371)
Co-authored-by: Gregor Martynus <[email protected]> Co-authored-by: wolfy1339 <[email protected]>
1 parent 64c3afb commit 8b38156

File tree

11 files changed

+1286
-12
lines changed

11 files changed

+1286
-12
lines changed

index.json

Lines changed: 599 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
{
2+
"action": "closed_by_user",
3+
"alert": {
4+
"number": 10,
5+
"created_at": "2021-02-11T02:49:18Z",
6+
"url": "https://api.github.com/repos/Codertocat/Hello-World/code-scanning/alerts/10",
7+
"html_url": "https://github.com/Codertocat/Hello-World/security/code-scanning/10",
8+
"state": "dismissed",
9+
"dismissed_by": {
10+
"login": "Codertocat",
11+
"id": 21031067,
12+
"node_id": "MDQ6VXNlcjQwMDcxMjg=",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/4007128?v=4",
14+
"gravatar_id": "",
15+
"url": "https://api.github.com/users/Codertocat",
16+
"html_url": "https://github.com/Codertocat",
17+
"followers_url": "https://api.github.com/users/Codertocat/followers",
18+
"following_url": "https://api.github.com/users/Codertocat/following{/other_user}",
19+
"gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}",
20+
"starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
21+
"subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions",
22+
"organizations_url": "https://api.github.com/users/Codertocat/orgs",
23+
"repos_url": "https://api.github.com/users/Codertocat/repos",
24+
"events_url": "https://api.github.com/users/Codertocat/events{/privacy}",
25+
"received_events_url": "https://api.github.com/users/Codertocat/received_events",
26+
"type": "User",
27+
"site_admin": true
28+
},
29+
"dismissed_at": "2021-02-11T02:59:08Z",
30+
"dismissed_reason": "false positive",
31+
"rule": {
32+
"id": "ANCHOREVULN_CVE-2020-27218_java-archive_http2-hpack_9.4.27.v20200227",
33+
"severity": "error",
34+
"description": "CVE-2020-27218 Severity=Medium Package=http2-hpack Version=9.4.27.v20200227",
35+
"name": "",
36+
"full_description": "CVE-2020-27218 Severity=Medium Package=http2-hpack Version=9.4.27.v20200227",
37+
"tags": null,
38+
"help": null
39+
},
40+
"tool": {
41+
"name": "Anchore Container Vulnerability Report (T0)",
42+
"guid": null,
43+
"version": null
44+
},
45+
"instances": [
46+
{
47+
"ref": "refs/heads/master",
48+
"analysis_key": ".github/workflows/container_scan.yml:container-scan",
49+
"environment": "{}",
50+
"state": "dismissed",
51+
"commit_sha": "b30b5f3b935825766a22ab1bce14788bf9627f6c",
52+
"message": {
53+
"text": ""
54+
},
55+
"location": {
56+
"path": "/usr/local/jetty/lib/http2/http2-hpack-9.4.27.v20200227.jar",
57+
"start_line": 1,
58+
"end_line": 1,
59+
"start_column": 1,
60+
"end_column": 1
61+
},
62+
"classifications": ["library"]
63+
}
64+
]
65+
},
66+
"ref": "",
67+
"commit_oid": "",
68+
"repository": {
69+
"id": 337911632,
70+
"node_id": "MDEwOlJlcG9zaXRvcnkzMzc5MTE2MzI=",
71+
"name": "Hello-World",
72+
"full_name": "Codertocat/Hello-World",
73+
"private": true,
74+
"owner": {
75+
"login": "Codertocat",
76+
"id": 38940897,
77+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjM4OTQwODk3",
78+
"avatar_url": "https://avatars.githubusercontent.com/u/38940897?v=4",
79+
"gravatar_id": "",
80+
"url": "https://api.github.com/users/Codertocat",
81+
"html_url": "https://github.com/Codertocat",
82+
"followers_url": "https://api.github.com/users/Codertocat/followers",
83+
"following_url": "https://api.github.com/users/Codertocat/following{/other_user}",
84+
"gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}",
85+
"starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
86+
"subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions",
87+
"organizations_url": "https://api.github.com/users/Codertocat/orgs",
88+
"repos_url": "https://api.github.com/users/Codertocat/repos",
89+
"events_url": "https://api.github.com/users/Codertocat/events{/privacy}",
90+
"received_events_url": "https://api.github.com/users/Codertocat/received_events",
91+
"type": "Organization",
92+
"site_admin": false
93+
},
94+
"html_url": "https://github.com/Codertocat/Hello-World",
95+
"description": "",
96+
"fork": false,
97+
"url": "https://api.github.com/repos/Codertocat/Hello-World",
98+
"forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks",
99+
"keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}",
100+
"collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}",
101+
"teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams",
102+
"hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks",
103+
"issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}",
104+
"events_url": "https://api.github.com/repos/Codertocat/Hello-World/events",
105+
"assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}",
106+
"branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}",
107+
"tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags",
108+
"blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}",
109+
"git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}",
110+
"git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}",
111+
"trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}",
112+
"statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}",
113+
"languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages",
114+
"stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers",
115+
"contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors",
116+
"subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers",
117+
"subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription",
118+
"commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}",
119+
"git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}",
120+
"comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}",
121+
"issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}",
122+
"contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}",
123+
"compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}",
124+
"merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges",
125+
"archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}",
126+
"downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads",
127+
"issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}",
128+
"pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}",
129+
"milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}",
130+
"notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
131+
"labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}",
132+
"releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}",
133+
"deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments",
134+
"created_at": "2021-02-11T02:36:00Z",
135+
"updated_at": "2021-02-11T02:46:41Z",
136+
"pushed_at": "2021-02-11T02:47:04Z",
137+
"git_url": "git://github.com/Codertocat/Hello-World.git",
138+
"ssh_url": "[email protected]:Codertocat/Hello-World.git",
139+
"clone_url": "https://github.com/Codertocat/Hello-World.git",
140+
"svn_url": "https://github.com/Codertocat/Hello-World",
141+
"homepage": "",
142+
"size": 0,
143+
"stargazers_count": 0,
144+
"watchers_count": 0,
145+
"language": "Java",
146+
"has_issues": true,
147+
"has_projects": false,
148+
"has_downloads": false,
149+
"has_wiki": false,
150+
"has_pages": false,
151+
"forks_count": 0,
152+
"mirror_url": null,
153+
"archived": false,
154+
"disabled": false,
155+
"open_issues_count": 10,
156+
"license": {
157+
"key": "mit",
158+
"name": "MIT License",
159+
"spdx_id": "MIT",
160+
"url": "https://api.github.com/licenses/mit",
161+
"node_id": "MDc6TGljZW5zZTEz"
162+
},
163+
"forks": 0,
164+
"open_issues": 10,
165+
"watchers": 0,
166+
"default_branch": "master"
167+
},
168+
"organization": {
169+
"login": "Codertocat",
170+
"id": 38940897,
171+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjM4OTQwODk3",
172+
"url": "https://api.github.com/orgs/Codertocat",
173+
"repos_url": "https://api.github.com/orgs/Codertocat/repos",
174+
"events_url": "https://api.github.com/orgs/Codertocat/events",
175+
"hooks_url": "https://api.github.com/orgs/Codertocat/hooks",
176+
"issues_url": "https://api.github.com/orgs/Codertocat/issues",
177+
"members_url": "https://api.github.com/orgs/Codertocat/members{/member}",
178+
"public_members_url": "https://api.github.com/orgs/Codertocat/public_members{/member}",
179+
"avatar_url": "https://avatars.githubusercontent.com/u/38940897?v=4",
180+
"description": "A collection of all demos managed by GitHub"
181+
},
182+
"sender": {
183+
"login": "Codertocat",
184+
"id": 21031067,
185+
"node_id": "MDQ6VXNlcjIxMDMxMDY3",
186+
"avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4",
187+
"gravatar_id": "",
188+
"url": "https://api.github.com/users/Codertocat",
189+
"html_url": "https://github.com/Codertocat",
190+
"followers_url": "https://api.github.com/users/Codertocat/followers",
191+
"following_url": "https://api.github.com/users/Codertocat/following{/other_user}",
192+
"gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}",
193+
"starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
194+
"subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions",
195+
"organizations_url": "https://api.github.com/users/Codertocat/orgs",
196+
"repos_url": "https://api.github.com/users/Codertocat/repos",
197+
"events_url": "https://api.github.com/users/Codertocat/events{/privacy}",
198+
"received_events_url": "https://api.github.com/users/Codertocat/received_events",
199+
"type": "User",
200+
"site_admin": false
201+
},
202+
"installation": {
203+
"id": 14662836,
204+
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTQ2NjI4MzY="
205+
}
206+
}
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
{
2+
"action": "created",
3+
"alert": {
4+
"number": 10,
5+
"created_at": "2021-02-11T03:10:43Z",
6+
"url": "https://api.github.com/repos/Codertocat/Hello-World/code-scanning/alerts/10",
7+
"html_url": "https://github.com/Codertocat/Hello-World/security/code-scanning/10",
8+
"state": "open",
9+
"dismissed_by": null,
10+
"dismissed_at": null,
11+
"dismissed_reason": null,
12+
"rule": {
13+
"id": "java/sql-injection",
14+
"severity": "error",
15+
"description": "Query built from user-controlled sources",
16+
"name": "",
17+
"full_description": "Building a SQL or Java Persistence query from user-controlled sources is vulnerable to insertion of malicious code by the user.",
18+
"tags": null,
19+
"help": null
20+
},
21+
"tool": {
22+
"name": "CodeQL",
23+
"guid": null,
24+
"version": null
25+
},
26+
"instances": [
27+
{
28+
"ref": "refs/heads/code-feature",
29+
"analysis_key": ".github/workflows/code-scanning.yml:build",
30+
"environment": "{}",
31+
"state": "open",
32+
"commit_sha": "788437584c2522f27feab10d8e631bab3e9e783a",
33+
"message": {
34+
"text": ""
35+
},
36+
"location": {
37+
"path": "src/main/java/com/github/demo/service/BookService.java",
38+
"start_line": 84,
39+
"end_line": 84,
40+
"start_column": 51,
41+
"end_column": 56
42+
},
43+
"classifications": []
44+
}
45+
]
46+
},
47+
"ref": "refs/heads/code-feature",
48+
"commit_oid": "788437584c2522f27feab10d8e631bab3e9e783a",
49+
"repository": {
50+
"id": 337911632,
51+
"node_id": "MDEwOlJlcG9zaXRvcnkzMzc5MTE2MzI=",
52+
"name": "Hello-World",
53+
"full_name": "Codertocat/Hello-World",
54+
"private": true,
55+
"owner": {
56+
"login": "Codertocat",
57+
"id": 21031067,
58+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjM4OTQwODk3",
59+
"avatar_url": "https://avatars.githubusercontent.com/u/38940897?v=4",
60+
"gravatar_id": "",
61+
"url": "https://api.github.com/users/Codertocat",
62+
"html_url": "https://github.com/Codertocat",
63+
"followers_url": "https://api.github.com/users/Codertocat/followers",
64+
"following_url": "https://api.github.com/users/Codertocat/following{/other_user}",
65+
"gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}",
66+
"starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
67+
"subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions",
68+
"organizations_url": "https://api.github.com/users/Codertocat/orgs",
69+
"repos_url": "https://api.github.com/users/Codertocat/repos",
70+
"events_url": "https://api.github.com/users/Codertocat/events{/privacy}",
71+
"received_events_url": "https://api.github.com/users/Codertocat/received_events",
72+
"type": "Organization",
73+
"site_admin": false
74+
},
75+
"html_url": "https://github.com/Codertocat/Hello-World",
76+
"description": "",
77+
"fork": false,
78+
"url": "https://api.github.com/repos/Codertocat/Hello-World",
79+
"forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks",
80+
"keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}",
81+
"collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}",
82+
"teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams",
83+
"hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks",
84+
"issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}",
85+
"events_url": "https://api.github.com/repos/Codertocat/Hello-World/events",
86+
"assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}",
87+
"branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}",
88+
"tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags",
89+
"blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}",
90+
"git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}",
91+
"git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}",
92+
"trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}",
93+
"statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}",
94+
"languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages",
95+
"stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers",
96+
"contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors",
97+
"subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers",
98+
"subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription",
99+
"commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}",
100+
"git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}",
101+
"comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}",
102+
"issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}",
103+
"contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}",
104+
"compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}",
105+
"merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges",
106+
"archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}",
107+
"downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads",
108+
"issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}",
109+
"pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}",
110+
"milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}",
111+
"notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
112+
"labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}",
113+
"releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}",
114+
"deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments",
115+
"created_at": "2021-02-11T02:36:00Z",
116+
"updated_at": "2021-02-11T02:46:41Z",
117+
"pushed_at": "2021-02-11T03:08:42Z",
118+
"git_url": "git://github.com/Codertocat/Hello-World.git",
119+
"ssh_url": "[email protected]:Codertocat/Hello-World.git",
120+
"clone_url": "https://github.com/Codertocat/Hello-World.git",
121+
"svn_url": "https://github.com/Codertocat/Hello-World",
122+
"homepage": "",
123+
"size": 0,
124+
"stargazers_count": 0,
125+
"watchers_count": 0,
126+
"language": "Java",
127+
"has_issues": true,
128+
"has_projects": false,
129+
"has_downloads": false,
130+
"has_wiki": false,
131+
"has_pages": false,
132+
"forks_count": 0,
133+
"mirror_url": null,
134+
"archived": false,
135+
"disabled": false,
136+
"open_issues_count": 11,
137+
"license": {
138+
"key": "mit",
139+
"name": "MIT License",
140+
"spdx_id": "MIT",
141+
"url": "https://api.github.com/licenses/mit",
142+
"node_id": "MDc6TGljZW5zZTEz"
143+
},
144+
"forks": 0,
145+
"open_issues": 11,
146+
"watchers": 0,
147+
"default_branch": "master"
148+
},
149+
"organization": {
150+
"login": "Codertocat",
151+
"id": 38940897,
152+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjM4OTQwODk3",
153+
"url": "https://api.github.com/orgs/Codertocat",
154+
"repos_url": "https://api.github.com/orgs/Codertocat/repos",
155+
"events_url": "https://api.github.com/orgs/Codertocat/events",
156+
"hooks_url": "https://api.github.com/orgs/Codertocat/hooks",
157+
"issues_url": "https://api.github.com/orgs/Codertocat/issues",
158+
"members_url": "https://api.github.com/orgs/Codertocat/members{/member}",
159+
"public_members_url": "https://api.github.com/orgs/Codertocat/public_members{/member}",
160+
"avatar_url": "https://avatars.githubusercontent.com/u/38940897?v=4",
161+
"description": "A collection of all demos managed by GitHub"
162+
},
163+
"sender": {
164+
"login": "github",
165+
"id": 9919,
166+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
167+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
168+
"gravatar_id": "",
169+
"url": "https://api.github.com/users/github",
170+
"html_url": "https://github.com/github",
171+
"followers_url": "https://api.github.com/users/github/followers",
172+
"following_url": "https://api.github.com/users/github/following{/other_user}",
173+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
174+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
175+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
176+
"organizations_url": "https://api.github.com/users/github/orgs",
177+
"repos_url": "https://api.github.com/users/github/repos",
178+
"events_url": "https://api.github.com/users/github/events{/privacy}",
179+
"received_events_url": "https://api.github.com/users/github/received_events",
180+
"type": "Organization",
181+
"site_admin": false
182+
},
183+
"installation": {
184+
"id": 14662836,
185+
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTQ2NjI4MzY="
186+
}
187+
}

0 commit comments

Comments
 (0)