Introduction
Cuyahoga is an open source .NET web site framework. It provides content management capabilities and has a modular approach. Currently it works with MS .NET 2.0 with SQL Server, PostgreSQL or MySQL as database backend. Also, from version 1.5.2, Mono is fully supported again.
The main goal of the project is to show .NET developers that there is a different way of building web applications than the well known sample applications. Although the project is targeted primarily at .NET developers, anybody interested can download the source and start playing.
Questions, remarks, suggestions? Open a forum topic or mail to martijn [ at ] boland [ dot ] org.
Cuyahoga news
Cuyahoga 1.0.1 released
Just before the first major new release of Cuyahoga we released an update for Cuyahoga 1.0. The main reason for this release is a security issue that was found in FCKeditor where it was possible for unauthorized users to upload files.
Many thanks to Dieu Quan for mentioning the issue.
A complete overview of the fixes can be found in the Release notes. You can download the source or binary packages from here.
To just fix the FCKeditor security issue, get this Web.config file and place it in the /Support/FCKeditor/editor/filemanager/ directory of your web site. This Web.config file ensures that only authenticated users with the Administrator or Editor role can view and upload files with FCKeditor.
It's highly recommended to upgrade to the new version or apply the Web.config fix!
1/5/2007 2:41:00 PM
Published by
Martijn Boland
Category
Cuyahoga
Back