@@ -393,10 +393,10 @@ <h2>Target: </h2>
393393
394394 < h2 > Links: </ h2 >
395395 < div class ="target-summary ">
396- < span > < a href ="$vulas-shared-homepage /user/manuals " target ="_blank "> Docs - User Manual</ a > </ span > < br >
397- < span > < a href ="$vulas-shared-homepage /user/manuals/assess_and_mitigate " target ="_blank "> Docs - Assess and Mitigate</ a > </ span > < br >
398- < span > < a href ="$vulas-shared-homepage /user/support " target ="_blank "> Docs - Getting Help</ a > </ span > < br >
399- < span > < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken() " target ="_blank "> Web Frontend</ a > </ span > < br >
396+ < span > < a href ="$vulasSharedHomepage /user/manuals " target ="_blank "> Docs - User Manual</ a > </ span > < br >
397+ < span > < a href ="$vulasSharedHomepage /user/manuals/assess_and_mitigate " target ="_blank "> Docs - Assess and Mitigate</ a > </ span > < br >
398+ < span > < a href ="$vulasSharedHomepage /user/support " target ="_blank "> Docs - Getting Help</ a > </ span > < br >
399+ < span > < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken() " target ="_blank "> Web Frontend</ a > </ span > < br >
400400 </ div >
401401 </ td >
402402 < td valign ="top " width ="75% ">
544544 #foreach( $analysis in $vul.analyses )
545545 < li >
546546 < div class ="tooltip ">
547- < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
547+ < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
548548 #if($exceptionThreshold =='dependsOn ' && $analysis.isThrowsException()) style ="color: #e94f37; font-weight: bold; "
549549 #elseif($exceptionThreshold =='dependsOn ' && $analysis.isThrowsExceptionExcluded()) style ="color: #a5b452; font-weight: bold; "
550550 #else style ="color: #393e41; font-weight: bold "
585585 #if( !$analysis.isNoneAffectedVersion())
586586 < li >
587587 < div class ="tooltip ">
588- < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
588+ < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
589589 #if( $exceptionThreshold =='potentiallyExecutes ' && $analysis.isThrowsException()) style ="color: #e94f37; font-weight: bold; "
590590 #elseif($exceptionThreshold =='potentiallyExecutes ' && $analysis.isThrowsExceptionExcluded()) style ="color: #a5b452; font-weight: bold; "
591591 #else style ="color: #393e41; font-weight: bold "
627627 #if( !$analysis.isNoneAffectedVersion())
628628 < li >
629629 < div class ="tooltip ">
630- < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
630+ < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
631631 #if( $exceptionThreshold =='actuallyExecutes ' && $analysis.isThrowsException()) style ="color: #e94f37; font-weight: bold; "
632632 #elseif($exceptionThreshold =='actuallyExecutes ' && $analysis.isThrowsExceptionExcluded()) style ="color: #a5b452; font-weight: bold; "
633633 #else style ="color: #393e41; font-weight: bold "
747747 #foreach( $analysis in $vul.analyses )
748748 < li >
749749 < div class ="tooltip ">
750- < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
750+ < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
751751 #if($exceptionThreshold =='dependsOn ' && $analysis.isThrowsException()) style ="color: #e94f37; font-weight: bold; "
752752 #elseif($exceptionThreshold =='dependsOn ' && $analysis.isThrowsExceptionExcluded()) style ="color: #e94f37; font-weight: bold; "
753753 #else style ="color: #393e41; font-weight: bold "
789789 #if( !$analysis.isNoneAffectedVersion())
790790 < li >
791791 < div class ="tooltip ">
792- < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
792+ < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
793793 #if( $exceptionThreshold =='potentiallyExecutes ' && $analysis.isThrowsException()) style ="color: #e94f37; font-weight: bold; "
794794 #elseif($exceptionThreshold =='potentiallyExecutes ' && $analysis.isThrowsExceptionExcluded()) style ="color: #e94f37; font-weight: bold; "
795795 #else style ="color: #393e41; font-weight: bold "
831831 #if( !$analysis.isNoneAffectedVersion())
832832 < li >
833833 < div class ="tooltip ">
834- < a href ="$vulas-backend-serviceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
834+ < a href ="$vulasBackendServiceUrl /../apps/#/$space.getSpaceToken()/$analysis.getApp().getMvnGroup()/$analysis.getApp().getArtifact()/$analysis.getApp().getVersion() "
835835 #if( $exceptionThreshold =='actuallyExecutes ' && $analysis.isThrowsException()) style ="color: #e94f37; font-weight: bold; "
836836 #elseif($exceptionThreshold =='actuallyExecutes ' && $analysis.isThrowsExceptionExcluded()) style ="color: #e94f37; font-weight: bold; "
837837 #else style ="color: #393e41; font-weight: bold "
0 commit comments