Skip to content

Commit 75932eb

Browse files
authored
Merge pull request #722 from hahwul/release/2.11.0
Release v2.11.0
2 parents 1f690ea + 8fb7327 commit 75932eb

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

docs/_advanced/features/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: page
1010
# Comprehensive Reporting
1111
{: .d-inline-block }
1212

13-
New (v2.8.0)
13+
Since (v2.8.0)
1414
{: .label .label-green }
1515

1616
## Overview

docs/_advanced/resources/jsonl.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ layout: page
88
---
99

1010
# Result JSONL Format
11+
{: .d-inline-block }
12+
13+
New (v2.11.0)
14+
{: .label .label-blue }
1115

1216
This guide provides a detailed explanation of the JSONL (JSON Lines) format used for scan results generated by Dalfox. Understanding this format can help you better interpret the results and integrate them with other tools.
1317

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ color_scheme: dalfox
1111
aux_links:
1212
Github: https://github.com/hahwul/dalfox
1313
Go: https://pkg.go.dev/github.com/hahwul/dalfox/v2
14-
v2.10.0: https://github.com/hahwul/dalfox/releases/tag/v2.10.0
14+
v2.11.0: https://github.com/hahwul/dalfox/releases/tag/v2.11.0
1515

1616
plugins:
1717
- jekyll-sitemap

docs/page/modes/server-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ When deploying Dalfox in server mode, consider the following security practices:
295295
## MCP Server Mode
296296
{: .d-inline-block }
297297
298-
Not released (v2.11.0)
298+
New (v2.11.0)
299299
{: .label .label-blue }
300300
301301
Dalfox can function as a Model Context Protocol (MCP) server, enabling direct integration with AI-powered development environments like Visual Studio Code and compatible AI assistants.

docs/page/running/code/custom_transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: page
1010
# Custom Transport Feature
1111
{: .d-inline-block }
1212

13-
New (v2.10.0)
13+
Since (v2.10.0)
1414
{: .label .label-blue }
1515

1616
Dalfox now supports custom HTTP transports, allowing you to customize the HTTP client behavior for your scanning needs. This feature is particularly useful when integrating Dalfox with other pipelines for HTTP control flow, retry mechanisms, and non-trivial authentication scenarios.

docs/page/running/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: page
99
# Dalfox MCP Mode
1010
{: .d-inline-block }
1111

12-
Not released (v2.11.0)
12+
New (v2.11.0)
1313
{: .label .label-blue }
1414

1515
## Overview

internal/printing/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package printing
22

33
// VERSION is version of dalfox
4-
const VERSION = "v2.10.0"
4+
const VERSION = "v2.11.0"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ base: core20
88
grade: stable
99
confinement: strict
1010
license: MIT
11-
version: v2.10.0
11+
version: v2.11.0
1212

1313
apps:
1414
dalfox:

0 commit comments

Comments
 (0)