• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle

  • I mean if you have the entire source then you have everything to reproduce the program. Finding a malicious part does not only depend on the source but on the inspector, that is true.

    But anyways having the entire code and not just the part that a company feels they may share is better anyways. Even if it’s literally malware.

    The free software community users depend on the community in order to detect malicious code. But at least there’s a source code way of doing so.

    If I tell you that this building has a structural deformation, having the possibility of accesing the architect blueprints and list of materials is better than just being able to go inside the building and try to search for it, no?


  • If they afterwards released it under a Free (Libre) Software licence then it’s fine. The licence itself prohibites against any obfuscation or combination of obfuscated code with libre one. If you have the entire code, not just some part, as most companies do when go Open Source (not free software), then you don’t have to worry about unknown behavior because everything is in the source.