Results 1 to 2 of 2

Thread: How secure? very...

  1. #1
    Join Date
    Nov 2004
    Location
    Dallas, TX (USA)
    Posts
    58

    Default How secure? very...

    Not to waste too much bandwidth but...

    I am developing a simple internal web app for my client and was wondering how secure it was. I asked the security guru's to run the battery of tests against the app looking for the typical vulnerabilities (cross site scripting, sql injection ,etc...). When they ran it the only problems were in cross site script injection into my selection (pick lists) inputs. I was validating other input but I wasn't validating the selections (my bad). I hadn't done that because I was providing the selection options via reference data. Anyway, makes sense (from the domain perspective) so I added a basic validation for the selection entries too. When the tools were re-run, everything passes! ACEGI + Spring MVC is pretty iron clad. I 'm quite sure a home-grown security/Struts based app wouldn't have fared so well. More than a few heads turned when the results came out. :shock:

    Kudos to the developers/contributors of these two fine frameworks!

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Thanks for the positive feedback. It's always nice to hear from people about how the Spring family of projects have helping them out in real projects.

Similar Threads

  1. How to secure a Web Service with ACEGI
    By schrepfler in forum Security
    Replies: 1
    Last Post: Sep 10th, 2005, 01:12 AM
  2. Replies: 2
    Last Post: Jun 25th, 2005, 06:41 AM
  3. Replies: 2
    Last Post: Apr 28th, 2005, 10:11 AM
  4. Replies: 8
    Last Post: Dec 7th, 2004, 06:13 PM
  5. Replies: 1
    Last Post: Nov 29th, 2004, 05:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •