Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common_analysis_ip_and_uri
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
common_analysis_ip_and_uri
Commits
19737509
Commit
19737509
authored
7 years ago
by
Peter Weidenbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dependency links corrected and pytest config added
parent
67862b19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
.gitignore
.gitignore
+1
-0
pytest.ini
pytest.ini
+4
-0
setup.py
setup.py
+5
-5
No files found.
.gitignore
View file @
19737509
...
...
@@ -5,3 +5,4 @@ __pycache__
build/*
dist/*
*.egg-info/*
.cache
This diff is collapsed.
Click to expand it.
pytest.ini
0 → 100644
View file @
19737509
[pytest]
addopts
=
--pep8 -v
pep8ignore
=
*.py E501
This diff is collapsed.
Click to expand it.
setup.py
View file @
19737509
...
...
@@ -9,17 +9,17 @@ setup(
package_dir
=
{
'common_analysis_ip_and_uri_finder'
:
'common_analysis_ip_and_uri_finder'
},
package_data
=
{
'common_analysis_ip_and_uri_finder'
:
[
'yara_rules/*'
]},
install_requires
=
[
'common_analysis_base'
,
'common_helper_files'
,
'common_analysis_base
>= 0.1
'
,
'common_helper_files
>= 0.2
'
,
'yara-python >= 3.5'
],
data_files
=
[(
'common_analysis_ip_and_uri_finder/yara_rules'
,
[
'common_analysis_ip_and_uri_finder/yara_rules/ip_rules.yara'
,
'common_analysis_ip_and_uri_finder/yara_rules/uri_rules.yara'
,
])],
])],
dependency_links
=
[
'
git+https://github.com/mass-project/common_analysis_base.git#common_analysis_base
'
,
'
git+https://github.com/fkie-cad/common_helper_files.git#common_helper_files
'
'
https://github.com/mass-project/common_analysis_base/tarball/master#egg=common_analysis_base-0.1
'
,
'
https://github.com/fkie-cad/common_helper_files/tarball/master#egg=common_helper_files-0.2
'
],
description
=
"Analysis module to find IPs und URIs"
,
author
=
"Fraunhofer FKIE, University of Bonn Institute of Computer Science 4"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment