Toggle navigation
Toggle navigation
This project
Loading...
Sign in
노현종
/
2018-1-Capstone1-VulnNotti
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
노현종
2018-04-10 01:24:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85b51cfb602531a733bc48e8fe5b141ec4500b5a
85b51cfb
1 parent
569d1154
ㄱㅊㄴ
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
Vulnerablity_DB/VulnCrawler/Program.cs
Vulnerablity_DB/VulnCrawler/Program.cs
View file @
85b51cf
...
...
@@ -112,6 +112,11 @@ namespace VulnCrawler
}
}
/*
* CVE 탐지된 코드 순환 -> def로 시작하는 파이썬 함수만 걸러내야함
* 문제는 파이썬은 c와 달리 {}가 없어서 상당히 귀찮음
*/
//bool found = false;
//while (!reader.EndOfStream) {
...
...
Please
register
or
login
to post a comment