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

ReferenceError: Excessive alias count indicates a resource exhaustion attack #67

Closed
patilvishal1683 opened this issue Jul 20, 2023 · 1 comment
Assignees
Labels

Comments

@patilvishal1683
Copy link

patilvishal1683 commented Jul 20, 2023

Getting Above Error While Parsing the values file which 1000+ Lines Long Any Idea how can i resolve this error ?
I got the solution
Please add const valuesJSON = YAML.parse(fs.readFileSync(valuesFilePath, 'utf8'), {maxAliasCount: -1}); inside parse.js

@fmulero
Copy link
Contributor

fmulero commented Oct 20, 2023

Thanks a lot @patilvishal1683 for reporting it and sharing a possible fix.

Would you like to contribute by creating a PR to solve the issue? The Bitnami team will be happy to review it and provide feedback. Here you can find the contributing guidelines.

@fmulero fmulero self-assigned this Oct 20, 2023
@github-actions github-actions bot assigned fmulero and unassigned fmulero Nov 29, 2023
@fmulero fmulero closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants