From f9b736f731457cd7d41fe26201db6ebf6790aac1 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 13 Dec 2021 18:07:24 +0000 Subject: [PATCH] fix: post has no front matter --- content/post/054.Log4j/054.Log4j.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/post/054.Log4j/054.Log4j.md b/content/post/054.Log4j/054.Log4j.md index c918cff..a5dea61 100644 --- a/content/post/054.Log4j/054.Log4j.md +++ b/content/post/054.Log4j/054.Log4j.md @@ -1,10 +1,11 @@ +--- title: "一个只会做开发的小白的 Log4j RCE 漏洞复现过程" categories: [ "漏洞", "RCE" ] tags: [ "RCE", "Log4j" ] draft: false slug: "log4j-rce" date: "2021-12-13 17:25:00" - +--- ## 前言