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