OpenTofu versions contains incorrect cloudflare script version
bug
At some point, opentofu (https://get.opentofu.org/tofu/) added cloudflare analytics to their downloads, the page now contains:
```
<!-- Cloudflare Pages Analytics --><script defer src='[https://static.cloudflareinsights.com/beacon.min.js](view-source:https://static.cloudflareinsights.com/beacon.min.js)' data-cf-beacon='{"token": "d197cf7327bb4345a9878620e02ac825"}'></script><!-- Cloudflare Pages Analytics --><script defer src="[https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516](view-source:https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516)" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"c74d0801821d4fd3900819b3f5c62c60","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
```
The `2024.11.0` is being caught in version enumeration
0 条评论