selenium icon indicating copy to clipboard operation
selenium copied to clipboard

[🚀 Feature]: Replace https://github.com/asafh/jtoml as it has been abandoned

Open diemol opened this issue 1 year ago • 2 comments

Feature and motivation

This TOML parser is used to read the configuration file in Grid, the code has been abandoned and it might have vulnerabilities.

Usage example

We could replace it with https://github.com/tomlj/tomlj, and it is the only one with recent releases.

Worst case, fork the one we use and update it.

diemol avatar Feb 02 '24 09:02 diemol

I can work on this issue. Let's go with the tomlj/tomlj parser.

Delta456 avatar Aug 29 '24 09:08 Delta456

A warning for the upcoming change was added in https://github.com/SeleniumHQ/selenium/commit/6b4c39c19e9ac3f63bbf8827cfd26aa782e77042 and Tomlj PR #14470 will be added after next two releases

Delta456 avatar Sep 23 '24 09:09 Delta456

It is finally implemented with the help of @pujagani!

Delta456 avatar Nov 06 '24 10:11 Delta456

This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Dec 06 '24 22:12 github-actions[bot]