mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
Merge pull request #832 from web3privacy/dk/compliance-fix
fix(compliance): rank condition + data
This commit is contained in:
commit
5a404c6c2b
32 changed files with 29 additions and 33 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -4,4 +4,4 @@
|
||||||
"titleBar.activeBackground": "#0D4B02",
|
"titleBar.activeBackground": "#0D4B02",
|
||||||
"titleBar.activeForeground": "#EFFFEC"
|
"titleBar.activeForeground": "#EFFFEC"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -297,7 +297,7 @@ properties:
|
||||||
required:
|
required:
|
||||||
- kyc
|
- kyc
|
||||||
compliance:
|
compliance:
|
||||||
anyOf: [{ type: boolean }, { type: string }]
|
type: string
|
||||||
storage:
|
storage:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
|
@ -39,7 +39,7 @@ client_diversability:
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
compliance: false
|
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
usecases:
|
usecases:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
|
|
|
@ -43,7 +43,6 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallets
|
sign_in_type_requirments: wallets
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: none
|
|
||||||
client_diversability:
|
client_diversability:
|
||||||
- name: BasicSwap client
|
- name: BasicSwap client
|
||||||
link: https://basicswapdex.com/
|
link: https://basicswapdex.com/
|
||||||
|
|
|
@ -52,7 +52,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: true
|
third_party_dependency: true
|
||||||
compliance: false
|
|
||||||
social_trust: Slabs ( MRSINGER ), Contract operator ( Trivium )
|
social_trust: Slabs ( MRSINGER ), Contract operator ( Trivium )
|
||||||
technical_spof: Can decrypt/fraud
|
technical_spof: Can decrypt/fraud
|
||||||
client_diversability:
|
client_diversability:
|
||||||
|
|
|
@ -42,7 +42,6 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: seed
|
sign_in_type_requirments: seed
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: compliant
|
|
||||||
history:
|
history:
|
||||||
- title: Hackaton
|
- title: Hackaton
|
||||||
event_type: Hackaton
|
event_type: Hackaton
|
||||||
|
|
|
@ -40,7 +40,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -98,7 +98,6 @@ privacy_policy:
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirements: wallet
|
sign_in_type_requirements: wallet
|
||||||
compliance: none
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
|
|
|
@ -36,7 +36,7 @@ privacy_policy:
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -42,7 +42,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Jean-Philipee Aumasson
|
- name: Jean-Philipee Aumasson
|
||||||
link: https://www.aumasson.jp/
|
link: https://www.aumasson.jp/
|
||||||
|
|
|
@ -51,7 +51,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: BlockSec
|
- name: BlockSec
|
||||||
link: https://github.com/blocksecteam/audit-reports/blob/main/solidity/blocksec_firnprotocol_v1.0-signed.pdf
|
link: https://github.com/blocksecteam/audit-reports/blob/main/solidity/blocksec_firnprotocol_v1.0-signed.pdf
|
||||||
|
|
|
@ -43,7 +43,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Certik
|
- name: Certik
|
||||||
link: https://skynet.certik.com/projects/humanode
|
link: https://skynet.certik.com/projects/humanode
|
||||||
|
|
|
@ -52,7 +52,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- dapps
|
- dapps
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -36,7 +36,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- computing
|
- computing
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -42,7 +42,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- ai
|
- ai
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -39,7 +39,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- currency
|
- currency
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -55,7 +55,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Mantisec Lab
|
- name: Mantisec Lab
|
||||||
link: https://github.com/PresearchOfficial/audit/blob/main/Final%20Presearch%20SCA.Code%20Audit.pdf
|
link: https://github.com/PresearchOfficial/audit/blob/main/Final%20Presearch%20SCA.Code%20Audit.pdf
|
||||||
|
|
|
@ -32,7 +32,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Zellic
|
- name: Zellic
|
||||||
link: https://github.com/Zellic/publications/blob/master/Privy_Shamir_Secret_Sharing_-_Zellic_Audit_Report.pdf
|
link: https://github.com/Zellic/publications/blob/master/Privy_Shamir_Secret_Sharing_-_Zellic_Audit_Report.pdf
|
||||||
|
|
|
@ -77,7 +77,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Railgun audit report
|
- name: Railgun audit report
|
||||||
link: https://assets.railgun.org/docs/audits/
|
link: https://assets.railgun.org/docs/audits/
|
||||||
|
|
|
@ -49,7 +49,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- ai
|
- ai
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -37,7 +37,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- dapps
|
- dapps
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -61,7 +61,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
social_trust: Slabs ( MRSINGER )
|
social_trust: Slabs ( MRSINGER )
|
||||||
technical_spof: Can decrypt
|
technical_spof: Can decrypt
|
||||||
history:
|
history:
|
||||||
|
|
|
@ -29,7 +29,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -35,7 +35,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Trail of Bits
|
- name: Trail of Bits
|
||||||
link: https://www.sentz.com/developers/audits
|
link: https://www.sentz.com/developers/audits
|
||||||
|
|
|
@ -65,7 +65,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: stkd-SCRT
|
- name: stkd-SCRT
|
||||||
link: https://docs.shadeprotocol.io/shade-protocol/research/audit-log
|
link: https://docs.shadeprotocol.io/shade-protocol/research/audit-log
|
||||||
|
|
|
@ -57,7 +57,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Halborn and Certik
|
- name: Halborn and Certik
|
||||||
link: https://sienna.network/audits/
|
link: https://sienna.network/audits/
|
||||||
|
|
|
@ -28,7 +28,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
social_trust: Shade Core team ( Secret Contract multisig )
|
social_trust: Shade Core team ( Secret Contract multisig )
|
||||||
technical_spof: Can decrypt
|
technical_spof: Can decrypt
|
||||||
project_status:
|
project_status:
|
||||||
|
|
|
@ -51,7 +51,7 @@ default_privacy: true
|
||||||
traceability:
|
traceability:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
|
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
|
|
|
@ -41,7 +41,7 @@ privacy_policy:
|
||||||
defined: false
|
defined: false
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -35,7 +35,6 @@ team:
|
||||||
licences: MIT License
|
licences: MIT License
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
compliance: We will not comply
|
|
||||||
social_trust: Community
|
social_trust: Community
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
funding:
|
funding:
|
||||||
|
|
|
@ -42,7 +42,7 @@ privacy_policy:
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: NCC Group NU5 Review
|
- name: NCC Group NU5 Review
|
||||||
link: https://research.nccgroup.com/2021/11/02/public-report-zcash-nu5-cryptography-review/
|
link: https://research.nccgroup.com/2021/11/02/public-report-zcash-nu5-cryptography-review/
|
||||||
|
|
|
@ -149,9 +149,9 @@
|
||||||
label:
|
label:
|
||||||
name: Compliance
|
name: Compliance
|
||||||
positive: No
|
positive: No
|
||||||
negative: OFAC
|
negative: ...
|
||||||
condition:
|
condition:
|
||||||
equals: true
|
exists: false
|
||||||
points: 5
|
points: 5
|
||||||
- field: default_privacy
|
- field: default_privacy
|
||||||
label:
|
label:
|
||||||
|
|
Loading…
Reference in a new issue