Skip to content

Commit fddc764

Browse files
committed
1.3.4
1 parent 3b329e1 commit fddc764

5 files changed

Lines changed: 18 additions & 6 deletions

File tree

.mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/ihor-sokoliuk/mcp-searxng",
88
"source": "github"
99
},
10-
"version": "1.3.3",
10+
"version": "1.3.4",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "mcp-searxng",
15-
"version": "1.3.3",
15+
"version": "1.3.4",
1616
"transport": {
1717
"type": "stdio"
1818
},

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to mcp-searxng are documented here.
44
Versions follow [Semantic Versioning](https://semver.org/).
55

6+
## [1.3.4] - 2026-06-11
7+
8+
### Security
9+
- Docker images are now signed with Cosign (keyless OIDC). Verify a published image with:
10+
```bash
11+
cosign verify docker.io/isokoliuk/mcp-searxng:latest \
12+
--certificate-identity-regexp 'https://github.com/ihor-sokoliuk/mcp-searxng/.github/workflows/docker-publish.yml@.*' \
13+
--certificate-oidc-issuer https://token.actions.githubusercontent.com
14+
```
15+
- Expanded fuzz test coverage: search parameter handling and URL read arguments are now fuzz-tested on every CI run.
16+
- Tightened GitHub Actions workflow permissions to least-privilege and switched to reproducible `npm ci` installs in the publish pipeline.
17+
618
## [1.3.3] - 2026-06-10
719

820
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-searxng",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"mcpName": "io.github.ihor-sokoliuk/mcp-searxng",
55
"description": "MCP server for SearXNG integration",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = "1.3.3";
1+
export const packageVersion = "1.3.4";

0 commit comments

Comments
 (0)