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: implement linter detecting unbounded or long-running loops #6483

Open
p0mvn opened this issue Sep 21, 2023 · 1 comment
Open

feat: implement linter detecting unbounded or long-running loops #6483

p0mvn opened this issue Sep 21, 2023 · 1 comment
Assignees

Comments

@p0mvn
Copy link
Member

p0mvn commented Sep 21, 2023

Background

Unbounded or long-running loops pose a security risk. It would be great to detect them with a linter to prevent getting into production

Suggested Design

Investigate how to implement such a linter.

Consider approaches discussed in this PR: #6267

Acceptance Criteria

  • linter detecting unbounded or long-running loops implemented
@hoangdv2429
Copy link
Contributor

@p0mvn is the context of this issue same as this ? #4016 . Would be great if you can provide more ctx. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Triage 🔍
Development

No branches or pull requests

3 participants