You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use a timeout for all. I'd say that 500 ms should ensure we won't be too strict without having some data to rely on. We don't search for patterns in whole files, we only limit it to syntax nodes. Even 500 ms seems a lot, but we 'd need to do tests on various hardware to find a good value.
The source generator should be treated separately.
The text was updated successfully, but these errors were encountered:
We have 22 security hotspots because of not using regex timeouts.
We should use a timeout for all. I'd say that 500 ms should ensure we won't be too strict without having some data to rely on. We don't search for patterns in whole files, we only limit it to syntax nodes. Even 500 ms seems a lot, but we 'd need to do tests on various hardware to find a good value.
The source generator should be treated separately.
The text was updated successfully, but these errors were encountered: