Dave Elkins

Search It!

Entries Tagged as 'security'

Good article from Google Security Team

July 20th, 2007 · No Comments

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!http://googleonlinesecurity.blogspot.com/2007/07/automating-web-application-security.html
They may know a thing or two about securing web apps

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: security

A great FAQ about Security from OWASP

June 19th, 2007 · No Comments

This is a really detailed FAQ about all the major topics about web application security.  It is a great read.  Here is the link.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: security

ROR Security Blog on a roll

May 29th, 2007 · No Comments

Here is an article about input parameters validation framework.  It is just a couple of functions but it works very well and is easy to use.
Enjoy.
P.S.  I will be writing something original soon…stay tuned.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · rails · security

Possible XSS issue with to_json in Rails

May 25th, 2007 · No Comments

The Ruby on Rails Security Blog has a post about a potential XSS issue with to_json.
Enjoy.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: rails · security

A good article about SQL Injection

May 21st, 2007 · No Comments

The Ruby on Rails Security blog has a good article about SQL Injection and Ruby on Rails.  Check out the SQL Injection article.
Enjoy.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: rails · security

Article about Penetration Testing

May 15th, 2007 · No Comments

Here is an interesting article by Bruce Schneier about the benefits and issues with penetration testing – “Is Penetration Testing Worth It?”.
I think it makes a lot of sense.  I have been researching what types security testing tools are out there and wondering what is the best way to test for security flaws.
Is it better [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: security

Two more great articles from the Ruby on Rails Security Blog

May 4th, 2007 · No Comments

http://www.rorsecurity.info/2007/05/04/dom-injection-attacks/
http://www.rorsecurity.info/2007/05/04/defeating-input-filters-for-injection/
enjoy!

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: security

Preventing XSS Attacks in your Rails Application

April 19th, 2007 · No Comments

Preventing XSS attacks in your Rails application turns out to be fairly easy thanks to some built in functionalities of Rails.
Lets first start out talking about ways to prevent XSS scripting in general before we see how rails can help us. These are three things you can do:

Validate all request parameters and form data [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: rails · security

A couple great posts about Session Hijacking

April 18th, 2007 · No Comments

The Ruby on Rails Security Blog has a couple great post about session hijacking and how to prevent it in your Rails applications. This is a great blog that has a lot of good information about web app security for rails.
http://www.rorsecurity.info/2007/04/12/session-hijacking/ http://www.rorsecurity.info/2007/04/15/session-fixation-in-rails/

Share and Enjoy:
These icons link to social bookmarking sites where readers can share [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: rails · security

Intro to Cross Site Scripting

April 17th, 2007 · No Comments

What is it?
Cross Site Scripting, or XSS has it is commonly referred to, is when an attacker use malicious scripting code to either attack an end user’s computer, impersonate another user or attack a web site. This can be done in several ways from malicious web sites to an attacker injecting code into unprotected [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: security