bedirhan / wivet

Web Input Vector Extractor Teaser
MIT License
129 stars 36 forks source link

Wrong coverage #1

Closed andresriancho closed 10 years ago

andresriancho commented 10 years ago

Migrated from https://code.google.com/p/wivet/issues/detail?id=13

I have a coverage of 100% but one test failed.

This is because in offscanpages/current.php $_SESSION['currenturlsvisited']['logginclude'] exists but in not present in $descEntries.

The page logginclude must be added to descEntries or not added in $_SESSION['currenturlsvisited']

This bug is due to the crawler I used which looks at .svn/entries files and found logginclude.php exists.

Regards