Skip to content

Commit

Permalink
Pipeline: Release 4.4.0.stable75 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Nov 8, 2023
1 parent d95083b commit 2e414d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@
| default_max_extracted | Integer | How many extracted files may be added to a submission? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `500` |
| default_max_supplementary | Integer | How many supplementary files may be added to a submission? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `500` |
| dtl | Integer | Number of days submissions will remain in the system by default | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `30` |
| emptyresult_dtl | Integer | Number of days emptyresult will remain in the system | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `5` |
| max_dtl | Integer | Maximum number of days submissions will remain in the system | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `0` |
| max_extraction_depth | Integer | Maximum files extraction depth | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `6` |
| max_file_size | Integer | Maximum size for files submitted in the system | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `104857600` |
Expand Down
2 changes: 1 addition & 1 deletion docs/odm/models/result.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
| description | Text | Description of the file | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| classification | Classification | Classification of the file | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| is_section_image | Boolean | Is this an image used in an Image Result Section? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| parent_relation | Text | File relation to parent, if any. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `EXTRACTED` |
| parent_relation | Text | File relation to parent, if any. <br>Values: `"ROOT", "EXTRACTED", "INFORMATION", "DYNAMIC", "MEMDUMP", "DOWNLOADED"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `EXTRACTED` |
| allow_dynamic_recursion | Boolean | Allow file to be analysed during Dynamic Analysiseven if Dynamic Recursion Prevention is enabled. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |


Expand Down

0 comments on commit 2e414d0

Please sign in to comment.