[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 5: Example

Page 5

  
  Example
  Example problem:
    #!/usr/bin/perl
    
    ...
    $DISSALOWED = (result of some sql query);
    ...
    if ( not $DISALLOWED ) {
        # do something sensitive
    }

Copyright 2003, Bri Hatch of Onsight, Inc.

Presented at SPUG, 2003.

Presentation created using vim and MagicPoint.