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

core: store problem content in seperate collection #896

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

undefined-moe
Copy link
Member

No description provided.

packages/hydrooj/src/model/problem.ts Fixed Show fixed Hide fixed
packages/hydrooj/src/model/problem.ts Fixed Show fixed Hide fixed
packages/hydrooj/src/model/problem.ts Fixed Show fixed Hide fixed
const problemContent = path.join(problemPath, 'problem.md');
await fs.writeFile(problemContent, pdoc.content);
for (const i of pdoc.content) {
await fs.writeFile(path.join(problemPath, `problem_${i.name}_${i.lang}.md`), [

Check failure

Code scanning / CodeQL

Insecure temporary file High

Insecure creation of file in
the os temp dir
.
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.

2 participants