<
8000
div id="repository-details-container" class="flex-shrink-0" data-turbo-replace style="max-width: 70%;">
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
This fixes the issue disclosed at https://app.snyk.io/vuln/SNYK-JS-LODASH-1040724
For now, I used a regexp allowing any ES5 identifier for the variable name. The advantage of that is that it avoids BC breaks if some code uses weird variable names. The drawback is that the regexp is big.
If reducing the range of allowed variable names is OK, a smaller regex could be used.