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-06-06 16:17:21 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
2d98d6c915022302cceabbcb999856876a583304
2d98d6c9
2 parents
c2b4bd6c
a9f50b3e
Merge branch 'master' of
https://github.com/yhackerbv/VulnNottiProject
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
Vulnerablity_DB/VulnCrawler/VulnRDS.cs
Vulnerablity_DB/VulnCrawler/VulnWorker.cs
Vulnerablity_DB/VulnCrawler/VulnRDS.cs
View file @
2d98d6c
This diff is collapsed. Click to expand it.
Vulnerablity_DB/VulnCrawler/VulnWorker.cs
View file @
2d98d6c
...
...
@@ -28,6 +28,7 @@ namespace VulnCrawler
continue
;
}
foreach
(
var
parent
in
commit
.
Parents
)
{
// 부모 커밋과 현재 커밋을 Compare 하여 패치 내역을 가져옴
var
patch
=
crawler
.
Repository
.
Diff
.
Compare
<
Patch
>(
parent
.
Tree
,
commit
.
Tree
);
// 패치 엔트리 파일 배열 중에 파일 확장자가 .py인 것만 가져옴
...
...
Please
register
or
login
to post a comment