I’ve come to realize that a lot of foss android apps are pretty outdated and usually abandoned. Is that even safe to use? Like even the fdroid archive repository, are those safe to use? I’m still rather new to the foss world, but in my mind it seems a very outdated app is probably not safe or am I missing something here?

  • inasaba@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    For any app that isn’t network-facing and that works with protocols that haven’t been changed in a long time, there is no point worrying over how “active” the development is on an app. If nothing has been broken, then nothing needs fixing. My music player has had all the features it needs for a decade, and continues to work to this day. Why change a good thing?

    • jet@hackertalks.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      For those kind of apps I’d love to see like a heartbeat commit. Everything’s fine. 2020 nothing to change. All’s working well. Just code smell

    • borzthewolf@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      Gotcha. But what’s stopping cyber criminals from seeing these abandoned repos and possibly taking over and implement malware or what not

      • inasaba@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        Have you ever used Github? People can’t just push code to the main repo.

        And all submissions to F-Droid are checked for this kind of thing.

        • borzthewolf@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          I mean yes I use github for reference and sometimes downloading but I don’t actually know a whole lot about it like push and pull requests and what not, as I haven’t found a need to learn it yet. So what you’re saying is to basically download apps from github instead of fdroid to ensure you get the latest?