Skip to content

Commit 8fe3b67

Browse files
klassenjstheduckylittle
authored andcommitted
Add SECURITY.md
1 parent 5678698 commit 8fe3b67

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# GeoMoose Security Policy
2+
3+
## Reporting a Vulnerability in GeoMoose
4+
5+
Security/vulnerability reports should not be submitted through GitHub tickets or the public mailing lists, but instead please send your report
6+
to the email address: **geomoose-security nospam @ osgeo.org** (remove the blanks and ‘nospam’).
7+
8+
## Supported Versions
9+
10+
Only the current release of GeoMoose is supported (see https://www.geomoose.org/download.html).
11+
12+
## Version Numbering: Explained
13+
14+
version x.y.z means:
15+
16+
**x**
17+
- Major release series number.
18+
- Major releases indicate substantial changes to the software and
19+
backwards compatibility is not guaranteed across series. Current
20+
release series is 3.
21+
22+
**y**
23+
- Minor release series number.
24+
- Minor releases indicate smaller, functional additions or improvements
25+
to the software and should be generally backwards compatible within a
26+
major release series. Users should be able to confidently upgrade
27+
from one minor release to another within the same release series, so
28+
from 3.13.x to 3.14.x.
29+
30+
**z**
31+
- Point release series number.
32+
- Point releases indicate maintenance releases - usually a combination of
33+
bug and security fixes and perhaps small feature additions. Backwards
34+
compatibility should be preserved and users should be able to confidently
35+
upgrade between point releases within the same release series,
36+
so from 3.14.0 to 3.14.15.

0 commit comments

Comments
 (0)