-
Notifications
You must be signed in to change notification settings - Fork 232
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
Validator review code change #739
Validator review code change #739
Conversation
i) Added translator code ii)Added transmission code iii)Added test folder iv)Added mapping files
ii)Added code for error handling in results_connector
i)Added code for url and end point ii) Corrected configuration attributes in config file iii) Added a function to append default time range if not present in input STIX pattern
hostname added for pytest
Updated unittest transmission file
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.
It looks like all the file has changed somehow! not sure what's the update. you should create a new branch and submit your pr with the specific change that you made.
Codecov Report
@@ Coverage Diff @@
## develop #739 +/- ##
========================================
Coverage 63.29% 63.29%
========================================
Files 425 425
Lines 36817 36817
========================================
Hits 23304 23304
Misses 13513 13513
Continue to review full report at Codecov.
|
Deleting .idea directory
@mdazam1942 , @delliott90 |
.gitignore
Outdated
@@ -78,3 +78,5 @@ virtualenv/ | |||
*.sqlite | |||
deployment/ibm_cloud_pak_for_security/backup_* | |||
deployment/ibm_cloud_pak_for_security/bundle | |||
.idea | |||
.idea/ |
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.
what is .idea? don't think you should make changes in .gitignore file
@mdazam1942 , @delliott90 |
Code change on validator review comments