-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pe_source module from pe-reports #1
Open
aloftus23
wants to merge
40
commits into
develop
Choose a base branch
from
AL-copy-pe-reports
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
2bad91e
Copy pe_source module for pe_reports repo
aloftus23 9c23a77
Create new setup.py and update import directories
aloftus23 7289af6
Run linter
aloftus23 ad3d391
Fix pre-commit checks
aloftus23 ab4e5a7
Update README.md with examples
aloftus23 f489fa6
fix readme linter
aloftus23 83ea436
Fix pytests
aloftus23 75f5e54
fix lint
aloftus23 77951cb
Fix dnstwist script
aloftus23 c42e28d
fix lint
aloftus23 3dbd17c
Don't tesst on python3.7 packages since it will fail with new package…
aloftus23 99e738b
Also remove python 3.6
aloftus23 0bcb398
fix build.yml file
aloftus23 0a5e6a4
Remove python 3.6/3.7 and add 3.10/3.11 to setup.py
aloftus23 3e7eab1
Correct comment and alphabetize package_data
aloftus23 ccbeaac
Remove E712 ignore
aloftus23 b23a404
Change pe_scripts to pe_source
aloftus23 e25ecd0
Delete .DS_Store
aloftus23 f58ca92
Fix .gitignore
aloftus23 3ed5c3d
Fix formatting in README
aloftus23 036eac1
Fix setup.py mistakes
aloftus23 412515b
Fix commenting in __init__
aloftus23 6c3d078
Remove ubuntu-10.04 from build.yml
aloftus23 5d1b723
Alphabetize .pre-commit configs
aloftus23 3bbb6a2
Merge branch 'AL-copy-pe-reports' of https://github.com/cisagov/pe-so…
aloftus23 d8e46a6
Fix options in docopt and readme
aloftus23 d67d2d7
Alphabetize database.ini
aloftus23 e63fb27
Delete tests/.DS_Store
aloftus23 ac7c6ea
Re-add CPython to setup.oy
aloftus23 00275f0
Fix comment in src/pe_source/cybersixgill.py
aloftus23 95615a1
Simplify pe_org log in src/pe_source/cybersixgill.py
aloftus23 3d24f0b
Run linter
aloftus23 f66a62e
Merge branch 'AL-copy-pe-reports' of https://github.com/cisagov/pe-so…
aloftus23 37e73ba
Use ipaddress python library to determine v6 vs v4
aloftus23 53e8e28
Sort root_domains_dnsmonitor by domain
aloftus23 f618d12
Sort cybersixgill.py sites
aloftus23 3a2e262
Fix docopt for soc-med-included
aloftus23 02fa638
Merge branch 'AL-copy-pe-reports' of https://github.com/cisagov/pe-so…
aloftus23 10f0e6d
Address magic numbers
aloftus23 c362c8e
Replace double for-loop with merge in dnsmonitor/source
aloftus23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
--soc_med_included
flag is not listed under "Options:" below.Also, the other options use
-
instead of_
. I suggest renaming the option--soc-med-included
for consistency.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here: d8e46a6