Gerd

Show:

What's happening?

  • v1.27 No parsing of current directory

    DESCRIPTION: submitting "flawfinder ." does not parse the current directory (tested on Cygwin). ANALYSIS: line 1468: if (skipdotdir and len(base_filename) > 0 and ("." == base_filename[0])) disables all dot-directories even the dot-dir, which indicates the current directory. CORRECTIVE ACTION: if (skipdotdir and len(base_filename) > 1 and ("." == base_filename[0])). The Length of the...

    2007-07-23 10:20:57 UTC in Flawfinder

About Me

  • 2007-07-23 (2 years ago)
  • 1851376
  • gpw2006 (My Site)
  • Gerd

Send me a message