-
Notifications
You must be signed in to change notification settings - Fork 22
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
🎨 Run formatter #633
🎨 Run formatter #633
Conversation
$( this ).html( plate ); | ||
} ); | ||
pl.text.find("p").each(function (i, obj) { | ||
$(this).html(plate); |
Check failure
Code scanning / CodeQL
Client-side cross-site scripting High
user-provided value
// Update the patrol speed | ||
elements.patrolSpeed.html( ps ); | ||
elements.patrolSpeed.html(ps); |
Check failure
Code scanning / CodeQL
Client-side cross-site scripting High
user-provided value
|
||
// Set the target and fast box to the option text | ||
elements.antennas.front.targetSpeed.html( optionText[0] ); | ||
elements.antennas.front.fastSpeed.html( optionText[1] ); | ||
elements.antennas.front.targetSpeed.html(optionText[0]); |
Check failure
Code scanning / CodeQL
Client-side cross-site scripting High
user-provided value
elements.antennas.front.targetSpeed.html( optionText[0] ); | ||
elements.antennas.front.fastSpeed.html( optionText[1] ); | ||
elements.antennas.front.targetSpeed.html(optionText[0]); | ||
elements.antennas.front.fastSpeed.html(optionText[1]); |
Check failure
Code scanning / CodeQL
Client-side cross-site scripting High
Fixes #[issue_no]
All Submissions:
New Feature Submissions:
Changes to Core Features:
Discord username (if different from GitHub):