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

Feat/issue34 : Generate Tilemap Procedurally #35

Merged
merged 6 commits into from
May 15, 2024
Merged

Conversation

keshav2010
Copy link
Owner

No description provided.

@keshav2010 keshav2010 linked an issue May 15, 2024 that may be closed by this pull request
@keshav2010 keshav2010 merged commit c46c800 into main May 15, 2024
1 of 4 checks passed
if (cachedMap.get(fp)) {
return cachedMap.get(fp);
}
const data = JSON.parse(await readFile(fp, { encoding: "utf8" }));

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
@keshav2010 keshav2010 deleted the feat/issue34 branch May 17, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Procedurally Generate Scene Map from Server
1 participant