Skip to content

Commit 7f547bc

Browse files
authored
mention security policy & vulnerabilities (#1072)
1 parent e9e0668 commit 7f547bc

File tree

6 files changed

+26
-8
lines changed

6 files changed

+26
-8
lines changed

en/MIGRATION_GUIDE.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,25 @@
66
MapServer Migration Guide
77
*****************************************************************************
88

9-
:Last Updated: 2025-11-19
9+
:Last Updated: 2026-03-24
1010

1111
.. contents:: Table of Contents
1212
:depth: 2
1313
:backlinks: top
1414

15+
.. tip::
16+
17+
Review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md/>`__,
18+
and also review any recent published `vulnerabilities <https://github.com/MapServer/MapServer/security/advisories?state=published/>`__.
19+
1520
.. _migration-8-6:
1621

1722
MapServer 8.4 to 8.6 Migration
1823
==============================
1924

25+
- The 8.6.1 release includes a fix for a security flaw in the SLD parser
26+
(see MapServer's `Security Advisory <https://github.com/MapServer/MapServer/security/advisories/GHSA-cv4m-mr84-fgjp>`__)
27+
2028
- You can now enable an automatically generated index page, that lists
2129
all of your OGC services and endpoints, for each mapfile that you
2230
defined in your CONFIG file. To enable the index, add `MS_INDEX_TEMPLATE_DIRECTORY`

en/development/bugs.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Please keep the following issues in mind when submitting a bug/issue:
1616
Security/vulnerability reports should not be submitted through GitHub, but instead
1717
please send your report to the email address:
1818
`mapserver-security nospam @ osgeo.org` (remove the blanks and 'nospam').
19+
20+
.. tip::
21+
22+
Review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md/>`__,
23+
and also review any recent published `vulnerabilities <https://github.com/MapServer/MapServer/security/advisories?state=published/>`__.
1924

2025
1. Set a meaningful yet reasonably brief title of your ticket.
2126

@@ -36,15 +41,15 @@ Please keep the following issues in mind when submitting a bug/issue:
3641

3742
The most important thing when reporting a bug is to boil down a minimum
3843
example that is needed to reproduce the bug. That means a minimal mapfile +
39-
any data files it depends on. Remove everything from the map file that isn't
44+
any data files it depends on. Remove everything from the mapfile that isn't
4045
needed to reproduce the bug.
4146

4247
The developers often dislike having to spend the first 30 minutes working on a
4348
bug, having to fix paths, remove unnecessary layers, removing references to
4449
external symbols or fonts that were not included or even needed and otherwise
4550
doctoring your test case to get it to a point when they can actually use it.
4651

47-
If the bug is easily demonstrated with ":ref:`map2img`", without the need to
52+
If the bug is easily demonstrated with :ref:`map2img`, without the need to
4853
setup a proper web service and test it through http, then please show it that
4954
way. If a standalone :ref:`mapscript` script can demonstrate a problem without it
5055
having to be a web service, likewise submit it that way. If your problem

en/documentation.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
:height: 15
2020
:width: 15
2121
:alt: PDF icon
22-
:target: https://download.osgeo.org/mapserver/docs/MapServer.pdf
22+
:target: https://download.osgeo.org/mapserver/docs/MapServer.pdf
23+
24+
.. tip::
25+
26+
Review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md/>`__,
27+
and also review any recent published `vulnerabilities <https://github.com/MapServer/MapServer/security/advisories?state=published/>`__.
2328

2429
Introduction
2530
.......................................................

en/mapscript/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Since the MapServer 8.0.0 release PHP support is only available through
1212
MapServer's :ref:`SWIG API <swig>`. Supported versions are PHP 8.5 and
13-
PHP 8.4 with MapServer 8.6.0
13+
PHP 8.4 with MapServer 8.6.1
1414

1515
.. toctree::
1616
:maxdepth: 2

en/mapscript/mapscript-api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ meaningless, and even dangerous attributes might be exposed by objects.
4747

4848
Since the MapServer 8.0.0 release PHP support is only available through
4949
MapServer's :ref:`SWIG API <swig>`. Supported versions are PHP 8.5 and
50-
PHP 8.4 with MapServer 8.6.0
50+
PHP 8.4 with MapServer 8.6.1
5151

5252
=============================================================================
5353
Appendices

en/ogc/wms_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
12-
:Last Updated: 2024-07-08
12+
:Last Updated: 2026-03-24
1313

1414
.. contents:: Table of Contents
1515
:depth: 4
@@ -313,7 +313,7 @@ Optional Layer Parameters and Metadata
313313
- basic
314314
- digest
315315
- ntlm
316-
- any (the underlying http library picks the best among the opotions supported by the remote server)
316+
- any (the underlying http library picks the best among the options supported by the remote server)
317317
- anysafe (the underlying http library picks only safe methods among the options supported by the remote server)
318318

319319
.. code-block:: mapfile

0 commit comments

Comments
 (0)