From 0e96307dfbd64253cdca4aa7c6dd68b0cb648801 Mon Sep 17 00:00:00 2001 From: Owen Salter Date: Thu, 3 Sep 2020 09:02:26 -0400 Subject: [PATCH 1/3] Create README.md (#7) --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57de53f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# backend + +Backend api for Banur. Uses websockets to communicate real-time updates to clients. From f3f0763366ce9b492474fa2d919c7e7132d09e25 Mon Sep 17 00:00:00 2001 From: Owen Salter Date: Thu, 3 Sep 2020 09:29:19 -0400 Subject: [PATCH 2/3] meta: Add semver helper script --- contrib/_incr_version | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 contrib/_incr_version diff --git a/contrib/_incr_version b/contrib/_incr_version new file mode 100755 index 0000000..c2ded2c --- /dev/null +++ b/contrib/_incr_version @@ -0,0 +1,8 @@ +#!/bin/sh -eu +old_version="$1" +new_version="$2" +sed -i "s/version = \"$old_version\"/version = \"$new_version\"/" Cargo.toml + + +git add Cargo.toml +git commit -m "Update version to $new_version" From c2edff8528629d529946816901e577914b8b70d5 Mon Sep 17 00:00:00 2001 From: Owen Salter Date: Thu, 3 Sep 2020 11:04:25 -0400 Subject: [PATCH 3/3] Create SECURITY.md --- SECURITY.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..b036f15 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,23 @@ +# Security Policy + +## Supported Versions + +This software is currently in rapid development. Only the latest version is officially supported. + +## Reporting a Vulnerability + +To report a security vulnerability, send an email to owen@devosmium.xyz (optionally encrypted with A595 CF6C 82E5 34C8 F3D8 7661 2FC7 5F0E 5202 4E06 pgp).