Skip to content

Commit ce17cdf

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents 04ec5ec + 06e3f00 commit ce17cdf

4 files changed

Lines changed: 27 additions & 7 deletions

File tree

SECURITY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Security Policy
2+
3+
We do not encorage user to run instances of BUG exposed to the internet. BUG is a tool intended to be used within a private/local network.
4+
5+
## Apache 2.0 License Users
6+
7+
- **Security SLA:** BUG does not provide a formal SLA for security issues under
8+
the Apache 2.0 License.
9+
- **Release Schedule:** Releases prioritise new functionality and include fixes
10+
for known security vulnerabilities at the time of release. While major
11+
releases typically occur one to two times per year, BUG does not guarantee a
12+
fixed release schedule.
13+
- **Version Support:** Security patches are only ever provided for the latest release
14+
version.
15+
16+
## Reporting a Vulnerability
17+
18+
We encorage the reporting of security vulnerabilities, please raise an issue on this repo.
19+
20+
Alternatively, you can find more information at - [https://www.bbc.com/backstage/security-disclosure-policy](https://www.bbc.com/backstage/security-disclosure-policy)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-monorepo",
3-
"version": "3.1.0",
3+
"version": "3.1.2",
44
"description": "Broadcast Universal Gateway",
55
"private": true,
66
"workspaces": [
@@ -235,4 +235,4 @@
235235
"singleQuote": false,
236236
"printWidth": 120
237237
}
238-
}
238+
}

src/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-client",
3-
"version": "3.1.0",
3+
"version": "3.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
@@ -23,4 +23,4 @@
2323
"last 1 safari version"
2424
]
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)