TestabilityTarpits
TestabilityTarpits copied to clipboard
Testability Tarpits: the Impact of Code Patterns on the Security Testing of Web Applications (NDSS 2022)
Results
2
TestabilityTarpits issues
Sort by
recently updated
recently updated
newest added
Hi there, There is a slight mistake in the line 6. I believe that it should be `$obj = new myclass();` instead of `$obj = "abc";`, because the latter one...
Thank you for sharing such an impressive paper and providing access to the accompanying code. I am currently attempting to reproduce the detection of testability tarpits in PHP code as...