Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timecap on execution of PAC script #8036

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

subhash-arabhi
Copy link
Contributor

Issue

We need to restrict the PAC scripts with high cpu consumption that could lead to crash

Changes

Added time limit to PAC script execution.
Added a config in ProxySettings - pacScriptTimeout with default value set to 60 sec
Added tests for the same

@matthiasblaesing matthiasblaesing added the Platform [ci] enable platform tests (platform/*) label Dec 22, 2024
Copy link
Contributor

@matthiasblaesing matthiasblaesing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general looks sane to me, but I left two inline comments. Please squash the commits into a single one.

naming changes

few sanitations

Changed default timeout and improved code

Changes in initialisation of Request Processor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform [ci] enable platform tests (platform/*)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants