Click here to Skip to main content
15,888,461 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Microsoft reveals how much Windows 10 Extended Security Updates will cost Pin
maze33-Apr-24 22:50
professionalmaze33-Apr-24 22:50 
GeneralRe: Microsoft reveals how much Windows 10 Extended Security Updates will cost Pin
trønderen3-Apr-24 23:46
trønderen3-Apr-24 23:46 
GeneralRe: Microsoft reveals how much Windows 10 Extended Security Updates will cost Pin
Kent Sharkey4-Apr-24 4:00
staffKent Sharkey4-Apr-24 4:00 
GeneralRe: Microsoft reveals how much Windows 10 Extended Security Updates will cost Pin
Nelek4-Apr-24 6:59
protectorNelek4-Apr-24 6:59 
GeneralRe: Microsoft reveals how much Windows 10 Extended Security Updates will cost Pin
trønderen4-Apr-24 12:19
trønderen4-Apr-24 12:19 
NewsWhere are the supply chain safe programming languages? Pin
Kent Sharkey3-Apr-24 6:46
staffKent Sharkey3-Apr-24 6:46 
GeneralRe: Where are the supply chain safe programming languages? Pin
den2k883-Apr-24 22:20
professionalden2k883-Apr-24 22:20 
GeneralRe: Where are the supply chain safe programming languages? Pin
jochance4-Apr-24 8:59
jochance4-Apr-24 8:59 
MSFT has made some subtle improvements to VS here.

One thing is now in the nuget management where you can explicitly source packages. So you can specify exactly where each nuget package should come from so that you lean on internal corporate nuget feeds instead of nuget.org.

You vet/add stuff to the corporate feed as needed. I think there will be more than few bigger orgs pushing to insulate their supply chains like this and keep internal vetted copies of the dependencies that go into their builds. It should've always been that way.

Ancillary to this is protection in VS from source controlled repos being tampered with. Some supply chain attacks have happened because an attacker swapped the code in on the developer's machine so that the developer then committed the malicious code themselves.

You might notice the newish "confirm this repo is legit" dialog. There are a few different "triggers" mostly to do with domains, vpns, and windows security (like if you clone a repo under one account and then try to use it VS with another account).

This doesn't prevent an ever-malicious/compromised pkg from use. It just prevents you from sucking a newly compromised dependency into your build chain by sourcing things from yourself (even if they aren't your things - because you previously grabbed and cached a good copy).
GeneralRe: Where are the supply chain safe programming languages? Pin
markrlondon4-Apr-24 10:02
markrlondon4-Apr-24 10:02 
GeneralRe: Where are the supply chain safe programming languages? Pin
Kent Sharkey4-Apr-24 10:24
staffKent Sharkey4-Apr-24 10:24 
NewsWindows Copilot key is secretly from the IBM era — but you can remap it with the right tools Pin
Kent Sharkey3-Apr-24 6:46
staffKent Sharkey3-Apr-24 6:46 
NewsNASA says yes, it's safe to eat during an eclipse Pin
Kent Sharkey3-Apr-24 6:31
staffKent Sharkey3-Apr-24 6:31 
GeneralRe: NASA says yes, it's safe to eat during an eclipse Pin
trønderen3-Apr-24 7:37
trønderen3-Apr-24 7:37 
GeneralRe: NASA says yes, it's safe to eat during an eclipse Pin
Daniel Pfeffer3-Apr-24 20:46
professionalDaniel Pfeffer3-Apr-24 20:46 
GeneralRe: NASA says yes, it's safe to eat during an eclipse Pin
trønderen3-Apr-24 22:34
trønderen3-Apr-24 22:34 
GeneralRe: NASA says yes, it's safe to eat during an eclipse Pin
obermd3-Apr-24 9:13
obermd3-Apr-24 9:13 
GeneralRe: NASA says yes, it's safe to eat during an eclipse Pin
Daniel Pfeffer3-Apr-24 20:49
professionalDaniel Pfeffer3-Apr-24 20:49 
JokeRe: NASA says yes, it's safe to eat during an eclipse Pin
Richard Deeming3-Apr-24 21:47
mveRichard Deeming3-Apr-24 21:47 
GeneralRe: NASA says yes, it's safe to eat during an eclipse Pin
jochance4-Apr-24 3:20
jochance4-Apr-24 3:20 
NewsMicrosoft could have prevented Chinese cloud email hack, US cyber report says Pin
Kent Sharkey3-Apr-24 6:16
staffKent Sharkey3-Apr-24 6:16 
NewsQuantum error correction used to actually correct errors Pin
Kent Sharkey3-Apr-24 6:16
staffKent Sharkey3-Apr-24 6:16 
GeneralRe: Quantum error correction used to actually correct errors Pin
David O'Neil3-Apr-24 8:29
professionalDavid O'Neil3-Apr-24 8:29 
NewsThe history of computing, as told by the hallways of Microsoft Building 41 Pin
Kent Sharkey2-Apr-24 8:01
staffKent Sharkey2-Apr-24 8:01 
GeneralRe: The history of computing, as told by the hallways of Microsoft Building 41 Pin
David O'Neil2-Apr-24 13:51
professionalDavid O'Neil2-Apr-24 13:51 
GeneralRe: The history of computing, as told by the hallways of Microsoft Building 41 Pin
Daniel Pfeffer2-Apr-24 19:56
professionalDaniel Pfeffer2-Apr-24 19:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.