Skip to content

Changed ext-salt packet iterations number restriction#182

Merged
blackbeam merged 1 commit into
blackbeam:masterfrom
lawrinn:parsec
Feb 22, 2026
Merged

Changed ext-salt packet iterations number restriction#182
blackbeam merged 1 commit into
blackbeam:masterfrom
lawrinn:parsec

Conversation

@lawrinn
Copy link
Copy Markdown
Contributor

@lawrinn lawrinn commented Feb 21, 2026

This is the change I was talking in the comment about, the commit I've forgot to push

The limit used to be 3 because it was hardcoded so in the server and plugins for other language connectors had it as well, but it's gonna change to be configurable in the server. It is plain wrong anyway.
The limit has been changed to 20 as it seen both enough for security reasons and prevents too long calculations on the client side. Most probably it will be also the limit in the server - not 3 for sure, but client does not really have to have the same limit.

It used to be 3 because it was hardcoded so in the server, but it's
gonna change to be configurable.
The limit has been changed to 20 as it seen both enough for security
reasons and prevens too long calculations on the client side.
Most probably it will be also the limit in the server - not 3 for sure,
but client does not really have to have the same limit.
@blackbeam blackbeam merged commit 1d884b4 into blackbeam:master Feb 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants