Skip to content

Commit fa8c80a

Browse files
committed
Started a new draft post
1 parent c25d37c commit fa8c80a

File tree

2 files changed

+238
-0
lines changed
  • src/ProgrammerAl.Site.Content/Posts/draft_20250426_SecurityIsLayersComic

2 files changed

+238
-0
lines changed
Lines changed: 224 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Title: "Updating Dependencies Comic"
2+
Published: 2024/12/01
3+
Tags:
4+
- comic
5+
- humor
6+
---
7+
8+
## Updating Dependencies
9+
10+
Be honest, when was the last time you made sure all dependencies were updated? NuGets, NPMs, etc? It's bad for security (vulnerabilities become public knowledge, supply chain attacks), and it's bad for maintainability (more work when you do upgrade).
11+
12+
Shameless self promotion. I made a .NET Tool to update dependency packages (among other things). It's detailed [in an older post here](/posts/20241103_CodeUpdater).
13+
14+
I think we've all been in the above situation. Delaying an update to those dependencies because we know the current configuration "works". But that's just focusing on the feature. The feature works, but security and maintainability might already be broken and we don't even attempt to test it. Maybe in the new year we should all resolve to stay on top of updates. Hint hint, wink wink.

0 commit comments

Comments
 (0)