Implement authorization import and revocation checks (T-503)
This commit is contained in:
@@ -49,6 +49,8 @@ type ExtractResult struct {
|
||||
Bytes int64
|
||||
EntrypointPath string
|
||||
WorkingDir string
|
||||
ProductID string
|
||||
SupportsTrial bool
|
||||
PayloadFiles []ExtractedFile
|
||||
}
|
||||
|
||||
|
||||
@@ -198,6 +198,8 @@ func (extractor Extractor) ExtractVerifiedFileWithCheck(
|
||||
return ExtractResult{}, packageError(PackageStageExtract, err)
|
||||
}
|
||||
result.WorkingDir = manifest.WorkingDir
|
||||
result.ProductID = manifest.ProductID
|
||||
result.SupportsTrial = manifest.SupportsTrial
|
||||
return result, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user