• @thingsiplay@beehaw.org
    link
    fedilink
    233 months ago

    But it got a 10/10 on the scoring system by Github.

    The issue isn’t actually too much related to the Rust core language itself, but rather how they handle scripts on Windows platform. So if you don’t have a Windows program that runs Batch scripts, then it doesn’t matter to you. I wonder how common it is to run Batch scripts in Rust?

    • TehPers
      link
      fedilink
      English
      83 months ago

      if you don’t have a Windows program that runs Batch scripts with untrusted arguments

      This only matters when running the scripts with user inputs passed as arguments to the command, which I can’t imagine being remotely common at all.