The plugin declares its engine type in plugin.xml as BLACKDUCK, but it sets BLACKDUCK_ENGINE_TYPE for issues.
The plugin API requires using the declared engine type on issues as well.
In Fortify software versions before 22.1 it was undefined behavior, but since 22.1.0 the documented restriction will be enforced and issues with incorrect engine type will be rejected
See PR #9 for proposed fix.
The plugin declares its engine type in plugin.xml as
BLACKDUCK, but it setsBLACKDUCK_ENGINE_TYPEfor issues.The plugin API requires using the declared engine type on issues as well.
In Fortify software versions before 22.1 it was undefined behavior, but since 22.1.0 the documented restriction will be enforced and issues with incorrect engine type will be rejected
See PR #9 for proposed fix.