-
Notifications
You must be signed in to change notification settings - Fork 146
/
SOURCE_CODE.txt
808 lines (808 loc) · 25.5 KB
/
SOURCE_CODE.txt
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
https://github.com/endojs/endo/tree/master/packages/ses
https://github.com/Agoric/agoric-sdk/tree/master/packages/ERTP
https://github.com/Agoric/agoric-sdk/tree/master/packages/zoe
https://github.com/Agoric/agoric-sdk/tree/master/packages/run-protocol
https://github.com/endojs
https://github.com/HorizenOfficial/zen
https://github.com/18F/federalist-proxy
https://github.com/18F/federalist
https://github.com/18F/federalist-builder
https://github.com/18F/federalist-docker-build
https://github.com/18F/identity-idp
https://github.com/18F/identity-saml-sinatra
https://github.com/18F/identity-saml-rails
https://github.com/GSA/datagov-deploy
https://github.com/GSA/data.gov
https://github.com/18F/docker-ruby-ubuntu
https://github.com/ruby
https://github.com/rails
https://github.com/rubygems/rubygems
https://github.com/curl/curl
https://github.com/Electron
https://github.com/django
https://github.com/Nginx
https://github.com/openssl/openssl
https://github.com/nodejs/node
https://github.com/apache/airflow
https://github.com/apache/httpd
https://wiki.xenproject.org/wiki/Xen_Project_Repositories
https://git.libssh.org/
https://github.com/spiffe/spiffe
https://github.com/spiffe/spire
https://github.com/rust-lang/rust
https://github.com/trufflesuite/truffle
https://github.com/trufflesuite/ganache
https://github.com/trufflesuite/trufflesuite.com
https://github.com/trufflesuite/ganache-ui
https://github.com/trufflesuite/vscode-ext
https://github.com/trufflesuite/preserves
https://github.com/trufflesuite/drizzle
https://github.com/trufflesuite/drizzle-utils
https://github.com/Zilliqa/scilla
https://github.com/Zilliqa/Zilliqa
https://github.com/Zilliqa/schnorr
https://github.com/Zilliqa/staking-contract/blob/main/contracts/ssnlist.scilla
https://github.com/Zilliqa/staking-contract/blob/main/contracts/proxy.scilla
https://github.com/Zilliqa/staking-contract/blob/main/contracts/gzil.scilla
https://github.com/Zilliqa/staking-contract/blob/main/contracts/multisig_wallet.scilla
https://github.com/Zilliqa/Zilliqa-JavaScript-Library
https://github.com/Zilliqa/gozilliqa-sdk
https://github.com/Zilliqa/dev-explorer
https://github.com/Zilliqa/Devex-apollo
https://github.com/Zilliqa/ceres
https://github.com/Zilliqa/zilliqa-multisig-wallet
https://github.com/Zilliqa/ZRC/blob/master/reference/multisig_wallet.scilla
https://github.com/Zilliqa/ZRC/blob/master/reference/nonfungible-token.scilla
https://github.com/Zilliqa/ZRC/blob/master/reference/FungibleToken.scilla
https://github.com/Switcheo/switcheo-tradehub-zil/blob/main/contracts/LockProxySwitcheo.scilla
https://github.com/Switcheo/switcheo-tradehub-zil/blob/main/contracts/ZilCrossChainManager.scilla
https://github.com/Switcheo/switcheo-tradehub-zil/blob/main/contracts/ZilCrossChainManagerProxy.scilla
https://github.com/Switcheo/switcheo-tradehub-zil/blob/main/contracts/SwitcheoTokenZRC2.scilla
https://github.com/elastic/elasticsearch
https://github.com/elastic/kibana
https://github.com/elastic/logstash
https://github.com/elastic/beats
mewcx.chrome.extension
https://github.com/sifchain/sifnode
https://gitlab.com/upchieve/subway
https://github.com/samuel-lucas6/Kryptor
https://github.com/samuel-lucas6/ChaCha20-BLAKE2b
https://github.com/mcu-tools/mcuboot
https://github.com/fastify
Analytics & Customer Engagement (ACE)
mattermost/mattermost-server
mattermost/mattermost-webapp
mattermost/mattermost-mobile
mattermost/mattermost-redux
mattermost/desktop
mattermost/mattermost-push-proxy
mattermost/mattermost-plugin-jira
mattermost/mattermost-plugin-zoom
mattermost/mattermost-plugin-github
mattermost/mattermost-plugin-autolink
mattermost/mattermost-plugin-welcomebot
mattermost/mattermost-plugin-custom-attributes
mattermost/mattermost-plugin-aws-SNS
mattermost/mattermost-plugin-playbooks
https://github.com/OpenMage/magento-lts
https://github.com/DopplerHQ/cli
https://github.com/WorldHealthOrganization/app
https://github.com/skalenetwork/skale-consensus
https://github.com/skalenetwork/libBLS
https://github.com/skalenetwork/sgxwallet
https://github.com/skalenetwork/skale-manager/tree/develop/contracts
Bootgen
Xilinx Runtime (XRT)
https://github.com/impresscms/impresscms
https://github.com/mainwp/mainwp
https://github.com/mainwp/mainwp-child
https://github.com/maticnetwork/heimdall
https://github.com/maticnetwork/bor
https://github.com/maticnetwork/contracts
https://github.com/orion-labs/node-red-contrib-orion
https://github.com/orion-labs/node-orion
https://github.com/EndlessHosting
https://github.com/tokencard/contracts
https://github.com/lifeomic/cli
https://github.com/kubernetes/csi-api
https://github.com/kubernetes/kubernetes
https://github.com/kubernetes/dns
https://github.com/kubernetes/kube-openapi
https://github.com/kubernetes/git-sync
https://github.com/kubernetes/gengo
https://github.com/kubernetes/cluster-bootstrap
https://github.com/kubernetes/kube-controller-manager
https://github.com/kubernetes/kube-scheduler
https://github.com/kubernetes/kubelet
https://github.com/kubernetes/kube-proxy
https://github.com/kubernetes/cli-runtime
https://github.com/kubernetes/metrics
https://github.com/kubernetes/apiextensions-apiserver
https://github.com/kubernetes/kube-aggregator
https://github.com/kubernetes/apiserver
https://github.com/kubernetes/component-base
https://github.com/kubernetes/client-go
https://github.com/kubernetes/api
https://github.com/kubernetes/apimachinery
https://github.com/kubernetes/code-generator
https://github.com/kubernetes/publishing-bot
https://github.com/kubernetes/cluster-registry
https://github.com/kubernetes/k8s.io
https://github.com/kubernetes/klog
https://github.com/kubernetes/utils
https://github.com/kubernetes/website
https://github.com/kubernetes/test-infra
https://github.com/kubernetes/ingress-nginx
https://github.com/kubernetes/kops
https://github.com/kubernetes/minikube
https://github.com/kubernetes/kompose
https://github.com/kubernetes/kube-state-metrics
https://github.com/kubernetes/autoscaler
https://github.com/kubernetes/kube-deploy
https://github.com/kubernetes/release
https://github.com/kubernetes/dashboard
https://github.com/kubernetes/node-problem-detector
https://github.com/kubernetes/repo-infra
https://github.com/kubernetes/kubectl
https://github.com/kubernetes/org
https://github.com/kubernetes/sig-release
https://github.com/kubernetes/kubeadm
https://github.com/kubernetes/cri-api
https://github.com/kubernetes/node-api
https://github.com/kubernetes/csi-translation-lib
https://github.com/kubernetes/cloud-provider
https://github.com/kubernetes-security
https://github.com/kubernetes-client
github.com/kubernetes-csi
https://github.com/kubernetes/cloud-provider-alibaba-cloud
https://github.com/kubernetes/cloud-provider-sample
https://github.com/kubernetes/kubernetes-template-project
https://github.com/kubernetes/kubernetes-anywhere
https://github.com/kubernetes/frakti
https://github.com/kubernetes/sample-cli-plugin
https://github.com/kubernetes/sample-controller
https://github.com/kubernetes/sample-apiserver
https://github.com/kubernetes/cloud-provider-gcp
https://github.com/kubernetes/security
https://github.com/kubernetes/examples
https://github.com/kubernetes/steering
https://github.com/kubernetes/funding
https://github.com/kubernetes/cloud-provider-aws
https://github.com/kubernetes/community
https://github.com/kubernetes/ingress-gce
https://github.com/kubernetes/enhancements
https://github.com/kubernetes/cloud-provider-openstack
https://github.com/kubernetes/perf-tests
https://github.com/kubernetes/cloud-provider-azure
https://github.com/kubernetes/cloud-provider-vsphere
https://github.com/kubernetes/legacy-cloud-providers
https://github.com/kubernetes-incubator
github.com/kubernetes-retired
https://github.com/kubernetes-sigs
https://github.com/jitsi/
https://github.com/orgs/8x8/packages?repo_name=8x8_messaging_java_client
https://github.com/callstats-io/
https://github.com/oasisprotocol/oasis-core
https://github.com/oasisprotocol/deoxysii
https://github.com/oasisprotocol/deoxysii-rust
https://github.com/oasisprotocol/ed25519
https://github.com/oasisprotocol/oasis-sdk
https://github.com/oasisprotocol/curve25519-voi
https://github.com/oasisprotocol/oasis-wallet-web
https://github.com/oasisprotocol/oasis-wallet-ext
https://svn.filezilla-project.org/svn/libfilezilla/trunk/
https://svn.filezilla-project.org/svn/FileZilla3/trunk/
https://svn.filezilla-project.org/svn/libfilezilla/trunk
https://github.com/solidusio/solidus
https://github.com/solidusio/solidus_auth_devise
https://github.com/DefectDojo/django-DefectDojo
github.com/smartcontractkit/chainlink
https://github.com/smartcontractkit/chainlink/tree/master/contracts
https://github.com/phpbb/phpbb
https://github.com/pyca/cryptography
https://github.com/pyca/pynacl
https://github.com/pyca/bcrypt
https://github.com/pyca/pyopenssl
https://github.com/pyca/infra
Java Component in search.maven.org
Java component NOT in search.maven.org
github.com
https://github.com/gtsatsis/RLAPI-v3-OOP
https://github.com/matomo-org/matomo
https://plugins.matomo.org/developer/matomo-org
https://plugins.matomo.org/developer/innocraft
https://github.com/matomo-org
https://github.com/innocraft/
https://github.com/eslint/eslint-github-bot
https://github.com/eslint/eslint
https://github.com/duckduckgo/duckduckgo-privacy-extension
MariaDB Server & Connectors - Remote Code Execution
MariaDB Server & Connectors - Access control bypass
MariaDB Server & Connectors - Data corruption, exfiltration, disclosure
MariaDB Server & Connectors - Denial of Service
airtable.js SDK (https://www.npmjs.com/package/airtable)
https://github.com/arkadiyt/ssrf_filter
https://github.com/arkadiyt/bounty-targets
https://github.com/arkadiyt/aws_public_ips
https://github.com/arkadiyt/zoom-redirector
https://github.com/liberapay/liberapay.com
https://github.com/tendermint/tendermint
https://github.com/cosmos/iavl
https://github.com/cosmos/cosmos-sdk
https://github.com/iqlusioninc/yubihsm.rs
https://github.com/iqlusioninc/tmkms
https://github.com/iqlusioninc/signatory
https://github.com/cosmos/ledger-cosmos
https://github.com/cosmos/gaia
https://github.com/cosmos/ibc-go
https://github.com/valvesoftware
https://github.com/crypto-org-chain/chain-main
https://github.com/crypto-com/cro-staking
https://github.com/crypto-com/swap-contracts-periphery
https://github.com/crypto-com/swap-contracts-core
https://github.com/rsksmart/rskj
https://github.com/rsksmart/tokenbridge
https://github.com/rsksmart/powpeg-node
https://github.com/hyperledger/fabric
https://github.com/hyperledger/fabric-ca
https://github.com/hyperledger/fabric-chaincode-java
https://github.com/hyperledger/fabric-chaincode-node
https://github.com/hyperledger/fabric-chaintool
https://github.com/hyperledger/fabric-sdk-node
https://github.com/hyperledger/fabric-sdk-java
https://github.com/hyperledger/fabric-baseimage
https://github.com/hyperledger/fabric-sdk-go
https://github.com/hyperledger/fabric-sdk-py
https://github.com/hyperledger/fabric-sdk-rest
https://github.com/hyperledger/fabric-samples
https://gitlab.com/jamieweb/results-whitelist
https://gitlab.com/jamieweb/jamieweb
https://gitlab.com/jamieweb/jw-config
https://gitlab.com/jamieweb/web-server-log-anonymizer-bloom-filter
https://gitlab.com/jamieweb/dl-integrity-verify
https://github.com/plaid/plaid-link-ios
https://github.com/plaid/plaid-link-android
https://github.com/plaid/plaid-link-examples
https://github.com/plaid/plaid-ruby
https://github.com/plaid/react-native-plaid-link-sdk
https://github.com/plaid/react-plaid-link
https://github.com/vanilla/vanilla/
https://github.com/vanilla/addons
https://github.com/vanilla/community
https://github.com/dhui/passhash
https://github.com/johnbillion/user-switching
https://github.com/johnbillion/query-monitor
https://github.com/johnbillion/wp-crontrol
https://github.com/EdOverflow/*
https://github.com/securitytxt/*
https://github.com/AspenWeb
https://github.com/bitwarden
https://github.com/delight-im
Spotify SDKs
iOS SDK
Android SDK
Web Playback SDK
Backstage source code
https://github.com/cuvva/docs
SSO_Saml_connector
https://github.com/WeblateOrg/weblate
https://github.com/WeblateOrg/wlc
https://github.com/WeblateOrg/docker
https://github.com/WeblateOrg/website
https://github.com/WeblateOrg/translation-finder
WordPress Core
BuddyPress Core
BBPress Core
*.trac.wordpress.org, *.svn.wordpress.org, *.git.wordpress.org, github.com/WordPress
Gutenberg
GlotPress
WP-CLI
Official WordPress plugins
https://github.com/brave/brave-core
https://github.com/brave-intl/bat-ledger
https://github.com/brave-intl/bat-client
https://github.com/brave-intl/bat-balance
https://github.com/brave-intl/bat-publisher
https://github.com/brave-intl/publishers
https://github.com/brave/vault-updater
https://github.com/brave-intl/bat-go
https://github.com/brave/brave-ios
https://github.com/dovecot/core
https://github.com/dovecot/pigeonhole
https://github.com/PowerDNS/pdns
https://github.com/open-xchange/appsuite-middleware
https://github.com/open-xchange/appsuite-frontend
https://github.com/ruby/ruby
nextcloud/server
nextcloud/activity
nextcloud/files_accesscontrol
nextcloud/3rdparty
nextcloud/files_pdfviewer
nextcloud/files_texteditor
nextcloud/firstrunwizard
nextcloud/notifications
nextcloud/password_policy
nextcloud/user_saml
nextcloud/files_automatedtagging
nextcloud/files_retention
nextcloud/serverinfo
nextcloud/nextcloud_announcements
nextcloud/logreader
nextcloud/survey_client
nextcloud/updater
nextcloud/spreed
nextcloud/photos
nextcloud/mail
nextcloud/files_rightclick
nextcloud/privacy
nextcloud/recommendations
nextcloud/viewer
nextcloud/text
nextcloud/circles
nextcloud/data_request
nextcloud/files_antivirus
nextcloud/fulltextsearch
daita/files_fulltextsearch_tesseract
nextcloud/flow_notifications
nextcloud/fulltextsearch_elasticsearch
nextcloud/files_fulltextsearch
nextcloud/groupfolders
nextcloud/guests
nextcloud/sharepoint
nextcloud/socialsharing
nextcloud/suspicious_login
nextcloud/terms_of_service
nextcloud/twofactor_totp
nextcloud/twofactor_u2f
nextcloud/user_oidc
nextcloud/workflow_script
nextcloud/calendar
nextcloud/contacts
nextcloud/richdocuments
nextcloud/onlyoffice
nextcloud/end_to_end_encryption
nextcloud/deck
https://www.mapbox.com/mapbox.js/
https://www.mapbox.com/mapbox-gl-js/
https://docs.mapbox.com/ios/maps/overview/
https://docs.mapbox.com/android/
https://github.com/mapbox
https://github.com/paragonie/sodium_compat
https://github.com/paragonie/easydb
https://github.com/paragonie/halite
https://github.com/paragonie/random_compat
https://github.com/paragonie/anti-csrf
https://github.com/paragonie/constant_time_encoding
https://github.com/paragonie/certainty
https://github.com/paragonie/password_lock
https://github.com/paragonie/gpg-mailer
https://github.com/paragonie/chronicle
https://github.com/paragonie/sapient
https://github.com/paragonie/paseto
https://gitlab.com/gitlab-org/gitlab
https://gitlab.com/gitlab-org/gitlab-runner
https://gitlab.com/gitlab-org/gitaly
https://gitlab.com/gitlab-org/gitlab-pages
https://gitlab.com/gitlab-org/gitlab-shell
https://gitlab.com/gitlab-org/gitlab-vscode-extension
github.com/binary-com
https://github.com/globaleaks/GlobaLeaks
https://github.com/bcit-ci/CodeIgniter
https://github.com/revive-adserver/revive-adserver
owncloud/core
owncloud/user_ldap
owncloud/oauth2
owncloud/customgroups
owncloud/guests
owncloud/richdocuments
owncloud/activity
owncloud/files
owncloud/notifications
owncloud/gallery
owncloud/updater
https://github.com/bwillis/versioncake
https://github.com/smooch/smooch-android
https://github.com/smooch/smooch-ios
https://github.com/smooch/smooch-web
https://lensstudio.snapchat.com/api/
https://github.com/adobe/svg-native-viewer
https://github.com/WordPoints/wordpoints/
https://github.com/WordPoints/
github.com/urbandictionary
WordPress.org plugins
GitHub repositories
Jetpack
https://github.com/irccloud/ios
https://github.com/irccloud/android
https://github.com/irccloud/irccloud-desktop
https://github.com/concrete5/concrete5
https://github.com/slackhq/nebula
Arkime
Athenz
Yahoo Open Source Projects (misc)
https://github.com/rails/rails
express
body-parser
Other module
serve-here
augustine
lactate
fastify
featurebook
html-pages
serve
html-janitor
angular-http-server
node-srv
hekto
metascrapper
simplehttpserver
general-file-server
anywhere
626
crud-file-server
localhost-now
mcstatic
public
hoek
lodash
mixin-deep
assign-deep
merge-deep
defaults-deep
resolve-path
stattic
protobufjs
sshpk
typeorm
https-proxy-agent
http-proxy-agent
glance
bracket-template
simple-server
pullit
whereis
metascraper
sexstatic
grunt-serve
buttle
pdfinfojs
m-server
atob
deap
deep-extend
merge-recursive
merge-options
merge-objects
entitlements
cloudcmd
concat-with-sourcemaps
foreman
rgb2hex
superstatic
stringstream
fs-path
command-exists
npmconf
react-marked-markdown
put
getcookies
utile
file-static-server
formidable
canvas
njwt
merge
useragent
ua-parser-js
pdf-image
byte
open
sql
base64url
macaddress
cryo
funcster
express-cart
git-dummy-commit
marked
memjs
express-useragent
markdown-pdf
scrape-metadata
statics-server
exceljs
extend
url-parse
multer
win-spawn
flintcms
egg-scripts
libnmap
ps
cached-path-relative
samsung-remote
apex-publish-static-files
takeapeek
ascii-art
knightjs
bruteser
node-red
samlify
http-live-simulator
node-xlsx
ponse
send
morgan
tianma-static
zombie
flatmap-stream
reveal.js
harp
mpath
node.extend
just-extend
noble
servey
bower
kramed
zlib-browserify
atlasboard-atlassian-package
node-buffer-builder
questor
node-email
http-sync
bufferjs
jQuery
smart-extend
node-tar
pdf-officegen
is-my-json-valid
dot
kill-port
webpack-bundle-analyzer
finalhandler
handlebars
gatsby-remark-images-contentful
mqtt-packet
seneca
http_server
gitlabhook
pino
MQTT.js
node-df
node-static
treekill
tree-kill
new-serve
fileview
kill-port-process
seeftl
meta-git
hexo-admin
npm-git-publish
total.js
jimp
jpeg-js
devcert
Ghost
crypto-js
jison
logkitty
react-autolinker-wrapper
utils-extend
jsonpointer
Uppy
json-bigint
property-expr
i18next
json8-merge-patch
node-downloader-helper
json-stable-stringify
@firebase/util
systeminformation
https://github.com/status-im/status-react
https://github.com/status-im/status-go
Desktop Wallet
https://github.com/Agoric/ses-shim
https://github.com/Agoric/agoric-sdk
https://github.com/diem/diem/
https://github.com/notepad-plus-plus/notepad-plus-plus
https://github.com/apache/kafka
https://www.chiark.greenend.org.uk/~sgtatham/putty/
https://github.com/notepad-plus-plus/notepad-plus-plus.git
https://github.com/deconf/Google-Analytics-Dashboard-for-WP
https://github.com/18F/identity-idp
https://github.com/adobe/*
https://github.com/argoproj/argoproj
https://github.com/tokencard/contracts/tree/master/contracts
https://github.com/rack/rack
https://github.com/pixiv/charcoal
https://github.com/raivo-otp/ios-application
https://github.com/raivo-otp/issuer-icons
https://github.com/raivo-otp/apns-server
https://github.com/raivo-otp/macos-receiver
enkrypt.browser.extension
https://github.com/hyperledger/fabric-amcl
https://github.com/hyperledger/fabric-cli
https://github.com/hyperledger/fabric-chaincode-go
https://github.com/hyperledger/fabric-config
https://github.com/hyperledger/fabric-contract-api-go
https://github.com/hyperledger/fabric-gateway-java
https://github.com/hyperledger/fabric-gateway
https://github.com/hyperledger/fabric-lib-go
https://github.com/hyperledger/fabric-private-chaincode
https://github.com/hyperledger/fabric-protos-go-apiv2
https://github.com/hyperledger/fabric-protos-go
https://github.com/hyperledger/fabric-protos
github.com/cornershop/*
Mattermost Source Code
Mattermost Plugins
Other publicly-released plugins
https://github.com/Agoric/agoric-sdk/tree/master/packages/inter-protocol
https://www.zabbix.com/download_sources
https://github.com/tronprotocol/java-tron
https://github.com/kiwicom/*
Hedera Network Services Codebase
Hedera Mirror Node Codebase
Hedera Java SDK
Hedera Javascript SDK
Hedera Go SDK
https://github.com/jitsi
https://github.com/moonpay
https://github.com/moonpay-hypermint
https://github.com/USStateDept
Magic Eden Open Source - Smart Contracts
Magic Eden Open Source - Open Creator Protocol
CoralCube Open Source - MMM
https://github.com/gravitational/teleport
https://github.com/gravitational/teleport-plugins
https://github.com/gravitational/gravity
StrongDM Go SDK
StrongDM Python SDK
StrongDM Java SDK
StrongDM Ruby SDK
https://github.com/18f/federalist-proxy
https://github.com/18f/federalist
https://github.com/18f/federalist-builder
https://github.com/18f/federalist-docker-build
https://github.com/18f/identity-idp
https://github.com/18f/identity-saml-sinatra
https://github.com/18f/identity-saml-rails
https://github.com/gsa/datagov-deploy
https://github.com/gsa/data.gov
https://github.com/18f/docker-ruby-ubuntu
LaunchDarkly Open Source SDKs
https://github.com/digitalocean/doctl
https://github.com/digitalocean/do-agent
https://github.com/digitalocean/droplet-agent
https://github.com/digitalocean/terraform-provider-digitalocean
https://github.com/digitalocean/do-markdownit
https://github.com/smartcontractkit/staking-v0.1/tree/master/contracts
Grammarly for Developers Text Editor SDK
https://github.com/paypal/react-paypal-js
https://github.com/RocketChat/Rocket.Chat
https://github.com/RocketChat/Rocket.Chat.ReactNative
https://github.com/RocketChat/Rocket.Chat.Electron
https://github.com/cometbft/cometbft
https://github.com/iqlusioninc/crates/tree/main/signatory
nextcloud/bruteforcesettings
nextcloud/related_resources
nextcloud/approval
nextcloud/files_lock
nextcloud/user_migration
nextcloud/twofactor_webauthn
nextcloud/external
nextcloud/notify_push
nextcloud/calendar_resource_management
nextcloud/globalsiteselector
nextcloud/notes
nextcloud/preferred_providers
https://github.com/owncloud/ocis
https://github.com/cloudflare/workerd
https://github.com/cometbft/cometbft-db
https://github.com/cosmos/ics23
https://github.com/smartcontractkit/chainlink
https://github.com/8x8/8x8_messaging_java_client
https://github.com/finos/CatchIT
https://github.com/arkadiyt/protodump
github.com/oasisprotocol/explorer
github.com/snowplow/
github.com/snowplow-incubator
https://github.com/snowplow-devops
https://github.com/snowplow-product
https://github.com/stellar/rs-soroban-env
https://github.com/stellar/rs-soroban-sdk
https://github.com/stellar/stellar-core/tree/master/src/rust
https://github.com/stellar/bytes-lit
https://github.com/stellar/crate-git-revision
https://github.com/stellar/js-soroban-client
https://github.com/stellar/rs-stellar-strkey
https://github.com/stellar/rs-stellar-xdr
https://github.com/stellar/soroban-examples
https://github.com/stellar/soroban-tools
https://github.com/stellar/wasmi
https://gitlab.com/gitlab-org/opstrace/opstrace
https://github.com/AleoHQ/snarkOS/
https://github.com/AleoHQ/snarkVM/
https://github.com/passwordless
https://github.com/fireblocks/mpc-lib
https://github.com/iron-fish/ironfish
https://github.com/leather-wallet/extension
https://github.com/leather-wallet/desktop
Snaps Development Packages
https://filezilla-project.org/download.php?type=server&show_all=1
https://github.com/smartcontractkit/external-adapters-js/
https://github.com/0xPolygon/chain-indexer-framework
https://github.com/CosmWasm/cosmwasm
https://github.com/arkadiyt/ddexport
https://github.com/arkadiyt/free-ft
https://github.com/roundcube/roundcubemail
https://github.com/apache/tomcat
https://github.com/rsksmart/rif-wallet
https://github.com/rsksmart/rif-wallet-services
https://github.com/rsksmart/rif-wallet-libs
https://github.com/poplindata
https://github.com/snowplow-referer-parser
https://github.com/Dynatrace-innovationlab
https://github.com/Dynatrace
https://github.com/Dynatrace-oss-contrib
https://github.com/nextcloud/files_confidential
https://github.com/Shopify/*
https://github.com/tari-project/
https://github.com/worldcoin
ONCE: Campfire
https://github.com/alchemyplatform/modular-account
https://github.com/Chia-Network/chia-blockchain
https://github.com/Chia-Network/chia-blockchain-gui
https://github.com/Chia-Network/clvm_rs
https://github.com/Chia-Network/chia_rs
https://github.com/Chia-Network/chiapos
https://github.com/Chia-Network/chiavdf
https://github.com/crypto-com/chain-desktop-wallet
https://github.com/libuv/libuv
https://github.com/HeyPuter/puter/
https://github.com/contentauth/c2pa-js
https://github.com/contentauth/c2pa-rs
Open Source - Atlas
https://github.com/nimiq/core-rs-albatross
https://github.com/discourse/discourse
https://github.com/nextcloud/tables
https://github.com/hyperledger/besu
https://github.com/hyperledger/fabric-admin-sdk
https://github.com/hyperledger/besu-errorprone-checks
https://github.com/hyperledger/besu-native
https://github.com/hyperledger/besu-verkle-trie
https://github.com/nextcloud/collectives
https://github.com/maticnetwork/matic-cli
https://github.com/0xPolygon/proof-generation-api
https://github.com/0xPolygon/auto-claim-service
https://github.com/0xPolygon/lxly.js
https://github.com/0xPolygon/static
https://github.com/rundeck/rundeck-cli
https://github.com/rundeck/rundeck
https://github.com/supabase
https://github.com/aws/amazon-ecs-agent
https://github.com/aws/amazon-ecs-cli
https://github.com/aws/amazon-vpc-cni-k8s
https://github.com/aws/aws-cdk
https://github.com/aws/aws-cli
https://github.com/aws/aws-sdk
https://github.com/aws/s2n-tls
https://github.com/kubernetes-sigs/aws-ebs-csi-driver
https://github.com/kubernetes-sigs/aws-efs-csi-driver
https://github.com/kubernetes-sigs/aws-encryption-provider
https://github.com/kubernetes-sigs/aws-fsx-csi-driver
https://github.com/kubernetes-sigs/aws-iam-authenticator
https://github.com/kubernetes-sigs/aws-load-balancer-controller
https://github.com/kubernetes-sigs/cluster-api-provider-aws
https://github.com/amazonlinux/amazon-linux-2023
https://github.com/circlefin/stablecoin-sui
https://github.com/circlefin/stablecoin-aptos
https://github.com/rsksmart/2wp-app
https://github.com/rsksmart/2wp-api
https://market.concretecms.com/
https://github.com/modelcontextprotocol
Elastic Behavior Detections
Web3 DEX Open Source
https://github.com/circlefin/sui-cctp