You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible that this functionality does not need to verify the trust anchor signatures to work securely or that it is done elsewhere but this is still a big code smell and should be handled. (Returning true from a signature verification method that is not implemented is just dangerous!)
The text was updated successfully, but these errors were encountered:
The
checkTrustAnchorSignature
method inGatewayDataDownloadBtpServiceImpl
is unimplemented but returnstrue
. Furthermore the method is unused.dgca-businessrule-service/src/main/java/eu/europa/ec/dgc/businessrule/service/GatewayDataDownloadBtpServiceImpl.java
Lines 294 to 297 in 6e87451
It is possible that this functionality does not need to verify the trust anchor signatures to work securely or that it is done elsewhere but this is still a big code smell and should be handled. (Returning
true
from a signature verification method that is not implemented is just dangerous!)The text was updated successfully, but these errors were encountered: