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-18 16:33:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9499d01900fc67548a2b2d57a272c264b4fcc69a
9499d019
1 parent
a64723d8
Downloader
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Vulnerablity_DB/DownloaderGithubClone/Program.cs
Vulnerablity_DB/DownloaderGithubClone/Program.cs
View file @
9499d01
...
...
@@ -17,6 +17,7 @@ namespace DownloaderGithubClone
string
url
=
Console
.
ReadLine
();
//https://github.com/django/django.git
string
pattern
=
@"https://github.com/(?<ProjectName>\w+)/\w+\.git"
;
var
match
=
Regex
.
Match
(
url
,
pattern
);
...
...
Please
register
or
login
to post a comment