forked from Be-Secure/BeSLighthouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoss_projects_tracked.json
More file actions
3146 lines (3146 loc) · 171 KB
/
oss_projects_tracked.json
File metadata and controls
3146 lines (3146 loc) · 171 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": 172482849,
"node_id": "MDEwOlJlcG9zaXRvcnkxNzI0ODI4NDk=",
"name": "Be-Secure",
"full_name": "Be-Secure/Be-Secure",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/Be-Secure",
"description": "Be-Secure is an umbrella project of open source security projects, tools, sandbox environments to perform security assessments and secure open source technology stacks.",
"fork": false,
"url": "https://api.github.com/repos/Be-Secure/Be-Secure",
"forks_url": "https://api.github.com/repos/Be-Secure/Be-Secure/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/Be-Secure/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/Be-Secure/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/Be-Secure/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/Be-Secure/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/Be-Secure/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/Be-Secure/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/Be-Secure/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/Be-Secure/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/Be-Secure/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/Be-Secure/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/Be-Secure/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/Be-Secure/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/Be-Secure/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/Be-Secure/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/Be-Secure/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/Be-Secure/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/Be-Secure/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/Be-Secure/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/Be-Secure/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/Be-Secure/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/Be-Secure/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/Be-Secure/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/Be-Secure/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/Be-Secure/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/Be-Secure/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/Be-Secure/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/Be-Secure/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/Be-Secure/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/Be-Secure/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/Be-Secure/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/Be-Secure/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/Be-Secure/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/Be-Secure/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/Be-Secure/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/Be-Secure/deployments",
"created_at": "2019-02-25T10:15:41Z",
"updated_at": "2021-08-25T13:41:58Z",
"pushed_at": "2021-08-26T03:19:29Z",
"git_url": "git://github.com/Be-Secure/Be-Secure.git",
"ssh_url": "git@github.com:Be-Secure/Be-Secure.git",
"clone_url": "https://github.com/Be-Secure/Be-Secure.git",
"svn_url": "https://github.com/Be-Secure/Be-Secure",
"homepage": "",
"size": 16548,
"stargazers_count": 4,
"watchers_count": 4,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": true,
"forks_count": 3,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 4,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 3,
"open_issues": 4,
"watchers": 4,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 278282453,
"node_id": "MDEwOlJlcG9zaXRvcnkyNzgyODI0NTM=",
"name": "beef",
"full_name": "Be-Secure/beef",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/beef",
"description": "The Browser Exploitation Framework Project",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/beef",
"forks_url": "https://api.github.com/repos/Be-Secure/beef/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/beef/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/beef/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/beef/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/beef/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/beef/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/beef/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/beef/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/beef/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/beef/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/beef/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/beef/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/beef/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/beef/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/beef/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/beef/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/beef/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/beef/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/beef/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/beef/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/beef/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/beef/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/beef/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/beef/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/beef/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/beef/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/beef/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/beef/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/beef/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/beef/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/beef/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/beef/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/beef/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/beef/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/beef/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/beef/deployments",
"created_at": "2020-07-09T06:31:53Z",
"updated_at": "2020-07-09T06:31:55Z",
"pushed_at": "2020-07-09T00:45:54Z",
"git_url": "git://github.com/Be-Secure/beef.git",
"ssh_url": "git@github.com:Be-Secure/beef.git",
"clone_url": "https://github.com/Be-Secure/beef.git",
"svn_url": "https://github.com/Be-Secure/beef",
"homepage": "https://beefproject.com",
"size": 20823,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"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,
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 278282827,
"node_id": "MDEwOlJlcG9zaXRvcnkyNzgyODI4Mjc=",
"name": "zaproxy",
"full_name": "Be-Secure/zaproxy",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/zaproxy",
"description": "The OWASP ZAP core project",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/zaproxy",
"forks_url": "https://api.github.com/repos/Be-Secure/zaproxy/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/zaproxy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/zaproxy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/zaproxy/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/zaproxy/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/zaproxy/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/zaproxy/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/zaproxy/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/zaproxy/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/zaproxy/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/zaproxy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/zaproxy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/zaproxy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/zaproxy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/zaproxy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/zaproxy/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/zaproxy/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/zaproxy/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/zaproxy/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/zaproxy/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/zaproxy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/zaproxy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/zaproxy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/zaproxy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/zaproxy/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/zaproxy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/zaproxy/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/zaproxy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/zaproxy/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/zaproxy/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/zaproxy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/zaproxy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/zaproxy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/zaproxy/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/zaproxy/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/zaproxy/deployments",
"created_at": "2020-07-09T06:33:45Z",
"updated_at": "2020-07-09T06:33:47Z",
"pushed_at": "2020-07-08T15:24:18Z",
"git_url": "git://github.com/Be-Secure/zaproxy.git",
"ssh_url": "git@github.com:Be-Secure/zaproxy.git",
"clone_url": "https://github.com/Be-Secure/zaproxy.git",
"svn_url": "https://github.com/Be-Secure/zaproxy",
"homepage": "https://www.zaproxy.org",
"size": 183650,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"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": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "develop",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 286279035,
"node_id": "MDEwOlJlcG9zaXRvcnkyODYyNzkwMzU=",
"name": "BeSman",
"full_name": "Be-Secure/BeSman",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/BeSman",
"description": "BeSecure Manager Community Edition",
"fork": false,
"url": "https://api.github.com/repos/Be-Secure/BeSman",
"forks_url": "https://api.github.com/repos/Be-Secure/BeSman/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/BeSman/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/BeSman/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/BeSman/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/BeSman/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/BeSman/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/BeSman/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/BeSman/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/BeSman/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/BeSman/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/BeSman/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/BeSman/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/BeSman/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/BeSman/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/BeSman/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/BeSman/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/BeSman/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/BeSman/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/BeSman/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/BeSman/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/BeSman/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/BeSman/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/BeSman/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/BeSman/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/BeSman/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/BeSman/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/BeSman/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/BeSman/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/BeSman/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/BeSman/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/BeSman/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/BeSman/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/BeSman/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/BeSman/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/BeSman/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/BeSman/deployments",
"created_at": "2020-08-09T16:55:36Z",
"updated_at": "2021-07-30T05:07:45Z",
"pushed_at": "2021-08-14T08:05:00Z",
"git_url": "git://github.com/Be-Secure/BeSman.git",
"ssh_url": "git@github.com:Be-Secure/BeSman.git",
"clone_url": "https://github.com/Be-Secure/BeSman.git",
"svn_url": "https://github.com/Be-Secure/BeSman",
"homepage": null,
"size": 3877,
"stargazers_count": 2,
"watchers_count": 2,
"language": "Shell",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 8,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 4,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 8,
"open_issues": 4,
"watchers": 2,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 301972280,
"node_id": "MDEwOlJlcG9zaXRvcnkzMDE5NzIyODA=",
"name": "cs-suite",
"full_name": "Be-Secure/cs-suite",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/cs-suite",
"description": "Cloud Security Suite - One stop tool for auditing the security posture of AWS/GCP/Azure infrastructure.",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/cs-suite",
"forks_url": "https://api.github.com/repos/Be-Secure/cs-suite/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/cs-suite/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/cs-suite/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/cs-suite/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/cs-suite/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/cs-suite/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/cs-suite/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/cs-suite/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/cs-suite/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/cs-suite/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/cs-suite/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/cs-suite/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/cs-suite/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/cs-suite/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/cs-suite/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/cs-suite/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/cs-suite/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/cs-suite/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/cs-suite/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/cs-suite/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/cs-suite/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/cs-suite/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/cs-suite/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/cs-suite/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/cs-suite/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/cs-suite/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/cs-suite/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/cs-suite/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/cs-suite/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/cs-suite/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/cs-suite/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/cs-suite/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/cs-suite/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/cs-suite/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/cs-suite/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/cs-suite/deployments",
"created_at": "2020-10-07T08:26:44Z",
"updated_at": "2020-10-07T08:26:46Z",
"pushed_at": "2021-07-28T04:48:29Z",
"git_url": "git://github.com/Be-Secure/cs-suite.git",
"ssh_url": "git@github.com:Be-Secure/cs-suite.git",
"clone_url": "https://github.com/Be-Secure/cs-suite.git",
"svn_url": "https://github.com/Be-Secure/cs-suite",
"homepage": "",
"size": 3401,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"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": 1,
"license": {
"key": "gpl-3.0",
"name": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"node_id": "MDc6TGljZW5zZTk="
},
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 306240483,
"node_id": "MDEwOlJlcG9zaXRvcnkzMDYyNDA0ODM=",
"name": "Hygieia",
"full_name": "Be-Secure/Hygieia",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/Hygieia",
"description": "CapitalOne DevOps Dashboard",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/Hygieia",
"forks_url": "https://api.github.com/repos/Be-Secure/Hygieia/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/Hygieia/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/Hygieia/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/Hygieia/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/Hygieia/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/Hygieia/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/Hygieia/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/Hygieia/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/Hygieia/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/Hygieia/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/Hygieia/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/Hygieia/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/Hygieia/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/Hygieia/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/Hygieia/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/Hygieia/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/Hygieia/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/Hygieia/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/Hygieia/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/Hygieia/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/Hygieia/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/Hygieia/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/Hygieia/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/Hygieia/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/Hygieia/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/Hygieia/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/Hygieia/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/Hygieia/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/Hygieia/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/Hygieia/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/Hygieia/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/Hygieia/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/Hygieia/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/Hygieia/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/Hygieia/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/Hygieia/deployments",
"created_at": "2020-10-22T06:14:23Z",
"updated_at": "2020-10-22T06:14:25Z",
"pushed_at": "2021-08-24T22:26:43Z",
"git_url": "git://github.com/Be-Secure/Hygieia.git",
"ssh_url": "git@github.com:Be-Secure/Hygieia.git",
"clone_url": "https://github.com/Be-Secure/Hygieia.git",
"svn_url": "https://github.com/Be-Secure/Hygieia",
"homepage": "http://hygieia.github.io/Hygieia",
"size": 75564,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"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": 18,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 0,
"open_issues": 18,
"watchers": 0,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 306609986,
"node_id": "MDEwOlJlcG9zaXRvcnkzMDY2MDk5ODY=",
"name": "oah-bes-vm",
"full_name": "Be-Secure/oah-bes-vm",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/oah-bes-vm",
"description": "OAH vm for BeS",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/oah-bes-vm",
"forks_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/oah-bes-vm/deployments",
"created_at": "2020-10-23T11:01:04Z",
"updated_at": "2021-08-02T09:27:32Z",
"pushed_at": "2021-08-08T08:22:47Z",
"git_url": "git://github.com/Be-Secure/oah-bes-vm.git",
"ssh_url": "git@github.com:Be-Secure/oah-bes-vm.git",
"clone_url": "https://github.com/Be-Secure/oah-bes-vm.git",
"svn_url": "https://github.com/Be-Secure/oah-bes-vm",
"homepage": null,
"size": 113,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Jinja",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 3,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 1,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 3,
"open_issues": 1,
"watchers": 0,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 314431378,
"node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0MzEzNzg=",
"name": "syft",
"full_name": "Be-Secure/syft",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/syft",
"description": "CLI tool and library for generating a Software Bill of Materials from container images and filesystems",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/syft",
"forks_url": "https://api.github.com/repos/Be-Secure/syft/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/syft/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/syft/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/syft/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/syft/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/syft/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/syft/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/syft/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/syft/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/syft/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/syft/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/syft/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/syft/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/syft/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/syft/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/syft/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/syft/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/syft/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/syft/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/syft/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/syft/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/syft/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/syft/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/syft/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/syft/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/syft/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/syft/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/syft/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/syft/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/syft/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/syft/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/syft/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/syft/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/syft/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/syft/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/syft/deployments",
"created_at": "2020-11-20T03:01:28Z",
"updated_at": "2020-11-20T03:01:29Z",
"pushed_at": "2021-08-05T18:42:07Z",
"git_url": "git://github.com/Be-Secure/syft.git",
"ssh_url": "git@github.com:Be-Secure/syft.git",
"clone_url": "https://github.com/Be-Secure/syft.git",
"svn_url": "https://github.com/Be-Secure/syft",
"homepage": "",
"size": 1571,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"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": 1,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 314431413,
"node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0MzE0MTM=",
"name": "grype",
"full_name": "Be-Secure/grype",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/grype",
"description": "A vulnerability scanner for container images and filesystems",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/grype",
"forks_url": "https://api.github.com/repos/Be-Secure/grype/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/grype/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/grype/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/grype/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/grype/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/grype/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/grype/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/grype/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/grype/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/grype/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/grype/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/grype/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Be-Secure/grype/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Be-Secure/grype/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Be-Secure/grype/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Be-Secure/grype/languages",
"stargazers_url": "https://api.github.com/repos/Be-Secure/grype/stargazers",
"contributors_url": "https://api.github.com/repos/Be-Secure/grype/contributors",
"subscribers_url": "https://api.github.com/repos/Be-Secure/grype/subscribers",
"subscription_url": "https://api.github.com/repos/Be-Secure/grype/subscription",
"commits_url": "https://api.github.com/repos/Be-Secure/grype/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Be-Secure/grype/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Be-Secure/grype/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Be-Secure/grype/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Be-Secure/grype/contents/{+path}",
"compare_url": "https://api.github.com/repos/Be-Secure/grype/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Be-Secure/grype/merges",
"archive_url": "https://api.github.com/repos/Be-Secure/grype/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Be-Secure/grype/downloads",
"issues_url": "https://api.github.com/repos/Be-Secure/grype/issues{/number}",
"pulls_url": "https://api.github.com/repos/Be-Secure/grype/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Be-Secure/grype/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Be-Secure/grype/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Be-Secure/grype/labels{/name}",
"releases_url": "https://api.github.com/repos/Be-Secure/grype/releases{/id}",
"deployments_url": "https://api.github.com/repos/Be-Secure/grype/deployments",
"created_at": "2020-11-20T03:01:38Z",
"updated_at": "2020-11-20T03:01:40Z",
"pushed_at": "2020-11-19T20:06:44Z",
"git_url": "git://github.com/Be-Secure/grype.git",
"ssh_url": "git@github.com:Be-Secure/grype.git",
"clone_url": "https://github.com/Be-Secure/grype.git",
"svn_url": "https://github.com/Be-Secure/grype",
"homepage": "",
"size": 1328,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"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": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
}
},
{
"id": 322170920,
"node_id": "MDEwOlJlcG9zaXRvcnkzMjIxNzA5MjA=",
"name": "scorecard",
"full_name": "Be-Secure/scorecard",
"private": false,
"owner": {
"login": "Be-Secure",
"id": 44028837,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MDI4ODM3",
"avatar_url": "https://avatars.githubusercontent.com/u/44028837?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Be-Secure",
"html_url": "https://github.com/Be-Secure",
"followers_url": "https://api.github.com/users/Be-Secure/followers",
"following_url": "https://api.github.com/users/Be-Secure/following{/other_user}",
"gists_url": "https://api.github.com/users/Be-Secure/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Be-Secure/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Be-Secure/subscriptions",
"organizations_url": "https://api.github.com/users/Be-Secure/orgs",
"repos_url": "https://api.github.com/users/Be-Secure/repos",
"events_url": "https://api.github.com/users/Be-Secure/events{/privacy}",
"received_events_url": "https://api.github.com/users/Be-Secure/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Be-Secure/scorecard",
"description": "OSS Security Scorecards",
"fork": true,
"url": "https://api.github.com/repos/Be-Secure/scorecard",
"forks_url": "https://api.github.com/repos/Be-Secure/scorecard/forks",
"keys_url": "https://api.github.com/repos/Be-Secure/scorecard/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Be-Secure/scorecard/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Be-Secure/scorecard/teams",
"hooks_url": "https://api.github.com/repos/Be-Secure/scorecard/hooks",
"issue_events_url": "https://api.github.com/repos/Be-Secure/scorecard/issues/events{/number}",
"events_url": "https://api.github.com/repos/Be-Secure/scorecard/events",
"assignees_url": "https://api.github.com/repos/Be-Secure/scorecard/assignees{/user}",
"branches_url": "https://api.github.com/repos/Be-Secure/scorecard/branches{/branch}",
"tags_url": "https://api.github.com/repos/Be-Secure/scorecard/tags",
"blobs_url": "https://api.github.com/repos/Be-Secure/scorecard/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Be-Secure/scorecard/git/tags{/sha}",