WithSecureOpenSource / mittn

Mittn: Security test tool runner for test automation in CI
Apache License 2.0
195 stars 35 forks source link

List of error strings to be matched causes false positives easily #13

Open anttivs opened 10 years ago

anttivs commented 10 years ago

Some example strings in the httpfuzzer feature file, used for matching server responses, cause a lot of false positives if the server reflects back the strings in the static injections library. A good example of these is the string "SQL".

The example strings in the example feature files should be pared down so that they don't trigger when injected content is reflected back.