TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

[ANN] Codesake::Dawn v1.0.0 released

1 点作者 thesp0nge超过 11 年前

1 comment

thesp0nge超过 11 年前
After 9 months of development, it’s now time for Codesake::Dawn security source code scanner first major release.<p>Codesake::Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.<p>Version 1.0 introduces 142 security checks against public bulletins since 2006, you can use to check the vulnerabilities introduced by third party libraries your web application include in its Gemfile.<p>Writing safe code it’s important, but sometimes security issues are introduced by third party code your application relies on. As example, consider a SQL Injection vulnerability introduced by Ruby on Rails framework. Despite the effort you spend in sanitize inputs, your web application inherits the vulnerability suffering as well. An attacker can easily exploit it and break into your database unless you upgrade the offended gem.<p>There is a comprehensive set of command line flags you can read more by issuing dawn -h flag or by reading project README file.<p>The list of security checks included in version 1.0.0 can be found online at: <a href="http://dawn.codesake.com/knowledge-base" rel="nofollow">http:&#x2F;&#x2F;dawn.codesake.com&#x2F;knowledge-base</a>.<p>You can use facilities provided by github to submit bug reports, product enhancements, new security checks you want to me to add in future releases and even success stories.<p>Now it’s time for you to install Codesake::Dawn version 1.0.0 with the following command and start reviewing your code for security issues:<p>$ gem install codesake-dawn<p>Enjoy it! Paolo - paolo@codesake.com