Add some more mock scenarios (#1667)
This commit is contained in:
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getRepo"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments",
|
||||
"created_at": "2022-10-26T10:37:59Z",
|
||||
"updated_at": "2022-10-26T10:37:59Z",
|
||||
"pushed_at": "2022-10-26T10:38:02Z",
|
||||
"git_url": "git://github.com/github/mrva-demo-controller-repo.git",
|
||||
"ssh_url": "git@github.com:github/mrva-demo-controller-repo.git",
|
||||
"clone_url": "https://github.com/github/mrva-demo-controller-repo.git",
|
||||
"svn_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"homepage": null,
|
||||
"size": 0,
|
||||
"stargazers_count": 0,
|
||||
"watchers_count": 0,
|
||||
"language": null,
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_downloads": true,
|
||||
"has_wiki": true,
|
||||
"has_pages": false,
|
||||
"forks_count": 0,
|
||||
"mirror_url": null,
|
||||
"archived": false,
|
||||
"disabled": false,
|
||||
"open_issues_count": 0,
|
||||
"license": null,
|
||||
"allow_forking": false,
|
||||
"is_template": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"topics": [],
|
||||
"visibility": "private",
|
||||
"forks": 0,
|
||||
"open_issues": 0,
|
||||
"watchers": 0,
|
||||
"default_branch": "main",
|
||||
"permissions": {
|
||||
"admin": true,
|
||||
"maintain": true,
|
||||
"push": true,
|
||||
"triage": true,
|
||||
"pull": true
|
||||
},
|
||||
"temp_clone_token": "AACMDDJDUEDYNJMXGTD2FZDDLI32O",
|
||||
"allow_squash_merge": true,
|
||||
"allow_merge_commit": true,
|
||||
"allow_rebase_merge": true,
|
||||
"allow_auto_merge": false,
|
||||
"delete_branch_on_merge": false,
|
||||
"allow_update_branch": false,
|
||||
"use_squash_pr_title_as_default": false,
|
||||
"squash_merge_commit_message": "COMMIT_MESSAGES",
|
||||
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
|
||||
"merge_commit_message": "PR_TITLE",
|
||||
"merge_commit_title": "MERGE_MESSAGE",
|
||||
"organization": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"security_and_analysis": {
|
||||
"advanced_security": {
|
||||
"status": "enabled"
|
||||
},
|
||||
"secret_scanning": {
|
||||
"status": "enabled"
|
||||
},
|
||||
"secret_scanning_push_protection": {
|
||||
"status": "enabled"
|
||||
}
|
||||
},
|
||||
"network_count": 0,
|
||||
"subscribers_count": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "submitVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 201,
|
||||
"body": {
|
||||
"id": 151,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/151/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T074259Z&X-Amz-Expires=3600&X-Amz-Signature=e4cda8a5cf9fdb154204dea6bc0ddd70ba5fbc3b3102e922368e08391f7c47de&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T07:42:59Z",
|
||||
"updated_at": "2022-10-27T07:42:59Z",
|
||||
"status": "in_progress",
|
||||
"skipped_repositories": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepo",
|
||||
"repositoryId": 18782726
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"repository": {
|
||||
"id": 18782726,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkxODc4MjcyNg==",
|
||||
"name": "OwlCarousel2",
|
||||
"full_name": "OwlCarousel2/OwlCarousel2",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "OwlCarousel2",
|
||||
"id": 18146764,
|
||||
"node_id": "MDQ6VXNlcjE4MTQ2NzY0",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/18146764?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/OwlCarousel2",
|
||||
"html_url": "https://github.com/OwlCarousel2",
|
||||
"followers_url": "https://api.github.com/users/OwlCarousel2/followers",
|
||||
"following_url": "https://api.github.com/users/OwlCarousel2/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/OwlCarousel2/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/OwlCarousel2/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/OwlCarousel2/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/OwlCarousel2/orgs",
|
||||
"repos_url": "https://api.github.com/users/OwlCarousel2/repos",
|
||||
"events_url": "https://api.github.com/users/OwlCarousel2/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/OwlCarousel2/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/OwlCarousel2/OwlCarousel2",
|
||||
"description": "DEPRECATED jQuery Responsive Carousel.",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2",
|
||||
"forks_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/forks",
|
||||
"keys_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/teams",
|
||||
"hooks_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/events",
|
||||
"assignees_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/tags",
|
||||
"blobs_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/subscription",
|
||||
"commits_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/merges",
|
||||
"archive_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/downloads",
|
||||
"issues_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/OwlCarousel2/OwlCarousel2/deployments"
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 30819,
|
||||
"result_count": 3,
|
||||
"database_commit_sha": "4eedccac4ea061931162a86e3f268332c16a1ad0",
|
||||
"source_location_prefix": "/home/runner/work/bulk-builder/bulk-builder",
|
||||
"artifact_url": "https://objects-origin.githubusercontent.com/codeql-query-console/codeql-variant-analysis-repo-tasks/151/18782726/a770474d-fd1c-4628-aee7-cfda1cf23c5d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T074804Z&X-Amz-Expires=300&X-Amz-Signature=e16cf33b90cb9c1d20ba6bb6e658f01a329ae181372e7180889438370c86360a&X-Amz-SignedHeaders=host&actor_id=311693&key_id=0&repo_id=557804416"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepoResult",
|
||||
"repositoryId": 17335035
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": "file:11-getVariantAnalysisRepoResult.body.zip",
|
||||
"contentType": "application/zip"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepoResult",
|
||||
"repositoryId": 18782726
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": "file:12-getVariantAnalysisRepoResult.body.zip",
|
||||
"contentType": "application/zip"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,863 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 151,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/151/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T074305Z&X-Amz-Expires=3600&X-Amz-Signature=6c876b3401d3350a3c68801e25f3cd123a729547402fdafeedb6200f4a23ef77&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T07:42:59Z",
|
||||
"updated_at": "2022-10-27T07:43:02Z",
|
||||
"actions_workflow_run_id": 3335462873,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 478996,
|
||||
"name": "jquery-ui",
|
||||
"full_name": "jquery/jquery-ui",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 648414,
|
||||
"name": "jquery-validation",
|
||||
"full_name": "jquery-validation/jquery-validation",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 2950981,
|
||||
"name": "azure-sdk-for-node",
|
||||
"full_name": "Azure/azure-sdk-for-node",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 17335035,
|
||||
"name": "bootstrap-fileinput",
|
||||
"full_name": "kartik-v/bootstrap-fileinput",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 18782726,
|
||||
"name": "OwlCarousel2",
|
||||
"full_name": "OwlCarousel2/OwlCarousel2",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 100,
|
||||
"repositories": [
|
||||
{
|
||||
"id": 48296,
|
||||
"name": "raphael",
|
||||
"full_name": "DmitryBaranovskiy/raphael",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 63557,
|
||||
"name": "jquery-mousewheel",
|
||||
"full_name": "jquery/jquery-mousewheel",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 75547,
|
||||
"name": "showdown",
|
||||
"full_name": "showdownjs/showdown",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 84009,
|
||||
"name": "jasmine",
|
||||
"full_name": "jasmine/jasmine",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 84822,
|
||||
"name": "js-beautify",
|
||||
"full_name": "beautify-web/js-beautify",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 165557,
|
||||
"name": "js-base64",
|
||||
"full_name": "dankogai/js-base64",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 167174,
|
||||
"name": "jquery",
|
||||
"full_name": "jquery/jquery",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 237159,
|
||||
"name": "express",
|
||||
"full_name": "expressjs/express",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 292525,
|
||||
"name": "jszip",
|
||||
"full_name": "Stuk/jszip",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 317757,
|
||||
"name": "Modernizr",
|
||||
"full_name": "Modernizr/Modernizr",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 326688,
|
||||
"name": "mustache.js",
|
||||
"full_name": "janl/mustache.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 349241,
|
||||
"name": "underscore",
|
||||
"full_name": "jashkenas/underscore",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 357681,
|
||||
"name": "node-glob",
|
||||
"full_name": "isaacs/node-glob",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 381979,
|
||||
"name": "fullcalendar",
|
||||
"full_name": "fullcalendar/fullcalendar",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 402046,
|
||||
"name": "jsPDF",
|
||||
"full_name": "parallax/jsPDF",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 441854,
|
||||
"name": "markdown-js",
|
||||
"full_name": "evilstreak/markdown-js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 462292,
|
||||
"name": "node-mongodb-native",
|
||||
"full_name": "mongodb/node-mongodb-native",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 467471,
|
||||
"name": "tinymce",
|
||||
"full_name": "tinymce/tinymce",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 475599,
|
||||
"name": "log4js-node",
|
||||
"full_name": "log4js-node/log4js-node",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 478584,
|
||||
"name": "jsdom",
|
||||
"full_name": "jsdom/jsdom",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 486550,
|
||||
"name": "html5-boilerplate",
|
||||
"full_name": "h5bp/html5-boilerplate",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 501326,
|
||||
"name": "requirejs",
|
||||
"full_name": "requirejs/requirejs",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 504220,
|
||||
"name": "html-minifier",
|
||||
"full_name": "kangax/html-minifier",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 508894,
|
||||
"name": "sax-js",
|
||||
"full_name": "isaacs/sax-js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 519390,
|
||||
"name": "emmet",
|
||||
"full_name": "emmetio/emmet",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 527644,
|
||||
"name": "less.js",
|
||||
"full_name": "less/less.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 534940,
|
||||
"name": "mime",
|
||||
"full_name": "broofa/mime",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 557977,
|
||||
"name": "socket.io-client",
|
||||
"full_name": "socketio/socket.io-client",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 557980,
|
||||
"name": "socket.io",
|
||||
"full_name": "socketio/socket.io",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 560495,
|
||||
"name": "jsdoc",
|
||||
"full_name": "jsdoc/jsdoc",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 573569,
|
||||
"name": "jake",
|
||||
"full_name": "jakejs/jake",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 576201,
|
||||
"name": "three.js",
|
||||
"full_name": "mrdoob/three.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 597879,
|
||||
"name": "mongoose",
|
||||
"full_name": "Automattic/mongoose",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 600637,
|
||||
"name": "stats.js",
|
||||
"full_name": "mrdoob/stats.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 602604,
|
||||
"name": "pegjs",
|
||||
"full_name": "pegjs/pegjs",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 620636,
|
||||
"name": "webfontloader",
|
||||
"full_name": "typekit/webfontloader",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 655209,
|
||||
"name": "formidable",
|
||||
"full_name": "node-formidable/formidable",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 667006,
|
||||
"name": "video.js",
|
||||
"full_name": "videojs/video.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 679662,
|
||||
"name": "node-lru-cache",
|
||||
"full_name": "isaacs/node-lru-cache",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 687836,
|
||||
"name": "connect",
|
||||
"full_name": "senchalabs/connect",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 691146,
|
||||
"name": "tween.js",
|
||||
"full_name": "tweenjs/tween.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 698041,
|
||||
"name": "async",
|
||||
"full_name": "caolan/async",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 712530,
|
||||
"name": "fabric.js",
|
||||
"full_name": "fabricjs/fabric.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 714074,
|
||||
"name": "pouchdb",
|
||||
"full_name": "pouchdb/pouchdb",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 715168,
|
||||
"name": "colors.js",
|
||||
"full_name": "Marak/colors.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 734934,
|
||||
"name": "pug",
|
||||
"full_name": "pugjs/pug",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 734957,
|
||||
"name": "node-cron",
|
||||
"full_name": "kelektiv/node-cron",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 743723,
|
||||
"name": "store.js",
|
||||
"full_name": "marcuswestin/store.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 747698,
|
||||
"name": "sinon",
|
||||
"full_name": "sinonjs/sinon",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 757363,
|
||||
"name": "knockout",
|
||||
"full_name": "knockout/knockout",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 779570,
|
||||
"name": "forge",
|
||||
"full_name": "digitalbazaar/forge",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 790359,
|
||||
"name": "sequelize",
|
||||
"full_name": "sequelize/sequelize",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 795421,
|
||||
"name": "node-http-proxy",
|
||||
"full_name": "http-party/node-http-proxy",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 800115,
|
||||
"name": "underscore.string",
|
||||
"full_name": "esamattis/underscore.string",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 805461,
|
||||
"name": "mysql",
|
||||
"full_name": "mysqljs/mysql",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 809601,
|
||||
"name": "handlebars.js",
|
||||
"full_name": "handlebars-lang/handlebars.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 887025,
|
||||
"name": "q",
|
||||
"full_name": "kriskowal/q",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 893522,
|
||||
"name": "node-serialport",
|
||||
"full_name": "serialport/node-serialport",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 908893,
|
||||
"name": "node-redis",
|
||||
"full_name": "redis/node-redis",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 914603,
|
||||
"name": "es5-shim",
|
||||
"full_name": "es-shims/es5-shim",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 926231,
|
||||
"name": "Inputmask",
|
||||
"full_name": "RobinHerbots/Inputmask",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 931039,
|
||||
"name": "browserify",
|
||||
"full_name": "browserify/browserify",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 931135,
|
||||
"name": "Leaflet",
|
||||
"full_name": "Leaflet/Leaflet",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 942903,
|
||||
"name": "forever",
|
||||
"full_name": "foreversd/forever",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 943149,
|
||||
"name": "d3",
|
||||
"full_name": "d3/d3",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 947175,
|
||||
"name": "json-schema",
|
||||
"full_name": "kriszyp/json-schema",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 952189,
|
||||
"name": "backbone",
|
||||
"full_name": "jashkenas/backbone",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 958314,
|
||||
"name": "nodemon",
|
||||
"full_name": "remy/nodemon",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 965782,
|
||||
"name": "validator.js",
|
||||
"full_name": "validatorjs/validator.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 991475,
|
||||
"name": "node-postgres",
|
||||
"full_name": "brianc/node-postgres",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 996158,
|
||||
"name": "watch",
|
||||
"full_name": "mikeal/watch",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1025209,
|
||||
"name": "CSSOM",
|
||||
"full_name": "NV/CSSOM",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1130565,
|
||||
"name": "node-config",
|
||||
"full_name": "node-config/node-config",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1186030,
|
||||
"name": "node-qrcode",
|
||||
"full_name": "soldair/node-qrcode",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1203139,
|
||||
"name": "uuid",
|
||||
"full_name": "uuidjs/uuid",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1204214,
|
||||
"name": "stylus",
|
||||
"full_name": "stylus/stylus",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1206546,
|
||||
"name": "winston",
|
||||
"full_name": "winstonjs/winston",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1213225,
|
||||
"name": "highlight.js",
|
||||
"full_name": "highlightjs/highlight.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1218383,
|
||||
"name": "cli-table",
|
||||
"full_name": "Automattic/cli-table",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1254497,
|
||||
"name": "codemirror5",
|
||||
"full_name": "codemirror/codemirror5",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1272424,
|
||||
"name": "nodemailer",
|
||||
"full_name": "nodemailer/nodemailer",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1272666,
|
||||
"name": "jshint",
|
||||
"full_name": "jshint/jshint",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1283503,
|
||||
"name": "request",
|
||||
"full_name": "request/request",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1295612,
|
||||
"name": "flot",
|
||||
"full_name": "flot/flot",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1341324,
|
||||
"name": "rimraf",
|
||||
"full_name": "isaacs/rimraf",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1357199,
|
||||
"name": "node-semver",
|
||||
"full_name": "npm/node-semver",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1369824,
|
||||
"name": "csso",
|
||||
"full_name": "css/csso",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1419138,
|
||||
"name": "clean-css",
|
||||
"full_name": "clean-css/clean-css",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1424470,
|
||||
"name": "moment",
|
||||
"full_name": "moment/moment",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1451352,
|
||||
"name": "mocha",
|
||||
"full_name": "mochajs/mocha",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1474943,
|
||||
"name": "node-dateformat",
|
||||
"full_name": "felixge/node-dateformat",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1534331,
|
||||
"name": "node-tar",
|
||||
"full_name": "npm/node-tar",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1542219,
|
||||
"name": "jsdiff",
|
||||
"full_name": "kpdecker/jsdiff",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1544436,
|
||||
"name": "nopt",
|
||||
"full_name": "npm/nopt",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1545869,
|
||||
"name": "when",
|
||||
"full_name": "cujojs/when",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1569980,
|
||||
"name": "MQTT.js",
|
||||
"full_name": "mqttjs/MQTT.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1580001,
|
||||
"name": "inherits",
|
||||
"full_name": "isaacs/inherits",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1580851,
|
||||
"name": "PhotoSwipe",
|
||||
"full_name": "dimsemenov/PhotoSwipe",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1588997,
|
||||
"name": "node-spdy",
|
||||
"full_name": "spdy-http2/node-spdy",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1590986,
|
||||
"name": "WebSocket-Node",
|
||||
"full_name": "theturtle32/WebSocket-Node",
|
||||
"private": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"not_found_repo_nwos": {
|
||||
"repository_count": 110,
|
||||
"repository_full_names": [
|
||||
"evanw/node-source-map-support",
|
||||
"angular-ui/ui-router",
|
||||
"webpack/tapable",
|
||||
"pixijs/pixijs",
|
||||
"chjj/blessed",
|
||||
"goldfire/howler.js",
|
||||
"expressjs/cors",
|
||||
"karma-runner/karma-jasmine",
|
||||
"vega/vega",
|
||||
"mdevils/html-entities",
|
||||
"josdejong/mathjs",
|
||||
"jshttp/methods",
|
||||
"moll/json-stringify-safe",
|
||||
"twitter/typeahead.js",
|
||||
"webpack/node-libs-browser",
|
||||
"processing/p5.js",
|
||||
"protobufjs/protobuf.js",
|
||||
"googleapis/google-api-nodejs-client",
|
||||
"mapbox/mapbox-gl-js",
|
||||
"usablica/intro.js",
|
||||
"jimhigson/oboe.js",
|
||||
"postcss/autoprefixer",
|
||||
"chartjs/Chart.js",
|
||||
"pimterry/loglevel",
|
||||
"google/traceur-compiler",
|
||||
"plurals/pluralize",
|
||||
"alexei/sprintf.js",
|
||||
"ecomfe/zrender",
|
||||
"apache/echarts",
|
||||
"npm/normalize-package-data",
|
||||
"brix/crypto-js",
|
||||
"Semantic-Org/Semantic-UI",
|
||||
"strongloop/loopback",
|
||||
"photonstorm/phaser",
|
||||
"blakeembrey/change-case",
|
||||
"sidorares/node-mysql2",
|
||||
"hiddentao/fast-levenshtein",
|
||||
"uncss/uncss",
|
||||
"pure-css/pure",
|
||||
"benjamn/ast-types",
|
||||
"nuysoft/Mock",
|
||||
"summernote/summernote",
|
||||
"dcodeIO/bcrypt.js",
|
||||
"louischatriot/nedb",
|
||||
"TryGhost/Ghost",
|
||||
"pieroxy/lz-string",
|
||||
"systemjs/systemjs",
|
||||
"SBoudrias/Inquirer.js",
|
||||
"bripkens/connect-history-api-fallback",
|
||||
"algolia/algoliasearch-client-javascript",
|
||||
"mathiasbynens/regenerate",
|
||||
"Unitech/pm2",
|
||||
"facebook/react",
|
||||
"mattboldt/typed.js",
|
||||
"mscdex/busboy",
|
||||
"Grsmto/simplebar",
|
||||
"mathiasbynens/jsesc",
|
||||
"tj/co",
|
||||
"chancejs/chancejs",
|
||||
"ramda/ramda",
|
||||
"elastic/elasticsearch-js",
|
||||
"mathiasbynens/he",
|
||||
"BabylonJS/Babylon.js",
|
||||
"eslint/eslint",
|
||||
"auth0/node-jsonwebtoken",
|
||||
"image-size/image-size",
|
||||
"gulpjs/gulp",
|
||||
"KaTeX/KaTeX",
|
||||
"motdotla/dotenv",
|
||||
"TooTallNate/node-https-proxy-agent",
|
||||
"kriskowal/asap",
|
||||
"estools/esquery",
|
||||
"micromatch/anymatch",
|
||||
"zloirock/core-js",
|
||||
"sindresorhus/slash",
|
||||
"koajs/koa",
|
||||
"techfort/LokiJS",
|
||||
"vuejs/vue",
|
||||
"chalk/ansi-styles",
|
||||
"rvagg/through2",
|
||||
"chalk/supports-color",
|
||||
"chalk/chalk",
|
||||
"mafintosh/pump",
|
||||
"adobe-webplatform/Snap.svg",
|
||||
"lovell/sharp",
|
||||
"rstacruz/nprogress",
|
||||
"ionic-team/ionic-framework",
|
||||
"dlmanning/gulp-sass",
|
||||
"node-red/node-red",
|
||||
"petkaantonov/bluebird",
|
||||
"stream-utils/raw-body",
|
||||
"alvarotrigo/fullPage.js",
|
||||
"janpaepke/ScrollMagic",
|
||||
"postcss/postcss",
|
||||
"primus/eventemitter3",
|
||||
"Turfjs/turf",
|
||||
"request/request-promise",
|
||||
"facebook/regenerator",
|
||||
"mholt/PapaParse",
|
||||
"ionic-team/ionicons"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepo",
|
||||
"repositoryId": 648414
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"repository": {
|
||||
"id": 648414,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnk2NDg0MTQ=",
|
||||
"name": "jquery-validation",
|
||||
"full_name": "jquery-validation/jquery-validation",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "jquery-validation",
|
||||
"id": 25417692,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDE3Njky",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/25417692?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/jquery-validation",
|
||||
"html_url": "https://github.com/jquery-validation",
|
||||
"followers_url": "https://api.github.com/users/jquery-validation/followers",
|
||||
"following_url": "https://api.github.com/users/jquery-validation/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/jquery-validation/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/jquery-validation/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/jquery-validation/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/jquery-validation/orgs",
|
||||
"repos_url": "https://api.github.com/users/jquery-validation/repos",
|
||||
"events_url": "https://api.github.com/users/jquery-validation/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/jquery-validation/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/jquery-validation/jquery-validation",
|
||||
"description": "jQuery Validation Plugin library sources",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/jquery-validation/jquery-validation",
|
||||
"forks_url": "https://api.github.com/repos/jquery-validation/jquery-validation/forks",
|
||||
"keys_url": "https://api.github.com/repos/jquery-validation/jquery-validation/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/jquery-validation/jquery-validation/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/jquery-validation/jquery-validation/teams",
|
||||
"hooks_url": "https://api.github.com/repos/jquery-validation/jquery-validation/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/jquery-validation/jquery-validation/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/jquery-validation/jquery-validation/events",
|
||||
"assignees_url": "https://api.github.com/repos/jquery-validation/jquery-validation/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/jquery-validation/jquery-validation/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/jquery-validation/jquery-validation/tags",
|
||||
"blobs_url": "https://api.github.com/repos/jquery-validation/jquery-validation/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/jquery-validation/jquery-validation/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/jquery-validation/jquery-validation/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/jquery-validation/jquery-validation/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/jquery-validation/jquery-validation/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/jquery-validation/jquery-validation/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/jquery-validation/jquery-validation/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/jquery-validation/jquery-validation/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/jquery-validation/jquery-validation/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/jquery-validation/jquery-validation/subscription",
|
||||
"commits_url": "https://api.github.com/repos/jquery-validation/jquery-validation/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/jquery-validation/jquery-validation/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/jquery-validation/jquery-validation/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/jquery-validation/jquery-validation/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/jquery-validation/jquery-validation/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/jquery-validation/jquery-validation/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/jquery-validation/jquery-validation/merges",
|
||||
"archive_url": "https://api.github.com/repos/jquery-validation/jquery-validation/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/jquery-validation/jquery-validation/downloads",
|
||||
"issues_url": "https://api.github.com/repos/jquery-validation/jquery-validation/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/jquery-validation/jquery-validation/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/jquery-validation/jquery-validation/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/jquery-validation/jquery-validation/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/jquery-validation/jquery-validation/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/jquery-validation/jquery-validation/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/jquery-validation/jquery-validation/deployments"
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 64526,
|
||||
"result_count": 2,
|
||||
"database_commit_sha": "f1bb23544bb7a796402b763af115662651aa6dbd",
|
||||
"source_location_prefix": "/home/runner/work/jquery-validation/jquery-validation",
|
||||
"artifact_url": "https://objects-origin.githubusercontent.com/codeql-query-console/codeql-variant-analysis-repo-tasks/151/648414/63b1ecf8-76fb-48d3-a937-11aec3d1f665?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T075306Z&X-Amz-Expires=300&X-Amz-Signature=50bbc50bffeeb521765cce9ed00d5e4afd2807219fb6de810fa0acac75d94d36&X-Amz-SignedHeaders=host&actor_id=311693&key_id=0&repo_id=557804416"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepoResult",
|
||||
"repositoryId": 648414
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": "file:25-getVariantAnalysisRepoResult.body.zip",
|
||||
"contentType": "application/zip"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,863 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 151,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/151/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T074311Z&X-Amz-Expires=3600&X-Amz-Signature=f64eab84c8e1fd07362dbcfd5fa0447bf22a7d565c88d862aed667fa6b37234e&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T07:42:59Z",
|
||||
"updated_at": "2022-10-27T07:43:02Z",
|
||||
"actions_workflow_run_id": 3335462873,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 478996,
|
||||
"name": "jquery-ui",
|
||||
"full_name": "jquery/jquery-ui",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 648414,
|
||||
"name": "jquery-validation",
|
||||
"full_name": "jquery-validation/jquery-validation",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 2950981,
|
||||
"name": "azure-sdk-for-node",
|
||||
"full_name": "Azure/azure-sdk-for-node",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 17335035,
|
||||
"name": "bootstrap-fileinput",
|
||||
"full_name": "kartik-v/bootstrap-fileinput",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 18782726,
|
||||
"name": "OwlCarousel2",
|
||||
"full_name": "OwlCarousel2/OwlCarousel2",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 100,
|
||||
"repositories": [
|
||||
{
|
||||
"id": 48296,
|
||||
"name": "raphael",
|
||||
"full_name": "DmitryBaranovskiy/raphael",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 63557,
|
||||
"name": "jquery-mousewheel",
|
||||
"full_name": "jquery/jquery-mousewheel",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 75547,
|
||||
"name": "showdown",
|
||||
"full_name": "showdownjs/showdown",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 84009,
|
||||
"name": "jasmine",
|
||||
"full_name": "jasmine/jasmine",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 84822,
|
||||
"name": "js-beautify",
|
||||
"full_name": "beautify-web/js-beautify",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 165557,
|
||||
"name": "js-base64",
|
||||
"full_name": "dankogai/js-base64",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 167174,
|
||||
"name": "jquery",
|
||||
"full_name": "jquery/jquery",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 237159,
|
||||
"name": "express",
|
||||
"full_name": "expressjs/express",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 292525,
|
||||
"name": "jszip",
|
||||
"full_name": "Stuk/jszip",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 317757,
|
||||
"name": "Modernizr",
|
||||
"full_name": "Modernizr/Modernizr",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 326688,
|
||||
"name": "mustache.js",
|
||||
"full_name": "janl/mustache.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 349241,
|
||||
"name": "underscore",
|
||||
"full_name": "jashkenas/underscore",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 357681,
|
||||
"name": "node-glob",
|
||||
"full_name": "isaacs/node-glob",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 381979,
|
||||
"name": "fullcalendar",
|
||||
"full_name": "fullcalendar/fullcalendar",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 402046,
|
||||
"name": "jsPDF",
|
||||
"full_name": "parallax/jsPDF",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 441854,
|
||||
"name": "markdown-js",
|
||||
"full_name": "evilstreak/markdown-js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 462292,
|
||||
"name": "node-mongodb-native",
|
||||
"full_name": "mongodb/node-mongodb-native",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 467471,
|
||||
"name": "tinymce",
|
||||
"full_name": "tinymce/tinymce",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 475599,
|
||||
"name": "log4js-node",
|
||||
"full_name": "log4js-node/log4js-node",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 478584,
|
||||
"name": "jsdom",
|
||||
"full_name": "jsdom/jsdom",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 486550,
|
||||
"name": "html5-boilerplate",
|
||||
"full_name": "h5bp/html5-boilerplate",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 501326,
|
||||
"name": "requirejs",
|
||||
"full_name": "requirejs/requirejs",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 504220,
|
||||
"name": "html-minifier",
|
||||
"full_name": "kangax/html-minifier",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 508894,
|
||||
"name": "sax-js",
|
||||
"full_name": "isaacs/sax-js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 519390,
|
||||
"name": "emmet",
|
||||
"full_name": "emmetio/emmet",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 527644,
|
||||
"name": "less.js",
|
||||
"full_name": "less/less.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 534940,
|
||||
"name": "mime",
|
||||
"full_name": "broofa/mime",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 557977,
|
||||
"name": "socket.io-client",
|
||||
"full_name": "socketio/socket.io-client",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 557980,
|
||||
"name": "socket.io",
|
||||
"full_name": "socketio/socket.io",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 560495,
|
||||
"name": "jsdoc",
|
||||
"full_name": "jsdoc/jsdoc",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 573569,
|
||||
"name": "jake",
|
||||
"full_name": "jakejs/jake",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 576201,
|
||||
"name": "three.js",
|
||||
"full_name": "mrdoob/three.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 597879,
|
||||
"name": "mongoose",
|
||||
"full_name": "Automattic/mongoose",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 600637,
|
||||
"name": "stats.js",
|
||||
"full_name": "mrdoob/stats.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 602604,
|
||||
"name": "pegjs",
|
||||
"full_name": "pegjs/pegjs",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 620636,
|
||||
"name": "webfontloader",
|
||||
"full_name": "typekit/webfontloader",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 655209,
|
||||
"name": "formidable",
|
||||
"full_name": "node-formidable/formidable",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 667006,
|
||||
"name": "video.js",
|
||||
"full_name": "videojs/video.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 679662,
|
||||
"name": "node-lru-cache",
|
||||
"full_name": "isaacs/node-lru-cache",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 687836,
|
||||
"name": "connect",
|
||||
"full_name": "senchalabs/connect",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 691146,
|
||||
"name": "tween.js",
|
||||
"full_name": "tweenjs/tween.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 698041,
|
||||
"name": "async",
|
||||
"full_name": "caolan/async",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 712530,
|
||||
"name": "fabric.js",
|
||||
"full_name": "fabricjs/fabric.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 714074,
|
||||
"name": "pouchdb",
|
||||
"full_name": "pouchdb/pouchdb",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 715168,
|
||||
"name": "colors.js",
|
||||
"full_name": "Marak/colors.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 734934,
|
||||
"name": "pug",
|
||||
"full_name": "pugjs/pug",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 734957,
|
||||
"name": "node-cron",
|
||||
"full_name": "kelektiv/node-cron",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 743723,
|
||||
"name": "store.js",
|
||||
"full_name": "marcuswestin/store.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 747698,
|
||||
"name": "sinon",
|
||||
"full_name": "sinonjs/sinon",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 757363,
|
||||
"name": "knockout",
|
||||
"full_name": "knockout/knockout",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 779570,
|
||||
"name": "forge",
|
||||
"full_name": "digitalbazaar/forge",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 790359,
|
||||
"name": "sequelize",
|
||||
"full_name": "sequelize/sequelize",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 795421,
|
||||
"name": "node-http-proxy",
|
||||
"full_name": "http-party/node-http-proxy",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 800115,
|
||||
"name": "underscore.string",
|
||||
"full_name": "esamattis/underscore.string",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 805461,
|
||||
"name": "mysql",
|
||||
"full_name": "mysqljs/mysql",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 809601,
|
||||
"name": "handlebars.js",
|
||||
"full_name": "handlebars-lang/handlebars.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 887025,
|
||||
"name": "q",
|
||||
"full_name": "kriskowal/q",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 893522,
|
||||
"name": "node-serialport",
|
||||
"full_name": "serialport/node-serialport",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 908893,
|
||||
"name": "node-redis",
|
||||
"full_name": "redis/node-redis",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 914603,
|
||||
"name": "es5-shim",
|
||||
"full_name": "es-shims/es5-shim",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 926231,
|
||||
"name": "Inputmask",
|
||||
"full_name": "RobinHerbots/Inputmask",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 931039,
|
||||
"name": "browserify",
|
||||
"full_name": "browserify/browserify",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 931135,
|
||||
"name": "Leaflet",
|
||||
"full_name": "Leaflet/Leaflet",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 942903,
|
||||
"name": "forever",
|
||||
"full_name": "foreversd/forever",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 943149,
|
||||
"name": "d3",
|
||||
"full_name": "d3/d3",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 947175,
|
||||
"name": "json-schema",
|
||||
"full_name": "kriszyp/json-schema",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 952189,
|
||||
"name": "backbone",
|
||||
"full_name": "jashkenas/backbone",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 958314,
|
||||
"name": "nodemon",
|
||||
"full_name": "remy/nodemon",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 965782,
|
||||
"name": "validator.js",
|
||||
"full_name": "validatorjs/validator.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 991475,
|
||||
"name": "node-postgres",
|
||||
"full_name": "brianc/node-postgres",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 996158,
|
||||
"name": "watch",
|
||||
"full_name": "mikeal/watch",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1025209,
|
||||
"name": "CSSOM",
|
||||
"full_name": "NV/CSSOM",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1130565,
|
||||
"name": "node-config",
|
||||
"full_name": "node-config/node-config",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1186030,
|
||||
"name": "node-qrcode",
|
||||
"full_name": "soldair/node-qrcode",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1203139,
|
||||
"name": "uuid",
|
||||
"full_name": "uuidjs/uuid",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1204214,
|
||||
"name": "stylus",
|
||||
"full_name": "stylus/stylus",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1206546,
|
||||
"name": "winston",
|
||||
"full_name": "winstonjs/winston",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1213225,
|
||||
"name": "highlight.js",
|
||||
"full_name": "highlightjs/highlight.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1218383,
|
||||
"name": "cli-table",
|
||||
"full_name": "Automattic/cli-table",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1254497,
|
||||
"name": "codemirror5",
|
||||
"full_name": "codemirror/codemirror5",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1272424,
|
||||
"name": "nodemailer",
|
||||
"full_name": "nodemailer/nodemailer",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1272666,
|
||||
"name": "jshint",
|
||||
"full_name": "jshint/jshint",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1283503,
|
||||
"name": "request",
|
||||
"full_name": "request/request",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1295612,
|
||||
"name": "flot",
|
||||
"full_name": "flot/flot",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1341324,
|
||||
"name": "rimraf",
|
||||
"full_name": "isaacs/rimraf",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1357199,
|
||||
"name": "node-semver",
|
||||
"full_name": "npm/node-semver",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1369824,
|
||||
"name": "csso",
|
||||
"full_name": "css/csso",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1419138,
|
||||
"name": "clean-css",
|
||||
"full_name": "clean-css/clean-css",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1424470,
|
||||
"name": "moment",
|
||||
"full_name": "moment/moment",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1451352,
|
||||
"name": "mocha",
|
||||
"full_name": "mochajs/mocha",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1474943,
|
||||
"name": "node-dateformat",
|
||||
"full_name": "felixge/node-dateformat",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1534331,
|
||||
"name": "node-tar",
|
||||
"full_name": "npm/node-tar",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1542219,
|
||||
"name": "jsdiff",
|
||||
"full_name": "kpdecker/jsdiff",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1544436,
|
||||
"name": "nopt",
|
||||
"full_name": "npm/nopt",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1545869,
|
||||
"name": "when",
|
||||
"full_name": "cujojs/when",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1569980,
|
||||
"name": "MQTT.js",
|
||||
"full_name": "mqttjs/MQTT.js",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1580001,
|
||||
"name": "inherits",
|
||||
"full_name": "isaacs/inherits",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1580851,
|
||||
"name": "PhotoSwipe",
|
||||
"full_name": "dimsemenov/PhotoSwipe",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1588997,
|
||||
"name": "node-spdy",
|
||||
"full_name": "spdy-http2/node-spdy",
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"id": 1590986,
|
||||
"name": "WebSocket-Node",
|
||||
"full_name": "theturtle32/WebSocket-Node",
|
||||
"private": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"not_found_repo_nwos": {
|
||||
"repository_count": 110,
|
||||
"repository_full_names": [
|
||||
"evanw/node-source-map-support",
|
||||
"angular-ui/ui-router",
|
||||
"webpack/tapable",
|
||||
"pixijs/pixijs",
|
||||
"chjj/blessed",
|
||||
"goldfire/howler.js",
|
||||
"expressjs/cors",
|
||||
"karma-runner/karma-jasmine",
|
||||
"vega/vega",
|
||||
"mdevils/html-entities",
|
||||
"josdejong/mathjs",
|
||||
"jshttp/methods",
|
||||
"moll/json-stringify-safe",
|
||||
"twitter/typeahead.js",
|
||||
"webpack/node-libs-browser",
|
||||
"processing/p5.js",
|
||||
"protobufjs/protobuf.js",
|
||||
"googleapis/google-api-nodejs-client",
|
||||
"mapbox/mapbox-gl-js",
|
||||
"usablica/intro.js",
|
||||
"jimhigson/oboe.js",
|
||||
"postcss/autoprefixer",
|
||||
"chartjs/Chart.js",
|
||||
"pimterry/loglevel",
|
||||
"google/traceur-compiler",
|
||||
"plurals/pluralize",
|
||||
"alexei/sprintf.js",
|
||||
"ecomfe/zrender",
|
||||
"apache/echarts",
|
||||
"npm/normalize-package-data",
|
||||
"brix/crypto-js",
|
||||
"Semantic-Org/Semantic-UI",
|
||||
"strongloop/loopback",
|
||||
"photonstorm/phaser",
|
||||
"blakeembrey/change-case",
|
||||
"sidorares/node-mysql2",
|
||||
"hiddentao/fast-levenshtein",
|
||||
"uncss/uncss",
|
||||
"pure-css/pure",
|
||||
"benjamn/ast-types",
|
||||
"nuysoft/Mock",
|
||||
"summernote/summernote",
|
||||
"dcodeIO/bcrypt.js",
|
||||
"louischatriot/nedb",
|
||||
"TryGhost/Ghost",
|
||||
"pieroxy/lz-string",
|
||||
"systemjs/systemjs",
|
||||
"SBoudrias/Inquirer.js",
|
||||
"bripkens/connect-history-api-fallback",
|
||||
"algolia/algoliasearch-client-javascript",
|
||||
"mathiasbynens/regenerate",
|
||||
"Unitech/pm2",
|
||||
"facebook/react",
|
||||
"mattboldt/typed.js",
|
||||
"mscdex/busboy",
|
||||
"Grsmto/simplebar",
|
||||
"mathiasbynens/jsesc",
|
||||
"tj/co",
|
||||
"chancejs/chancejs",
|
||||
"ramda/ramda",
|
||||
"elastic/elasticsearch-js",
|
||||
"mathiasbynens/he",
|
||||
"BabylonJS/Babylon.js",
|
||||
"eslint/eslint",
|
||||
"auth0/node-jsonwebtoken",
|
||||
"image-size/image-size",
|
||||
"gulpjs/gulp",
|
||||
"KaTeX/KaTeX",
|
||||
"motdotla/dotenv",
|
||||
"TooTallNate/node-https-proxy-agent",
|
||||
"kriskowal/asap",
|
||||
"estools/esquery",
|
||||
"micromatch/anymatch",
|
||||
"zloirock/core-js",
|
||||
"sindresorhus/slash",
|
||||
"koajs/koa",
|
||||
"techfort/LokiJS",
|
||||
"vuejs/vue",
|
||||
"chalk/ansi-styles",
|
||||
"rvagg/through2",
|
||||
"chalk/supports-color",
|
||||
"chalk/chalk",
|
||||
"mafintosh/pump",
|
||||
"adobe-webplatform/Snap.svg",
|
||||
"lovell/sharp",
|
||||
"rstacruz/nprogress",
|
||||
"ionic-team/ionic-framework",
|
||||
"dlmanning/gulp-sass",
|
||||
"node-red/node-red",
|
||||
"petkaantonov/bluebird",
|
||||
"stream-utils/raw-body",
|
||||
"alvarotrigo/fullPage.js",
|
||||
"janpaepke/ScrollMagic",
|
||||
"postcss/postcss",
|
||||
"primus/eventemitter3",
|
||||
"Turfjs/turf",
|
||||
"request/request-promise",
|
||||
"facebook/regenerator",
|
||||
"mholt/PapaParse",
|
||||
"ionic-team/ionicons"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepo",
|
||||
"repositoryId": 478996
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"repository": {
|
||||
"id": 478996,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnk0Nzg5OTY=",
|
||||
"name": "jquery-ui",
|
||||
"full_name": "jquery/jquery-ui",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "jquery",
|
||||
"id": 70142,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMTQy",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/70142?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/jquery",
|
||||
"html_url": "https://github.com/jquery",
|
||||
"followers_url": "https://api.github.com/users/jquery/followers",
|
||||
"following_url": "https://api.github.com/users/jquery/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/jquery/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/jquery/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/jquery/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/jquery/orgs",
|
||||
"repos_url": "https://api.github.com/users/jquery/repos",
|
||||
"events_url": "https://api.github.com/users/jquery/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/jquery/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/jquery/jquery-ui",
|
||||
"description": "The official jQuery user interface library.",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/jquery/jquery-ui",
|
||||
"forks_url": "https://api.github.com/repos/jquery/jquery-ui/forks",
|
||||
"keys_url": "https://api.github.com/repos/jquery/jquery-ui/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/jquery/jquery-ui/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/jquery/jquery-ui/teams",
|
||||
"hooks_url": "https://api.github.com/repos/jquery/jquery-ui/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/jquery/jquery-ui/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/jquery/jquery-ui/events",
|
||||
"assignees_url": "https://api.github.com/repos/jquery/jquery-ui/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/jquery/jquery-ui/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/jquery/jquery-ui/tags",
|
||||
"blobs_url": "https://api.github.com/repos/jquery/jquery-ui/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/jquery/jquery-ui/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/jquery/jquery-ui/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/jquery/jquery-ui/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/jquery/jquery-ui/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/jquery/jquery-ui/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/jquery/jquery-ui/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/jquery/jquery-ui/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/jquery/jquery-ui/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/jquery/jquery-ui/subscription",
|
||||
"commits_url": "https://api.github.com/repos/jquery/jquery-ui/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/jquery/jquery-ui/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/jquery/jquery-ui/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/jquery/jquery-ui/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/jquery/jquery-ui/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/jquery/jquery-ui/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/jquery/jquery-ui/merges",
|
||||
"archive_url": "https://api.github.com/repos/jquery/jquery-ui/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/jquery/jquery-ui/downloads",
|
||||
"issues_url": "https://api.github.com/repos/jquery/jquery-ui/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/jquery/jquery-ui/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/jquery/jquery-ui/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/jquery/jquery-ui/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/jquery/jquery-ui/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/jquery/jquery-ui/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/jquery/jquery-ui/deployments"
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 11914,
|
||||
"result_count": 1,
|
||||
"database_commit_sha": "62f2ccc5678a8b09df85afd006eb623ac38af189",
|
||||
"source_location_prefix": "/home/runner/work/bulk-builder/bulk-builder",
|
||||
"artifact_url": "https://objects-origin.githubusercontent.com/codeql-query-console/codeql-variant-analysis-repo-tasks/151/478996/5a59f15d-2d55-47d5-b0ba-10e82cb2b37a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T075535Z&X-Amz-Expires=300&X-Amz-Signature=804571915e8ead1ad35315af86964cfdcc2bdee00ef0284094620605af537019&X-Amz-SignedHeaders=host&actor_id=311693&key_id=0&repo_id=557804416"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepoResult",
|
||||
"repositoryId": 478996
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": "file:37-getVariantAnalysisRepoResult.body.zip",
|
||||
"contentType": "application/zip"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepo",
|
||||
"repositoryId": 2950981
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"repository": {
|
||||
"id": 2950981,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkyOTUwOTgx",
|
||||
"name": "azure-sdk-for-node",
|
||||
"full_name": "Azure/azure-sdk-for-node",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "Azure",
|
||||
"id": 6844498,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NDQ0OTg=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/6844498?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/Azure",
|
||||
"html_url": "https://github.com/Azure",
|
||||
"followers_url": "https://api.github.com/users/Azure/followers",
|
||||
"following_url": "https://api.github.com/users/Azure/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/Azure/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/Azure/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/Azure/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/Azure/orgs",
|
||||
"repos_url": "https://api.github.com/users/Azure/repos",
|
||||
"events_url": "https://api.github.com/users/Azure/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/Azure/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/Azure/azure-sdk-for-node",
|
||||
"description": "Azure SDK for Node.js - Documentation",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/Azure/azure-sdk-for-node",
|
||||
"forks_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/forks",
|
||||
"keys_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/teams",
|
||||
"hooks_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/events",
|
||||
"assignees_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/tags",
|
||||
"blobs_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/subscription",
|
||||
"commits_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/merges",
|
||||
"archive_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/downloads",
|
||||
"issues_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/Azure/azure-sdk-for-node/deployments"
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 13977,
|
||||
"result_count": 1,
|
||||
"database_commit_sha": "f20f4a702e111a2798d48561ade45c39fdf31225",
|
||||
"source_location_prefix": "/home/runner/work/bulk-builder/bulk-builder",
|
||||
"artifact_url": "https://objects-origin.githubusercontent.com/codeql-query-console/codeql-variant-analysis-repo-tasks/151/2950981/08e27209-4004-48de-8d59-a35c8142f0f9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T080529Z&X-Amz-Expires=300&X-Amz-Signature=b792d8481436aa5194a6556408311781e3fa8171ff0f903ccbdc865332d333e8&X-Amz-SignedHeaders=host&actor_id=311693&key_id=0&repo_id=557804416"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepoResult",
|
||||
"repositoryId": 2950981
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": "file:46-getVariantAnalysisRepoResult.body.zip",
|
||||
"contentType": "application/zip"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepo",
|
||||
"repositoryId": 17335035
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"repository": {
|
||||
"id": 17335035,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkxNzMzNTAzNQ==",
|
||||
"name": "bootstrap-fileinput",
|
||||
"full_name": "kartik-v/bootstrap-fileinput",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "kartik-v",
|
||||
"id": 3592619,
|
||||
"node_id": "MDQ6VXNlcjM1OTI2MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/3592619?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/kartik-v",
|
||||
"html_url": "https://github.com/kartik-v",
|
||||
"followers_url": "https://api.github.com/users/kartik-v/followers",
|
||||
"following_url": "https://api.github.com/users/kartik-v/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/kartik-v/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/kartik-v/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/kartik-v/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/kartik-v/orgs",
|
||||
"repos_url": "https://api.github.com/users/kartik-v/repos",
|
||||
"events_url": "https://api.github.com/users/kartik-v/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/kartik-v/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/kartik-v/bootstrap-fileinput",
|
||||
"description": "An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput",
|
||||
"forks_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/forks",
|
||||
"keys_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/teams",
|
||||
"hooks_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/events",
|
||||
"assignees_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/tags",
|
||||
"blobs_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/subscription",
|
||||
"commits_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/merges",
|
||||
"archive_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/downloads",
|
||||
"issues_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/deployments"
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 36673,
|
||||
"result_count": 1,
|
||||
"database_commit_sha": "8af6df403f4c37a6e497361eb9c3caafb8ec4d82",
|
||||
"source_location_prefix": "/home/runner/work/bulk-builder/bulk-builder",
|
||||
"artifact_url": "https://objects-origin.githubusercontent.com/codeql-query-console/codeql-variant-analysis-repo-tasks/151/17335035/06769b4f-0218-4306-9f37-2f5374bb7980?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T074803Z&X-Amz-Expires=300&X-Amz-Signature=1a1c13b9c37d9722fa62246f7e2941cc7ae12735eea6979a14209caa38ad1ee2&X-Amz-SignedHeaders=host&actor_id=311693&key_id=0&repo_id=557804416"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getRepo"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments",
|
||||
"created_at": "2022-10-26T10:37:59Z",
|
||||
"updated_at": "2022-10-26T10:37:59Z",
|
||||
"pushed_at": "2022-10-26T10:38:02Z",
|
||||
"git_url": "git://github.com/github/mrva-demo-controller-repo.git",
|
||||
"ssh_url": "git@github.com:github/mrva-demo-controller-repo.git",
|
||||
"clone_url": "https://github.com/github/mrva-demo-controller-repo.git",
|
||||
"svn_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"homepage": null,
|
||||
"size": 0,
|
||||
"stargazers_count": 0,
|
||||
"watchers_count": 0,
|
||||
"language": null,
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_downloads": true,
|
||||
"has_wiki": true,
|
||||
"has_pages": false,
|
||||
"forks_count": 0,
|
||||
"mirror_url": null,
|
||||
"archived": false,
|
||||
"disabled": false,
|
||||
"open_issues_count": 0,
|
||||
"license": null,
|
||||
"allow_forking": false,
|
||||
"is_template": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"topics": [],
|
||||
"visibility": "private",
|
||||
"forks": 0,
|
||||
"open_issues": 0,
|
||||
"watchers": 0,
|
||||
"default_branch": "main",
|
||||
"permissions": {
|
||||
"admin": true,
|
||||
"maintain": true,
|
||||
"push": true,
|
||||
"triage": true,
|
||||
"pull": true
|
||||
},
|
||||
"temp_clone_token": "AACMDDI33PDNBWD4ICUWGILDLJZ76",
|
||||
"allow_squash_merge": true,
|
||||
"allow_merge_commit": true,
|
||||
"allow_rebase_merge": true,
|
||||
"allow_auto_merge": false,
|
||||
"delete_branch_on_merge": false,
|
||||
"allow_update_branch": false,
|
||||
"use_squash_pr_title_as_default": false,
|
||||
"squash_merge_commit_message": "COMMIT_MESSAGES",
|
||||
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
|
||||
"merge_commit_message": "PR_TITLE",
|
||||
"merge_commit_title": "MERGE_MESSAGE",
|
||||
"organization": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"security_and_analysis": {
|
||||
"advanced_security": {
|
||||
"status": "enabled"
|
||||
},
|
||||
"secret_scanning": {
|
||||
"status": "enabled"
|
||||
},
|
||||
"secret_scanning_push_protection": {
|
||||
"status": "enabled"
|
||||
}
|
||||
},
|
||||
"network_count": 0,
|
||||
"subscribers_count": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "submitVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 201,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120027Z&X-Amz-Expires=3600&X-Amz-Signature=af8ca3b6568695c9725053d36c972cb1c698daf9c98d923e2326c79c2e2366f5&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:27Z",
|
||||
"status": "in_progress",
|
||||
"skipped_repositories": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepo",
|
||||
"repositoryId": 23418517
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkyMzQxODUxNw==",
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "apache",
|
||||
"id": 47359,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/apache",
|
||||
"html_url": "https://github.com/apache",
|
||||
"followers_url": "https://api.github.com/users/apache/followers",
|
||||
"following_url": "https://api.github.com/users/apache/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/apache/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/apache/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/apache/orgs",
|
||||
"repos_url": "https://api.github.com/users/apache/repos",
|
||||
"events_url": "https://api.github.com/users/apache/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/apache/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/apache/hadoop",
|
||||
"description": "Apache Hadoop",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/apache/hadoop",
|
||||
"forks_url": "https://api.github.com/repos/apache/hadoop/forks",
|
||||
"keys_url": "https://api.github.com/repos/apache/hadoop/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/apache/hadoop/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/apache/hadoop/teams",
|
||||
"hooks_url": "https://api.github.com/repos/apache/hadoop/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/apache/hadoop/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/apache/hadoop/events",
|
||||
"assignees_url": "https://api.github.com/repos/apache/hadoop/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/apache/hadoop/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/apache/hadoop/tags",
|
||||
"blobs_url": "https://api.github.com/repos/apache/hadoop/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/apache/hadoop/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/apache/hadoop/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/apache/hadoop/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/apache/hadoop/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/apache/hadoop/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/apache/hadoop/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/apache/hadoop/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/apache/hadoop/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/apache/hadoop/subscription",
|
||||
"commits_url": "https://api.github.com/repos/apache/hadoop/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/apache/hadoop/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/apache/hadoop/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/apache/hadoop/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/apache/hadoop/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/apache/hadoop/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/apache/hadoop/merges",
|
||||
"archive_url": "https://api.github.com/repos/apache/hadoop/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/apache/hadoop/downloads",
|
||||
"issues_url": "https://api.github.com/repos/apache/hadoop/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/apache/hadoop/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/apache/hadoop/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/apache/hadoop/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/apache/hadoop/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/apache/hadoop/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/apache/hadoop/deployments"
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 66895,
|
||||
"result_count": 3,
|
||||
"database_commit_sha": "aac87ffe76451c2fd535350b7aefb384e2be6241",
|
||||
"source_location_prefix": "/home/runner/work/bulk-builder/bulk-builder",
|
||||
"artifact_url": "https://objects-origin.githubusercontent.com/codeql-query-console/codeql-variant-analysis-repo-tasks/155/23418517/d997a42f-9b44-4442-af90-36000938356f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120250Z&X-Amz-Expires=300&X-Amz-Signature=d31d9994cfe6b1d74ecadd6df4ffe652617de4c0952dbb3f64c15ea52e02e3fd&X-Amz-SignedHeaders=host&actor_id=311693&key_id=0&repo_id=557804416"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysisRepoResult",
|
||||
"repositoryId": 23418517
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": "file:11-getVariantAnalysisRepoResult.body.zip",
|
||||
"contentType": "application/zip"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120255Z&X-Amz-Expires=3600&X-Amz-Signature=e33f798995954f03998ff5496056ad19d53e95e66e3ef3ce13e4af467626d933&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 66895,
|
||||
"result_count": 3
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120354Z&X-Amz-Expires=3600&X-Amz-Signature=46ecd2b9e5fe47ed71dc981d6b1b091dbce727672c16b2ba3ed2ce17950406b3&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 66895,
|
||||
"result_count": 3
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120400Z&X-Amz-Expires=3600&X-Amz-Signature=82be4605ffe607c0845d7cf36dbf2af7ffb824327d080991533dbc5cc8c53faa&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 66895,
|
||||
"result_count": 3
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "failed",
|
||||
"failure_message": "The GitHub Actions workflow failed or was cancelled."
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,142 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120405Z&X-Amz-Expires=3600&X-Amz-Signature=d24386120eb42d852b2fd5275fbc548bd93eab66a41578485b52c2dbf219aa9c&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "completed",
|
||||
"completed_at": "2022-10-27T12:04:03Z",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 66895,
|
||||
"result_count": 3
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "failed",
|
||||
"failure_message": "There was a problem when running the query."
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120033Z&X-Amz-Expires=3600&X-Amz-Signature=6ccb3e4a41667c3672debd55d1e9f056dde3c9bdda1bca2c194cc6daccef4440&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120054Z&X-Amz-Expires=3600&X-Amz-Signature=8ee8a4e0c30214ddd05e76917552c849718d970cf4e7f49db69336911a33fc7f&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "pending"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120100Z&X-Amz-Expires=3600&X-Amz-Signature=d188e7d8059a6a1b12ac82a7d2232ded89644866cc30f016d98410826272a581&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120105Z&X-Amz-Expires=3600&X-Amz-Signature=60a003ef46673c65134ae19950cc92a3b1518df97435b9d4aa3f287a64f1abb8&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120144Z&X-Amz-Expires=3600&X-Amz-Signature=97225026e4eaa2fd6bf1954315a6be8278b284f6f501074e66dfceeb7b4f4474&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120239Z&X-Amz-Expires=3600&X-Amz-Signature=b8c886ae812947d1e02cdf50c9fac9b388bfdeabb0e97774f2c4e3cdc4d5bd61&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120244Z&X-Amz-Expires=3600&X-Amz-Signature=c310fb55d5098fe34f453605fa01788f45536af818b73d167ad7d88441a9c471&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"request": {
|
||||
"kind": "getVariantAnalysis"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"body": {
|
||||
"id": 155,
|
||||
"controller_repo": {
|
||||
"id": 557804416,
|
||||
"node_id": "R_kgDOIT9rgA",
|
||||
"name": "mrva-demo-controller-repo",
|
||||
"full_name": "github/mrva-demo-controller-repo",
|
||||
"private": true,
|
||||
"owner": {
|
||||
"login": "github",
|
||||
"id": 9919,
|
||||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/github",
|
||||
"html_url": "https://github.com/github",
|
||||
"followers_url": "https://api.github.com/users/github/followers",
|
||||
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/github/orgs",
|
||||
"repos_url": "https://api.github.com/users/github/repos",
|
||||
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/github/received_events",
|
||||
"type": "Organization",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/github/mrva-demo-controller-repo",
|
||||
"description": null,
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/github/mrva-demo-controller-repo",
|
||||
"forks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/forks",
|
||||
"keys_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/events",
|
||||
"assignees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/merges",
|
||||
"archive_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/github/mrva-demo-controller-repo/deployments"
|
||||
},
|
||||
"actor": {
|
||||
"login": "charisk",
|
||||
"id": 311693,
|
||||
"node_id": "MDQ6VXNlcjMxMTY5Mw==",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/311693?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/charisk",
|
||||
"html_url": "https://github.com/charisk",
|
||||
"followers_url": "https://api.github.com/users/charisk/followers",
|
||||
"following_url": "https://api.github.com/users/charisk/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/charisk/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/charisk/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/charisk/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/charisk/orgs",
|
||||
"repos_url": "https://api.github.com/users/charisk/repos",
|
||||
"events_url": "https://api.github.com/users/charisk/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/charisk/received_events",
|
||||
"type": "User",
|
||||
"site_admin": true
|
||||
},
|
||||
"query_language": "javascript",
|
||||
"query_pack_url": "https://objects-origin.githubusercontent.com/codeql-query-console/variant_analyses/155/query_pack?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=queryconsoleprod%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T120250Z&X-Amz-Expires=3600&X-Amz-Signature=609bbdcd9d73bbf321a65f468fa44ddf0475521cc01d6b6157c1313481822b4b&X-Amz-SignedHeaders=host",
|
||||
"created_at": "2022-10-27T12:00:27Z",
|
||||
"updated_at": "2022-10-27T12:00:30Z",
|
||||
"actions_workflow_run_id": 3337181325,
|
||||
"status": "in_progress",
|
||||
"scanned_repositories": [
|
||||
{
|
||||
"repository": {
|
||||
"id": 23418517,
|
||||
"name": "hadoop",
|
||||
"full_name": "apache/hadoop",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "succeeded",
|
||||
"artifact_size_in_bytes": 66895,
|
||||
"result_count": 3
|
||||
},
|
||||
{
|
||||
"repository": {
|
||||
"id": 105590837,
|
||||
"name": "amplify-js",
|
||||
"full_name": "aws-amplify/amplify-js",
|
||||
"private": false
|
||||
},
|
||||
"analysis_status": "in_progress"
|
||||
}
|
||||
],
|
||||
"skipped_repositories": {
|
||||
"access_mismatch_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"no_codeql_db_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
},
|
||||
"over_limit_repos": {
|
||||
"repository_count": 0,
|
||||
"repositories": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user