Code Monkey home page Code Monkey logo

anychaindb's People

Contributors

eeonevision avatar fossabot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

anychaindb's Issues

Data in DB is not encrypted and visible to all

The data of advertisers in database is not encrypted and visible to all.
Several advertisers sends open data about uniques identifier of their users (client id) and this data can be used by other unfair affiliates.
Use of encryption method from advertiser's side is not acceptable because leads to mess in data.

The proposal is apply BLAKE2B encryption to sensitive data in conversions/transitions.
Whitepaper: https://blake2.net/blake2.pdf

Auth. access to Mongo database

Currently access to database is not authenticated and may use some unfair users to destroy it

Proposal is apply standard Mongo auth with user/pass as public/private keys of account.
The authentication will set up in process of deploying the node.

Close external ports from accidentally access

The Leadschain now exposes four ports:

  • 27017 - MongoDB Instance
  • 46656 - validators communication port
  • 46657 - RPC interface
  • 8889 - Leadschain REST API

For security reasons needs to be closed from external access ports: 27017, 46657.

Contact details

Hi I am interested in your project, but don't know how to contact you, do you have some email or telegram handle?

Get Conversions/Transitions list not works

The result is:

{
    "code": 400,
    "msg": "json: Unmarshal(non-pointer []*state.Conversion)",
    "data": null
}

When get transition/conversion ID need set status code from 400 to 404:

{
    "code": 400,
    "msg": "Conversion not found",
    "data": null
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.