The audit mode is used in situations where the code cannot be managed (external developments) or for specific languages, usually interpreted.
Requirements:
To launch an analysis in audit mode it’ll be used DocExploit CLI tool:
docexploit docspot analyze PROJECT_ID LANGUAGE PROJECT_PATH --key=API-KEY --${CRITICITY}=MAX_NUMBER --o=OUTPUT_FILE --git=USE_GITSome configurations can be added through a configuration file called docexploit.properties.

Example Python execution

Note: To find the vulnerability of the dependencies it is necessary to have them in the project folder, they are usually in any CD/CI process; after executing “mvn deploy” in a Maven project or “npm install” in a Javascript one for example.










