Skip to content

fix: specify jvm env variables explicitly for local profile

Codacy Production / Codacy Static Code Analysis required action Jul 1, 2024 in 0s

1 new issue (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 1
           

See the complete overview on Codacy

Annotations

Check warning on line 145 in src/core/profile_manager.mjs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/core/profile_manager.mjs#L145

`key.replace` method will only replace the first occurrence when used with a string argument ('['). If this method is used for escaping of dangerous data then there is a possibility for a bypass.