dmca/2023/03/2023-03-08-unlimint.md
2023-03-09 20:09:29 +00:00

16 KiB
Raw Permalink Blame History

Are you the copyright holder or authorized to act on the copyright owner's behalf?

Yes, I am authorized to act on the copyright owner's behalf.

Are you submitting a revised DMCA notice after GitHub Trust & Safety requested you make changes to your original notice?

Yes

Please provide the Zendesk ticket number of your previously submitted notice. Zendesk ticket numbers are 7 digit ID numbers located in the subject line or body of your confirmation email.

2032199

Does your claim involve content on GitHub or npm.js?

GitHub

Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.

I am [private] of Unlimint group of company, so I am authorized to represent the company in security.

Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online.

https://www.unlimint.com/gatefi/ - URL of our GateFI project.
https://gatefi.com - redirects to main URL
https://docs.gatefi.com/ - URL with documentation where you can find any technical details
and you can see the repository names which lead to our company in a list below

An infringement explanation

  • The listed repos contain copyrighted software code of Unlimints GateFI project which is an intellectual property of Unlimint
  • The published code is a full copy of internal repository with frontend and backend components
  • The publishing of this code violates our right to keep commercial secrets
  • The publishing of this code increases our security risks and may cause computer attacks of our systems

Description of repositories

=============

Backend modules

=============

https://github.com/hackerunlimint/gatefi-platform
Shared toolset for all the services. Imported by all backend services

proof of ownership
Module declaration and a link with company's name at the go.mod file at the root of the project.

6fe522faf8/go.mod (L1)
[private]


https://github.com/hackerunlimint/gatefi-user
User's authentication-authorization service

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

16fc3163cd/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private]'s address where the repo belongs.
16fc3163cd/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 16fc3163cd/api/server.go (L9) "


https://github.com/hackerunlimint/gatefi-reports
Financial reports service

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

90c12f6eb0/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
90c12f6eb0/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 90c12f6eb0/api/server.go (L8) "


https://github.com/hackerunlimint/gatefi-rates
Service aggregates currencies rates

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

b028c57ddc/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
90c12f6eb0/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 90c12f6eb0/api/server.go (L8) "


https://github.com/hackerunlimint/gatefi-payments
Payment processing service

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

87a8e60781/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
87a8e60781/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 87a8e60781/api/server.go (L8) "


https://github.com/hackerunlimint/gatefi-mailer
Email sending service

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

7d5ba0559c/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
7d5ba0559c/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 7d5ba0559c/internal/app.go (L18) "


https://github.com/hackerunlimint/gatefi-kyt
Transaction checker

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

cc2ecbe595/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
cc2ecbe595/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example cc2ecbe595/cmd/app/main.go (L13)"


https://github.com/hackerunlimint/gatefi-kyc
Cuatomer checker service with SumSub integration

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

05af9b7494/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
05af9b7494/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 05af9b7494/api/server.go (L10)"


https://github.com/hackerunlimint/gatefi-geoip
Service for checking customers location

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

80c3ae2d6d/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
80c3ae2d6d/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example 80c3ae2d6d/api/server.go (L7)"


https://github.com/hackerunlimint/gatefi-fiat-processing
Service for external fiat payment gateways integration (Unlimint)

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

c4f936285c/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
c4f936285c/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
c4f936285c/api/server.go (L7)

Production URL with company name
c4f936285c/repository/unlimint/api.go (L21)"


https://github.com/hackerunlimint/gatefi-docker
Outdated repo with development env settings and initial scripts


https://github.com/hackerunlimint/gatefi-crypto-processing
Service for external crypto payment gateways integration (Cryptology)

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

b24a8e0034/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
b24a8e0034/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example b24a8e0034/api/server.go (L7) "


https://github.com/hackerunlimint/gatefi-config
Service configuration module - fees, allowed countries, partner's settings, etc.

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

