File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments