We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to kubernetes/kubernetes#83253
Yaml
apiVersion: v1 data: a: &a ["web","web","web","web","web","web","web","web","web"] b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a] c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b] d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c] e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d] f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e] g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f] h: &h [*g,*g,*g,*g,*g,*g,*g,*g,*g] i: &i [*h,*h,*h,*h,*h,*h,*h,*h,*h] kind: ConfigMap metadata: name: yaml-bomb namespace: default
Coease a huge cpu load and vscode reports that yaml language server failed to launch 5 times.
It seems that new parser wasn't affected but it requires double check.
LS work normally
LS crushed
The text was updated successfully, but these errors were encountered:
redhat-developer#463 fix "Billion Laughs" attack
f9641f0
Signed-off-by: Yevhen Vydolob <[email protected]>
#463 fix "Billion Laughs" attack
f5e2fd9
evidolob
No branches or pull requests
Describe the bug
Related to kubernetes/kubernetes#83253
Yaml
Coease a huge cpu load and vscode reports that yaml language server failed to launch 5 times.
It seems that new parser wasn't affected but it requires double check.
Expected Behavior
LS work normally
Current Behavior
LS crushed
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: