Fingerprint API Implementation

  1. The Assessment Model must provide a way to add a profile for the fingerprint of the code that is being analyzed

  2. The Assessment DB must contain two tables

    1. Fingerprint

    2. Fingerprint Profile

  3. The Assessment API must read the Fingerprint data and upload it to the corresponding tables in the DB

Considerations

  • The code that can be used to generate and compare fingerprint and profiles can be found here:

  • The Fingerprint Profile table must be associated to a project, while the Fingerprint must be associated to the Tool Execution

  • The Fingerprint Profile table must contain a BINARY field which represents the content of the profile

Last updated