An undergraduate from CUMT. 2018 - 2022
A graduate student at Xidian University. 2022 - 2025
A Security Engineer at Alibaba. 2025 - present
package main
type Me struct{
Email string
Job string
Code string
Blog string
BestAndFavoriteSkill string
}
func main() {
me := &Me{
Email: "xzasliuxinrong@gmail.com",
Job: "Alibaba Security Engineer",
Code: "PHP, Java, Souffle and Python...",
Blog: "xzaslxr.xyz or fe1w0.github.io",
BestAndFavoriteSkill: "Sleep😴, Take photos📷 and Play💦",
CVE: "CVE-2024-22871, CVE-2024-31501, CVE-2017-20189"
}
_ = me
}