f215f00d8c/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
f215f00d8c/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example f215f00d8c/api/server.go (L7) "


https://github.com/hackerunlimint/gatefi-api
API gate for external clients - frontends, etc.

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

4695c8e17d/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
4695c8e17d/Dockerfile (L11)

OpenAPI spec has company's address as a base URL
4695c8e17d/assets/api.swagger.json (L8)

All imports thru all the Go code have links with company's names.
4695c8e17d/client/client.go (L9) "


https://github.com/hackerunlimint/gatefi-address-validator
Crypto wallet's validation service (Node.js)

proof of ownership
"Git repo URL at corporate's [private]
60df6f2d3c/package.json (L11)

Author of the project has email with corporate domain
60df6f2d3c/package.json (L13) "


https://github.com/hackerunlimint/gatefi-finance
Service to keep and handle finance documents - settlements, top-ups, etc.

proof of ownership
"Module declaration and a link with company's domain name
at the go.mod file at the root of the project.

b34eed8c41/go.mod (L1)
[private]

Dockerfile at the root of the project has a link with corporate [private] address where the repo belongs.
b34eed8c41/Dockerfile (L11)

All imports thru all the Go code have links with company's names.
Example b34eed8c41/api/server.go (L8) "

==============

Frontend modules

==============

https://github.com/hackerunlimint/gatefi-fe-widget
Main frontend

proof of ownership
https://github.com/hackerunlimint/gatefi-fe-widget/blob/develop/.env.prod


https://github.com/hackerunlimint/gatefi-fe-processing
Integration with card payment.

proof of ownership
https://github.com/hackerunlimint/gatefi-fe-processing/blob/develop/.env.prod

What files should be taken down? Please provide URLs for each file, or if the entire repository, the repositorys URL.

https://github.com/hackerunlimint/gatefi-user
https://github.com/hackerunlimint/gatefi-reports
https://github.com/hackerunlimint/gatefi-rates
https://github.com/hackerunlimint/gatefi-platform
https://github.com/hackerunlimint/gatefi-payments
https://github.com/hackerunlimint/gatefi-mailer
https://github.com/hackerunlimint/gatefi-kyt
https://github.com/hackerunlimint/gatefi-kyc
https://github.com/hackerunlimint/gatefi-geoip
https://github.com/hackerunlimint/gatefi-finance
https://github.com/hackerunlimint/gatefi-fiat-processing
https://github.com/hackerunlimint/gatefi-fe-widget
https://github.com/hackerunlimint/gatefi-fe-processing
https://github.com/hackerunlimint/gatefi-docker
https://github.com/hackerunlimint/gatefi-crypto-processing
https://github.com/hackerunlimint/gatefi-config
https://github.com/hackerunlimint/gatefi-api
https://github.com/hackerunlimint/gatefi-address-validator

Do you claim to have any technological measures in place to control access to your copyrighted content? Please see our Complaints about Anti-Circumvention Technology if you are unsure.

No

Have you searched for any forks of the allegedly infringing files or repositories? Each fork is a distinct repository and must be identified separately if you believe it is infringing and wish to have it taken down.

Yes, we searched and found no forks for now

Is the work licensed under an open source license?

No

What would be the best solution for the alleged infringement?

Reported content must be removed

Do you have the alleged infringers contact information? If so, please provide it.

No, it is a blackmailer. We think he is our former developer.

I have a good faith belief that use of the copyrighted materials described above on the infringing web pages is not authorized by the copyright owner, or its agent, or the law.

I have taken fair use into consideration.

I swear, under penalty of perjury, that the information in this notification is accurate and that I am the copyright owner, or am authorized to act on behalf of the owner, of an exclusive right that is allegedly infringed.

I have read and understand GitHub's Guide to Submitting a DMCA Takedown Notice.

So that we can get back to you, please provide either your telephone number or physical address.

[private]
The physical address of the Unlimint HQ office: [private]

Please type your full legal name below to sign this request.

[private]