Hi.
The HUD is an/another add-on (like the ones in zap-extensions repo).
All add-ons use/depend on zaproxy (core), normally the add-ons use the
core that's deployed to Maven Central. [1]
It's also possible to use a local core build or repo if using/testing
new core features.
(For add-ons built with Gradle the core version is normally specified as
https://github.com/zaproxy/zap-hud/blob/6174cb4c5c6d017fe3f55ad1844a2f039b435bac/build.gradle.kts#L51
which ends up getting the version from Maven Central.)
[1]
https://search.maven.org/artifact/org.zaproxy/zap
Best regards.
On 10/04/2020 08:26, Beld wrote:
> Hello,
>
> I'm new to the project. I looked at the GitHub.com/zaproxy/zaproxy repo with the source code (mainly java, e.g. scanner classes). I wonder if the zap-HUD application uses this code base (if yes, where is it included?) or if it's independent.
>
> Thank you in advance!
>
> Best regards
>