Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 834 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 834 Bytes

The Repository is outdated

The updated version of this repository is https://github.com/secure-software-engineering/achilles-benchmark-depscanners

achilles_testcases

Evaluation

Which test cases (feature combinations and vulnerabilities) shall we generate?

  1. original GAV, with md, single jar, original classes
  2. modified GAV, with md (the modified), single jar, recompiled
  3. random GAV, with md, uber jar, original classes (java stand-alone, self-contained case)
  4. random GAV, without md, uber jar, original classes (java stand-alone, self-contained case)
  5. random GAV, with md, uber jar, re-packaged classes (agent case, to avoid conflicts with instrumented app) 2-5) * 2 (with vulnerable code where known, with all code for other archives), (without vulnerable code where known, with all code for other archives)