this post was submitted on 15 Jul 2024
1970 points (99.5% liked)

Technology

57997 readers
5628 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Switzerland mandates all software developed for the government be open sourced

Switzerland mandates software source code disclosure for public sector: A legal milestone

https://joinup.ec.europa.eu/collection/open-source-observatory-osor/news/new-open-source-law-switzerland

@technology@lemmy.world

#tech #libre

you are viewing a single comment's thread
view the rest of the comments
[–] ledix@lemmy.world 58 points 1 month ago (3 children)

"unless precluded by third-party rights or security concerns", so this bill does nothing

[–] Vigge93@lemmy.world 20 points 1 month ago (1 children)
  1. I imagine that the company would have the burden of proof that any of these criteria are fulfilled.

  2. Third-party rights most likely refers to the use of third-party libraries, where the source code for those isn't open source, and therefore can't be disclosed, since they aren't part of the government contract. Security concerns are probably things along the line of "Making this code open source would disclose classified information about our military capabilities" and such.

Switzerland are very good bureaucracy and I trust that they know how to make policies that actually stick.

[–] Petter1@lemm.ee 1 points 1 month ago (2 children)

It is written like that, so that MS 365 still can be used. Some worker here go literally crazy, if they have to work with alternatives to MS 365..

[–] themurphy@lemmy.ml 18 points 1 month ago

This is not what the law is about. They can use closed sourced software just fine.

This is a law about software developed for the Schweiz government. If they needed a new CRM system or database system for medical records, it would be open source.

And they can use Outlook to inform everyone about it without problem.

[–] Vigge93@lemmy.world 5 points 1 month ago (1 children)

While there might be some truth to that, I don't think MS 365 would qualify as "developed for the government."

[–] Petter1@lemm.ee 2 points 1 month ago

Ah, i see.. The „Security“ is used for the digital ID that is coming. Sadly, the part about Security of the ID is closed source to be "secure". Someone has to teach them that security through # obscurity is no security…

[–] BlackRoseAmongThorns@slrpnk.net 10 points 1 month ago

It does one thing: make every contract have a clause specifically to combat this...

[–] deaf_fish@lemm.ee 3 points 1 month ago

I still think a good chunk of the code will be visible. You can have all the code up to the point where you call the proprietary function. Obviously you won't get to see what's inside that function but you can guess. Also, a lot of proprietary libraries have that functionality really well documented.