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

Cockpit location ts #21276

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

jelly
Copy link
Member

@jelly jelly commented Nov 15, 2024

No description provided.

Prepare for moving cockpit.location to a separate typescript file named
location.
@jelly jelly added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Nov 15, 2024
if (options[name]) {
let last = options[name];
if (!Array.isArray(value))
last = options[name] = [last];

Check failure

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.
last = options[name] = [last];
last.push(value);
} else {
options[name] = value;

Check failure

Code scanning / CodeQL

Remote property injection High

A property name to write to depends on a
user-provided value
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant