mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Revert to old known_status handling.
This commit is contained in:
parent
775e8afb2f
commit
f9f064c40d
@ -259,8 +259,7 @@ public class EamArtifactUtil {
|
|||||||
CorrelationDataSource.fromTSKDataSource(correlationCase, af.getDataSource()),
|
CorrelationDataSource.fromTSKDataSource(correlationCase, af.getDataSource()),
|
||||||
af.getParentPath() + af.getName(),
|
af.getParentPath() + af.getName(),
|
||||||
comment,
|
comment,
|
||||||
// @@@ Shouldn't this use the knownStatus argument?
|
knownStatus,
|
||||||
TskData.FileKnown.BAD,
|
|
||||||
CorrelationAttributeInstance.GlobalStatus.LOCAL
|
CorrelationAttributeInstance.GlobalStatus.LOCAL
|
||||||
);
|
);
|
||||||
eamArtifact.addInstance(cei);
|
eamArtifact.addInstance(cei);
|
||||||
|
@ -47,7 +47,6 @@ import org.sleuthkit.datamodel.BlackboardAttribute;
|
|||||||
import org.sleuthkit.datamodel.HashUtility;
|
import org.sleuthkit.datamodel.HashUtility;
|
||||||
import org.sleuthkit.datamodel.TskCoreException;
|
import org.sleuthkit.datamodel.TskCoreException;
|
||||||
import org.sleuthkit.datamodel.TskData;
|
import org.sleuthkit.datamodel.TskData;
|
||||||
import org.sleuthkit.autopsy.centralrepository.datamodel.EamOrganization;
|
|
||||||
import org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener;
|
import org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -127,7 +126,7 @@ class IngestModule implements FileIngestModule {
|
|||||||
eamDataSource,
|
eamDataSource,
|
||||||
af.getParentPath() + af.getName(),
|
af.getParentPath() + af.getName(),
|
||||||
null,
|
null,
|
||||||
af.getKnown(),
|
TskData.FileKnown.UNKNOWN,
|
||||||
CorrelationAttributeInstance.GlobalStatus.LOCAL
|
CorrelationAttributeInstance.GlobalStatus.LOCAL
|
||||||
);
|
);
|
||||||
eamArtifact.addInstance(cefi);
|
eamArtifact.addInstance(cefi);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user