Skip to main content

68 Hand Over DevOps to AI

Paid1999-12-31

68 Hand Over DevOps to AI Recently there was a big incident, Next.js framework had a very serious security vulnerability, basically your server becomes my server. One of my servers also encountered this problem. Today let's talk about, after encountering this problem, how did I handle it? First step, most importantly reinstall server system, regardless of whether attacked or not, to eliminate future troubles. Second step, change all environment variables used in code, including some AK and secrets, these things may have been leaked, so all should be frozen and updated. Third step is to handle according to officially recommended fix method, patch security vulnerability, and redeploy.

68 Hand Over DevOps to AI

Recently there was a big incident, Next.js framework had a very serious security vulnerability, basically your server becomes my server.

One of my servers also encountered this problem.

Today let's talk about, after encountering this problem, how did I handle it?

First step, most importantly reinstall server system, regardless of whether attacked or not, to eliminate future troubles.

Second step, change all environment variables used in code, including some AK and secrets, these things may have been leaked, so all should be frozen and updated.

Third step is to handle according to officially recommended fix method, patch security vulnerability, and redeploy.

Purchase required to continue
This is a paid article. After signing in, your purchase will be unlocked automatically.
Buy now

Comments

No comments yet. Be the first to share your thoughts.

Leave a comment