Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

feat: implemented a radio system for vehicles#1049

Merged
bitpredator merged 6 commits intomainfrom
dev-bitpredator
Mar 28, 2025
Merged

feat: implemented a radio system for vehicles#1049
bitpredator merged 6 commits intomainfrom
dev-bitpredator

Conversation

@bitpredator
Copy link
Owner

Fixes #[issue_no]

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Does your submission pass tests?

Please describe the changes this PR makes and why it should be merged:

Discord username (if different from GitHub):


case "edit":
if (typeof item.index === "number" && Array.isArray(vueJS.songs) && item.index >= 0 && item.index < vueJS.songs.length) {
vueJS.songs[item.index].label = typeof item.label === "string" ? item.label : "Unknown";

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
user controlled input
.
case "edit":
if (typeof item.index === "number" && Array.isArray(vueJS.songs) && item.index >= 0 && item.index < vueJS.songs.length) {
vueJS.songs[item.index].label = typeof item.label === "string" ? item.label : "Unknown";
vueJS.songs[item.index].url = typeof item.url === "string" ? item.url : "";

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
user controlled input
.
@bitpredator bitpredator merged commit 08cb556 into main Mar 28, 2025
4 of 7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant