MCPcopy Index your code
hub / github.com/1150037361/SpringScan / contiansUrl

Method contiansUrl

src/main/java/tableMode/VulTableMode.java:51–61  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

49 }
50
51 public Boolean contiansUrl(String url){
52 if (vulData == null){
53 return false;
54 }
55 for (VulData info: vulData){
56 if (url.equals(info.getUrl())){
57 return true;
58 }
59 }
60 return false;
61 }
62
63 //public Boolean
64}

Callers 1

checkVulMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected