don't report on associated artifacts for accounts

This commit is contained in:
millmanorama 2016-10-20 12:52:33 +02:00
parent 39e3a96d0e
commit 34f08fa780

View File

@ -1495,6 +1495,7 @@ class TableReportGenerator {
} else if (artifactTypeId == BlackboardArtifact.ARTIFACT_TYPE.TSK_ACCOUNT.getTypeID()) {
columns.add(new StatusColumn());
attributeTypeSet.remove(new Type(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_ACCOUNT_TYPE));
attributeTypeSet.remove(new Type(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_ASSOCIATED_ARTIFACT));
} else {
// This is the case that it is a custom type. The reason an else is
// necessary is to make sure that the source file column is added