Mono 2.8.2 has just released been released. It contains an important security fix for users of ASP.NET as well as various updates to the Parallel Frameworks.
The security fix rectifies an unloading bug that can, under some circumstances, let ASP.NET applications misbehave and return the source code (.aspx) of the application or any other file in the web application directory. The Mono Project blog notes:
We strongly advise every Mono 2.8.xx user to upgrade to Mono 2.8.2 if they host web applications with it

The other changes are:
- Backport ParallelFx improvements from master (jlaval)
- Fix state check for short-circuiting with SupportRecursion in ReaderWriterLockSlim #655361 (jlaval)
- Increment Count even on single-processor in SpinWait. Fix #624849. (jlaval)
- Update ThreadLocal to use default(T) for initialization with parameterless ctor. Fix #658689. (jlaval)
Related article: Mono 2.8
A New Threat - Package Hallucination 07/05/2025
The rise and rise of reliance on LLMs for code generation has resulted in a new threat to software supply chains. Dubbed "package hallucination", this occurs when LLMs generation references to non-exi [ ... ]
|
Be Ready For Google I/O 2025 28/04/2025
Google has shared the agenda for its annual developer conference. This year Google will live stream two days of sessions, starting with the Keynote at 10:00 AM PT on May 20th, followed by the Dev [ ... ]
| More News |
|