fix(compliance): rank condition + data

This commit is contained in:
Daniel Klein 2024-09-25 20:35:56 +02:00
parent 4310a95529
commit b81c20efa5
32 changed files with 29 additions and 33 deletions

View file

@ -4,4 +4,4 @@
"titleBar.activeBackground": "#0D4B02",
"titleBar.activeForeground": "#EFFFEC"
}
}
}

View file

@ -297,7 +297,7 @@ properties:
required:
- kyc
compliance:
anyOf: [{ type: boolean }, { type: string }]
type: string
storage:
type: object
properties:

View file

@ -39,7 +39,7 @@ client_diversability:
default_privacy: true
storage:
decentralized: true
compliance: false
third_party_dependency: false
usecases:
- infrastructure

View file

@ -43,7 +43,6 @@ tracebility:
kyc: false
sign_in_type_requirments: wallets
third_party_dependency: false
compliance: none
client_diversability:
- name: BasicSwap client
link: https://basicswapdex.com/

View file

@ -52,7 +52,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: true
compliance: false
social_trust: Slabs ( MRSINGER ), Contract operator ( Trivium )
technical_spof: Can decrypt/fraud
client_diversability:

View file

@ -42,7 +42,6 @@ tracebility:
kyc: false
sign_in_type_requirments: seed
third_party_dependency: false
compliance: compliant
history:
- title: Hackaton
event_type: Hackaton

View file

@ -40,7 +40,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
storage:
decentralized: true
usecases:

View file

@ -98,7 +98,6 @@ privacy_policy:
tracebility:
kyc: false
sign_in_type_requirements: wallet
compliance: none
storage:
decentralized: true
third_party_dependency: false

View file

@ -36,7 +36,7 @@ privacy_policy:
default_privacy: true
tracebility:
kyc: false
compliance: false
storage:
decentralized: true
usecases:

View file

@ -42,7 +42,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: Jean-Philipee Aumasson
link: https://www.aumasson.jp/

View file

@ -51,7 +51,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: BlockSec
link: https://github.com/blocksecteam/audit-reports/blob/main/solidity/blocksec_firnprotocol_v1.0-signed.pdf

View file

@ -43,7 +43,7 @@ default_privacy: true
tracebility:
kyc: false
third_party_dependency: false
compliance: false
audits:
- name: Certik
link: https://skynet.certik.com/projects/humanode

View file

@ -52,7 +52,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
usecases:
- dapps
have_token: false

View file

@ -36,7 +36,7 @@ default_privacy: true
tracebility:
kyc: false
third_party_dependency: false
compliance: false
usecases:
- computing
have_token: false

View file

@ -42,7 +42,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
usecases:
- ai
have_token: false

View file

@ -39,7 +39,7 @@ default_privacy: true
tracebility:
kyc: false
third_party_dependency: false
compliance: false
usecases:
- currency
have_token: false

View file

@ -55,7 +55,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: Mantisec Lab
link: https://github.com/PresearchOfficial/audit/blob/main/Final%20Presearch%20SCA.Code%20Audit.pdf

View file

@ -32,7 +32,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: Zellic
link: https://github.com/Zellic/publications/blob/master/Privy_Shamir_Secret_Sharing_-_Zellic_Audit_Report.pdf

View file

@ -77,7 +77,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: Railgun audit report
link: https://assets.railgun.org/docs/audits/

View file

@ -49,7 +49,7 @@ default_privacy: true
tracebility:
kyc: false
third_party_dependency: false
compliance: false
usecases:
- ai
have_token: false

View file

@ -37,7 +37,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
usecases:
- dapps
have_token: false

View file

@ -61,7 +61,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
social_trust: Slabs ( MRSINGER )
technical_spof: Can decrypt
history:

View file

@ -29,7 +29,7 @@ default_privacy: true
tracebility:
kyc: false
third_party_dependency: false
compliance: false
storage:
decentralized: true
usecases:

View file

@ -35,7 +35,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: Trail of Bits
link: https://www.sentz.com/developers/audits

View file

@ -65,7 +65,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: stkd-SCRT
link: https://docs.shadeprotocol.io/shade-protocol/research/audit-log

View file

@ -57,7 +57,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
audits:
- name: Halborn and Certik
link: https://sienna.network/audits/

View file

@ -28,7 +28,7 @@ tracebility:
kyc: false
sign_in_type_requirments: wallet
third_party_dependency: false
compliance: false
social_trust: Shade Core team ( Secret Contract multisig )
technical_spof: Can decrypt
project_status:

View file

@ -51,7 +51,7 @@ default_privacy: true
traceability:
kyc: false
third_party_dependency: false
compliance: false
storage:

View file

@ -41,7 +41,7 @@ privacy_policy:
defined: false
default_privacy: true
third_party_dependency: false
compliance: false
storage:
decentralized: true
usecases:

View file

@ -35,7 +35,6 @@ team:
licences: MIT License
tracebility:
kyc: false
compliance: We will not comply
social_trust: Community
default_privacy: true
funding:

View file

@ -42,7 +42,7 @@ privacy_policy:
storage:
decentralized: true
third_party_dependency: false
compliance: false
audits:
- name: NCC Group NU5 Review
link: https://research.nccgroup.com/2021/11/02/public-report-zcash-nu5-cryptography-review/

View file

@ -149,9 +149,9 @@
label:
name: Compliance
positive: No
negative: OFAC
negative: ...
condition:
equals: true
exists: false
points: 5
- field: default_privacy
label: