Git Product home page Git Product logo

toy_dns's People

Contributors

keehun avatar

Watchers

 avatar

toy_dns's Issues

Add IPv6 Support and Testing

It is important to be able to handle IPv6 servers and records. Right now, only IPv4 is supported. Ensure that toy_dns is fully compatible with all servers and records.

Implement full, end-to-end testing

While it's important to test using unit tests as much as possible, it is also important to incorporate full, end-to-end testing with a real network and with a real DNS server.

Use Github Actions to run a suite of tests which will use toy_dns to resolve numerous well-known domain names to ensure compatibility with the most important domain names of today.

pytest could be a good tool for this.

Implement Fuzz Testing

Parsing untrusted data, especially one that can be triggered by unprivileged users is always a dangerous task for any program. Implement fuzz testing to ensure that we're not just relying on Rust's "memory safety features".

There is a fantastic book called the "Rust Fuzz Book" which provides a great introduction to fuzzing rust programs.

The first tools to look into seem to be afl.rs and cargo-fuzz.

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.