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-05-21 00:48:59 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
153231888348a595dc5ef1eb110d5cd54975e1bc
15323188
2 parents
e0776616
72ce2194
충돌 해결
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Vulnerablity_DB/VulnCrawler/VulnWorker.cs
Vulnerablity_DB/VulnCrawler/VulnWorker.cs
View file @
1532318
...
...
@@ -94,6 +94,7 @@ namespace VulnCrawler
{
(
var
methodName
,
var
blocks
)
=
tuple
;
Console
.
WriteLine
(
$
"메서드 이름 : {methodName}"
);
foreach
(
var
block
in
blocks
)
{
if
(
block
.
HasCritical
)
...
...
Please
register
or
login
to post a comment