Stefan Tertan
Stefan Tertan
My bad :)
Same on Windows 7 (error in System.dll). AVG antivirus also flags it as infected with FileRepMalware
I think the issue is with this code `new RegExp(/(csrf_token":")\w+/)`. It expects the quotes to not be escaped. Doing a `console.log(res.toJSON().body)` ... I can see 2 matches for `csrf_token` ......
got the same issue with `v1.31.0` in Win 11 + WSL2 Found a workaround from the `pre-commit` author here -> https://stackoverflow.com/a/68803356/5285606 ```yaml repos: - repo: https://github.com/thoughtworks/talisman rev: v1.31.0 hooks: -...
I guess in some cases you'd still need the VPC (if you use an AppRunner VPC connector), but the ECS cluster is still not required. So copilot should figure all...