Skip to content
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

Remove outdated docstrings #40

Merged
merged 3 commits into from
Nov 9, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions karton/mwdb_reporter/mwdb_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ class MWDBReporter(Karton):
"headers": {
"type": "sample",
"stage": "recognized" (to be processed), "analyzed" (final artifact) or "unrecognized" (unknown file)
"kind": all but not "raw", must have known type or be checked first by "karton.classifier"
"platform": optional target platform
"extension": optional file type extension
},
"payload": {
"sample": Resource with sample contents
Expand All @@ -35,8 +32,6 @@ class MWDBReporter(Karton):
}
```

Samples are decorated with tag: ``kind:platform:extension`` or ``misc:kind`` if platform is missing

Expected incoming task structure for configs:
```
{
Expand All @@ -46,6 +41,7 @@ class MWDBReporter(Karton):
"config_type": <config type> ("static" by default)
},
"payload": {
"config": config file
nazywam marked this conversation as resolved.
Show resolved Hide resolved
"sample": Resource with **original** sample contents
or identifier (hash) of object
"parent": optional, Resource with **unpacked** sample/dump contents
Expand Down
Loading