Code Monkey home page Code Monkey logo

Comments (2)

matejpavlovic avatar matejpavlovic commented on July 17, 2024

Good point Denis. I did think about this and error handling is implemented at Node level through the WorkErrorNotifier (adapted from the original implementation). In a nutshell, if the Protocol module panics, the code that is performing the actual execution catches the panic and returns an error saying "Protocol implementation panicked (because XYZ)". Note that this is unavoidable in any case, since the protocol implementation is, in some cases, supposed to be provided by the user (of Mir) and we thus need to count on it panicking any time. But a panic in the protocol can only ever occur due to a bug in the implementation, never due to malicious input. The protocol must ensure that. The lines you linked cannot be reached unless there is a bug in the implementation.

That being said, the current implementation of ISS is still ongoing and not all inputs are properly sanitized yet. I can imagine that at this stage the protocol could be made to panic by sending it a maliciously crafted message. This should not be the case for a final implementation.

Defining such a policy, however, still makes very good sense and it could be part of a sort of "Protocol Implementation Guide" that describes how a new Protocol module should be implemented. I created an issue (#40) for that.

from mir.

matejpavlovic avatar matejpavlovic commented on July 17, 2024

Picking this up again. Let us just remove explicit panics from module implementations (can be found by grep -iE 'panic' pkg/*/*.go) for now, replace them by returned errors whenever appropriate, and close this issue. And later go on and address #40 .

from mir.

Related Issues (20)

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.