Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
bdcea77f
Commit
bdcea77f
authored
4 years ago
by
apriestman
Browse files
Options
Downloads
Patches
Plain Diff
More minor updates
parent
cd57e93b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/doxygen/schema/db_schema_8_6.dox
+2
-2
2 additions, 2 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
with
2 additions
and
2 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
+
2
−
2
View file @
bdcea77f
...
@@ -193,7 +193,7 @@ Stores artifacts associated with objects.
...
@@ -193,7 +193,7 @@ Stores artifacts associated with objects.
- **artifact_type_id** - Id for the type of artifact (can be looked up in the blackboard_artifact_types table)
- **artifact_type_id** - Id for the type of artifact (can be looked up in the blackboard_artifact_types table)
- **data_source_obj_id** - Id of the data source for this artifact
- **data_source_obj_id** - Id of the data source for this artifact
- **artifact_type_id** - Type of artifact (references artifact_type_id in blackboard_artifact_types)
- **artifact_type_id** - Type of artifact (references artifact_type_id in blackboard_artifact_types)
- **review_status_id** - (references review_status_id in review_statuses)
- **review_status_id** -
Review status
(references review_status_id in review_statuses)
## blackboard_attributes
## blackboard_attributes
Stores name value pairs associated with an artifact. Only one of the value columns should be populated.
Stores name value pairs associated with an artifact. Only one of the value columns should be populated.
...
@@ -202,7 +202,7 @@ Stores name value pairs associated with an artifact. Only one of the value colum
...
@@ -202,7 +202,7 @@ Stores name value pairs associated with an artifact. Only one of the value colum
- **source** - Source string, should be module name that created the entry.
- **source** - Source string, should be module name that created the entry.
- **context** - Additional context string
- **context** - Additional context string
- **attribute_type_id** - Id for the type of attribute (can be looked up in the blackboard_attribute_types)
- **attribute_type_id** - Id for the type of attribute (can be looked up in the blackboard_attribute_types)
- **value_type** - The type of value (see org.sleuthkit.datamodel.BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE)
- **value_type** - The type of
the
value (see org.sleuthkit.datamodel.BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE)
- **value_byte** - A blob of binary data (should be NULL unless the value type is byte)
- **value_byte** - A blob of binary data (should be NULL unless the value type is byte)
- **value_text** - A string of text (should be NULL unless the value type is string)
- **value_text** - A string of text (should be NULL unless the value type is string)
- **value_int32** - An integer (should be NULL unless the value type is int)
- **value_int32** - An integer (should be NULL unless the value type is int)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment