Skip to content

Commit 69cbb58

Browse files
committed
Release terriamap version 0.4.4.
1 parent d126a10 commit 69cbb58

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
#### 0.4.4
4+
5+
**2025-12-04**
6+
7+
- **Security fixes**
8+
9+
- Fixed a security bug in `/proxy` endpoint that allowed requests to a
10+
variation of domains in the `allowProxyFor` list. If `example.com` is in
11+
`allowProxyFor` setting, this allowed requests to a domain with a different
12+
prefix, like `badexample.com` to pass through. [#212](https://github.com/TerriaJS/terriajs-server/pull/212)
13+
14+
- **Deprecations**
15+
- Deprecates most of the proxy domains in the [default serverconfig.json](https://github.com/TerriaJS/TerriaMap/blob/d126a10a0625926762351b1b44b918fb03737836/serverconfig.json#L7-L25)
16+
file. These will be removed in a future release, so please add them through
17+
a [custom serverconfig.json](https://docs.terria.io/guide/getting-started/#customizing-terriamap)
18+
if you rely on terria proxying to any of these servers.
19+
- Upgrades TerriaJS to [8.11.1](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8111---2025-12-04)
20+
321
#### 0.4.3
422

523
**2025-10-09**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"name": "terriajs-map",
16-
"version": "0.4.3",
16+
"version": "0.4.4",
1717
"description": "Geospatial catalog explorer based on TerriaJS.",
1818
"license": "Apache-2.0",
1919
"engines": {

0 commit comments

Comments
 (0)