From 48ee60c41ec85b44e674715d61668ac5629c45b7 Mon Sep 17 00:00:00 2001 From: creativebath33-svg Date: Sat, 3 Jan 2026 20:23:15 +0500 Subject: [PATCH] Create SECURITY.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit static float KOX = 305.183f; static float KOY = 123.723f; static float ZZX = 329.927f; static float ZZY = 123.923f; static float FKX = 369.106f; static float FKY = 131.971f; static float TGX = 369.106f; static float TGY = 111.350f; //↑定义 draw->AddRectFilled(ImVec2(300.0f, 100), ImVec2(300.0f + 60, 100 + 60), IM_COL32(255,255,255,255),15);// 白色背景 draw->AddText(NULL,16.5f,ImVec2(KOX, KOY), IM_COL32(0,0,0,255), "Bao"); draw->AddText(NULL,16.5f,ImVec2(ZZX,ZZY), IM_COL32(195, 0, 215, 255), " ESP"); draw->AddText(nullptr, 18.5f, ImVec2(TGX,TGY), IM_COL32(255,255,255,255), "JoinTG[@GuanYun]"); draw->AddText(nullptr, 18.5f, ImVec2(FKX,FKY), IM_COL32(255,255,255,255), "feedback[]"); static float KOX = 305.183f; static float KOY = 123.723f; static float ZZX = 329.927f; static float ZZY = 123.923f; static float FKX = 369.106f; static float FKY = 131.971f; static float TGX = 369.106f; static float TGY = 111.350f; draw->AddRectFilled( ImVec2(300.0f, 100), ImVec2(300.0f + 60, 100 + 60), IM_COL32(255,255,255,255), 15 ); draw->AddText(NULL, 16.5f, ImVec2(KOX, KOY), IM_COL32(0,0,0,255), "Bao"); draw->AddText(NULL, 16.5f, ImVec2(ZZX,ZZY), IM_COL32(195, 0, 215, 255), " ESP"); draw->AddText(nullptr, 18.5f, ImVec2(TGX,TGY), IM_COL32(255,255,255,255), "JoinTG[@GuanYun]"); draw->AddText(nullptr, 18.5f, ImVec2(FKX,FKY), IM_COL32(255,255,255,255), draw->AddText(nullptr, 18.5f, ImVec2(FKX,FKY), IM_COL32(255,255,255,255), "Example Text"); --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..034e84803 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.