fix: post has no front matter

This commit is contained in:
TaurusXin 2021-12-13 18:07:24 +00:00
parent 03dda47cd6
commit f9b736f731

View File

@ -1,10 +1,11 @@
---
title: "一个只会做开发的小白的 Log4j RCE 漏洞复现过程" title: "一个只会做开发的小白的 Log4j RCE 漏洞复现过程"
categories: [ "漏洞", "RCE" ] categories: [ "漏洞", "RCE" ]
tags: [ "RCE", "Log4j" ] tags: [ "RCE", "Log4j" ]
draft: false draft: false
slug: "log4j-rce" slug: "log4j-rce"
date: "2021-12-13 17:25:00" date: "2021-12-13 17:25:00"
---
## 前言 ## 前言