GithubHelp home page GithubHelp logo

networks's Introduction

BitSong Networks

This repository contains the official genesis file for current and historical BitSong networks.

Latest Mainnet

Chain ID: bitsong-1

Upcoming Mainnet

Chain ID: bitsong-2
Upgrade: Instructions

Latest Testnet


networks's People

Contributors

alex-m24 avatar alexandruast avatar alive29 avatar angelorc avatar bambarello avatar chainode avatar code-breader avatar dimiandre avatar edward-black avatar grom81 avatar hantok avatar ilinca89 avatar ivzor avatar kwunyeung avatar novy4 avatar rayn316 avatar retz80 avatar rewsere avatar sideeffect117 avatar stakewolf avatar thamard avatar urpyllika avatar wanderer-cry avatar web34ever avatar web3validator avatar westaking avatar wjdfx avatar wstotti avatar yu-cher avatar zaketac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

networks's Issues

new validator

Hi,

I would like to add my bitsong validator. since the migration from 1 -> 2 has taken place, all the docs are out of date I think?

Should I still generate a gentx json file and make a PR here. If so: In what directory should I place it? bitsong-1, bitsong-2, bitsong2b?

If there is another way, what is the correct method to enrol as a new validator?

Kind regards.

BITSONG BUG WITH MEDIUM-HIGH LEVEL

LIST OF BUGS I FOUND FROM 104.21.7.58 / testnet.sinfonia.zone
Device for Testing : Macbook M1 Pro
Tool : Openvas and NMAP

  1. TCP Port Opened ( scanned by nmap 104.21.7.58 )
    List port opened : 80,2052,443,2053,2082,2083,2086,2087,2095,8080,2096,8443,8880
    Level Bug : Medium
    Detail : An open port may be an expected configuration. For example, web servers use port 80 to serve websites over http and port 443 to serve websites over https. For a list of commonly used ports see https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers.
    An unexpected open port could give unintended access to applications, data, and private networks. Open ports can also be dangerous when expected services are out of date and exploited through security vulnerabilities.
    Solution : Close the port
  2. Application Error Disclosure
    Link Issue : https://testnet.sinfonia.zone/assets/index.8e544d33.js
    Level Bug : Medium
    CWE Id : 200
    Detail : This page contains an error/warning message that may disclose sensitive information like the location of the file that produced the unhandled exception. This information can be used to launch further attacks against the web application. The alert could be a false positive if the error message is found inside a documentation page.
    Solution : Review the source code of this page. Implement custom error pages. Consider implementing a mechanism to provide a unique error reference/identifier to the client (browser) while logging the details on the server side and not exposing them to the user.
  3. Cross Domain Missconfiguration
    Level bug : medium
    CWE id : 264
    Detail : Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server
    Solution : Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
    Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.
    Reference : https://vulncat.fortify.com/en/detail?id=desc.config.dotnet.html5_overly_permissive_cors_policy
  4. Missing Anti-clickjacking Header
    Level Bug : Medium
    CWE id : 1021
    Detail : The response does not include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options to protect against 'ClickJacking' attacks.
    Solution : Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.
    If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.
    Reference : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options

more issue and bug on bitsong you can check here

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.