-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
142 lines (142 loc) · 3.4 KB
/
definition.json
File metadata and controls
142 lines (142 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"attributes": {
"archived": {
"description": "Is the repository archived?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"created-at": {
"description": "Date of the repository creation",
"misp-attribute": "datetime",
"ui-priority": 0
},
"description": {
"description": "Repository description",
"misp-attribute": "text",
"ui-priority": 1
},
"disabled": {
"description": "Is the repository disabled?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"fork": {
"description": "Is the repository a forked repository?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"forks-count": {
"description": "Number of forks",
"misp-attribute": "counter",
"ui-priority": 1
},
"full-name": {
"description": "Full name of the repository. [Username/Repository name]",
"misp-attribute": "text",
"ui-priority": 1
},
"has-downloads": {
"description": "Have the repository been downloaded?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"has-wiki": {
"description": "Does the repository have a wiki?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"id": {
"description": "Repository id",
"misp-attribute": "text",
"ui-priority": 1
},
"languages": {
"description": "Languages used in the repository",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"link": {
"description": "Link to the GitHub repository.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"name": {
"description": "name of the repository. [Repository name]",
"misp-attribute": "text",
"ui-priority": 1
},
"open-issues": {
"description": "Number of open issues",
"misp-attribute": "counter",
"ui-priority": 1
},
"private": {
"description": "Is the repository private?",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"True",
"False"
],
"ui-priority": 1
},
"pushed-at": {
"description": "Date of last push",
"misp-attribute": "datetime",
"ui-priority": 0
},
"topics": {
"description": "Topics linked to the repository",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"updated-at": {
"description": "Date of the last update",
"misp-attribute": "datetime",
"ui-priority": 0
},
"username": {
"description": "Owner of the repository. [Username]",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "GitHub repository",
"meta-category": "misc",
"name": "github-repo",
"requiredOneOf": [
"name",
"full-name",
"link"
],
"uuid": "d2e93321-3d0c-4215-88a7-62ccb56fef89",
"version": 2
}