Merge branch 'master' of https://github.com/yhackerbv/VulnNottiProject
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -113,7 +113,7 @@ namespace VulnUserCodeAnalyzer | ... | @@ -113,7 +113,7 @@ namespace VulnUserCodeAnalyzer |
113 | { | 113 | { |
114 | 114 | ||
115 | /* 연도별 CVE JSON 파일 로드 */ | 115 | /* 연도별 CVE JSON 파일 로드 */ |
116 | - CVE_JSON.AutoLoad(); | 116 | + //CVE_JSON.AutoLoad(); |
117 | 117 | ||
118 | /* 크롤러 타입 */ | 118 | /* 크롤러 타입 */ |
119 | var crawler = new VulnC(); | 119 | var crawler = new VulnC(); | ... | ... |
-
Please register or login to post a comment