-
Notifications
You must be signed in to change notification settings - Fork 95
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
User Agent Analysis Integration #21
base: master
Are you sure you want to change the base?
Conversation
* [DONE] ADD LICENSE * [DONE] UPDATE LOOKUP ERROR TO VALUE ERROR * [DONE] remove hello world * [DONE] Fix config file generation
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.
see outstanding comments
|
||
pip install <filename>.tar.gz | ||
|
||
|
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.
resilient-circuits config and then further editing to add url and api_key information
@@ -0,0 +1 @@ | |||
<<PUT YOUR LICENSE TEXT HERE>> |
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.
mit
"automatic_tasks": [], | ||
"scripts": [], | ||
"workflows": [u"user_agent_workflow"], | ||
"actions": [] |
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.
There should be an example run ("actions") as part of this distribution. You can add by doing:
resilient-circuits codegen --reload fn_useragentanalysis --rule "new rule"
fn_useragentanalysis/setup.py
Outdated
setup( | ||
name='fn_useragentanalysis', | ||
version='1.0.0', | ||
license='<<insert here>>', |
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.
needs to be filled out -- see trello card for settings
Description
Motivation and Context
Fixes #
How Has This Been Tested?
Checklist:
Signed-off-by: