]> git.openstreetmap.org Git - nominatim.git/blob - SECURITY.md
update osm2pgsql (flex not building index)
[nominatim.git] / SECURITY.md
1 # Security Policy
2
3 ## Supported Versions
4
5 All Nominatim releases receive security updates for two years.
6
7 The following table lists the end of support for all currently supported
8 versions.
9
10 | Version | End of support for security updates |
11 | ------- | ----------------------------------- |
12 | 4.2.x   | 2024-11-24                          |
13 | 4.1.x   | 2024-08-05                          |
14 | 4.0.x   | 2023-11-02                          |
15 | 3.7.x   | 2023-04-05                          |
16 | 3.6.x   | 2022-12-12                          |
17
18 ## Reporting a Vulnerability
19
20 If you believe, you have found an issue in Nominatim that has implications on
21 security, please send a description of the issue to **security@nominatim.org**.
22 You will receive an acknowledgement of your mail within 3 work days where we
23 also notify you of the next steps.
24
25 ## How we Disclose Security Issues
26
27 ** The following section only applies to security issues found in released
28 versions. Issues that concern the master development branch only will be
29 fixed immediately on the branch with the corresponding PR containing the
30 description of the nature and severity of the issue. **
31
32 Patches for identified security issues are applied to all affected versions and
33 new minor versions are released. At the same time we release a statement at
34 the [Nominatim blog](https://nominatim.org/blog/) describing the nature of the
35 incident. Announcements will also be published at the
36 [geocoding mailinglist](https://lists.openstreetmap.org/listinfo/geocoding).
37
38 ## List of Previous Incidents
39
40 * 2020-05-04 - [SQL injection issue on /details endpoint](https://lists.openstreetmap.org/pipermail/geocoding/2020-May/002012.html)