From 6504e2ccbd5658401f953a349c63868da3824575 Mon Sep 17 00:00:00 2001 From: kenichi miyata Date: Thu, 5 Aug 2021 20:25:48 +0000 Subject: [PATCH 1/4] 'sss' --- frontend/src/components/PostPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PostPage.js b/frontend/src/components/PostPage.js index d4b77c8..f318e17 100644 --- a/frontend/src/components/PostPage.js +++ b/frontend/src/components/PostPage.js @@ -8,7 +8,7 @@ import { PostDetail } from "./PostDetail"; class PostPage extends React.Component { render() { return ( -
+
ssssssssssssssssssss From 63a5cb1681227d2c0203989a526098dce151b646 Mon Sep 17 00:00:00 2001 From: kenichi miyata Date: Thu, 5 Aug 2021 20:28:49 +0000 Subject: [PATCH 2/4] 'sssssss' --- frontend/src/components/PostPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PostPage.js b/frontend/src/components/PostPage.js index f318e17..df0b345 100644 --- a/frontend/src/components/PostPage.js +++ b/frontend/src/components/PostPage.js @@ -8,7 +8,7 @@ import { PostDetail } from "./PostDetail"; class PostPage extends React.Component { render() { return ( -
ssssssssssssssssssss +
ssssssssssssssssssssssssssssss From 687ba20339d310fe68adba42829d1f47e5182b7a Mon Sep 17 00:00:00 2001 From: kenichi miyata Date: Thu, 5 Aug 2021 20:30:29 +0000 Subject: [PATCH 3/4] 'ssss' --- frontend/src/components/PostPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PostPage.js b/frontend/src/components/PostPage.js index df0b345..6593d27 100644 --- a/frontend/src/components/PostPage.js +++ b/frontend/src/components/PostPage.js @@ -8,7 +8,7 @@ import { PostDetail } from "./PostDetail"; class PostPage extends React.Component { render() { return ( -
ssssssssssssssssssssssssssssss +
ssssssssssssssssssssssssssssssssssssssssss From af9fa51a86c8fc2ad572b2310be2ef1ff5b78a01 Mon Sep 17 00:00:00 2001 From: kenichi miyata Date: Fri, 6 Aug 2021 05:34:10 +0900 Subject: [PATCH 4/4] Create SECURITY.md --- 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 0000000..034e848 --- /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.