Skip to content

Commit

Permalink
Pipeline: Release 4.4.0.stable90 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Jan 24, 2024
1 parent f313589 commit 2ff4b13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/odm/models/badlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| attribution | [Attribution](/assemblyline4_docs/odm/models/badlist/#attribution) | Attribution related to the bad hash | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| classification | Classification | Computed max classification for the bad hash | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| enabled | Boolean | Is bad hash enabled or not? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `True` |
| expiry_ts | Date | When does this item expire from the list? | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| hashes | [Hashes](/assemblyline4_docs/odm/models/badlist/#hashes) | List of hashes related to the bad hash | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | See [Hashes](/assemblyline4_docs/odm/models/badlist/#hashes) for more details. |
| file | [File](/assemblyline4_docs/odm/models/badlist/#file) | Information about the file | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| sources | List [[Source](/assemblyline4_docs/odm/models/badlist/#source)] | List of reasons why hash is badlisted | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
Expand Down
2 changes: 2 additions & 0 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@
| delete_workers | Integer | Worker processes for file storage deletes. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `2` |
| iteration_max_tasks | Integer | How many query chunks get run per iteration. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `20` |
| delete_batch_size | Integer | How large a batch get deleted per iteration. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `2000` |
| safelisted_tag_dtl | Integer | The default period, in days, before tags expire from Safelist | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `0` |
| badlisted_tag_dtl | Integer | The default period, in days, before tags expire from Badlist | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `0` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
1 change: 1 addition & 0 deletions docs/odm/models/safelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| added | Date | Date when the safelisted hash was added | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `NOW` |
| classification | Classification | Computed max classification for the safe hash | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| enabled | Boolean | Is safe hash enabled or not? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `True` |
| expiry_ts | Date | When does this item expire from the list? | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| hashes | [Hashes](/assemblyline4_docs/odm/models/safelist/#hashes) | List of hashes related to the safe hash | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | See [Hashes](/assemblyline4_docs/odm/models/safelist/#hashes) for more details. |
| file | [File](/assemblyline4_docs/odm/models/safelist/#file) | Information about the file | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| sources | List [[Source](/assemblyline4_docs/odm/models/safelist/#source)] | List of reasons why hash is safelisted | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
Expand Down
1 change: 1 addition & 0 deletions docs/odm/models/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
| :--- | :--- | :--- | :--- | :--- |
| main_class | List [Keyword] | Main Class | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| main_package | List [Keyword] | Main Package | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| imported_package | List [Keyword] | Imported package | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down

0 comments on commit 2ff4b13

Please sign in to comment.