Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Conversation

aliassheikh
Copy link
Contributor

Fixes DD-1459 Fix uncontrolled data used in path expression

Description of changes

public Response startImport(StartImport start) {
log.debug("Received command = {}", start);
String batchName;
try {
importArea.checkBaseFolderSecurity(start.getInputPath());
batchName = importArea.startImport(start.getInputPath(), start.isBatch(), start.isContinue());
}

How to test

Related PRs

(Add links)

Notify

@DANS-KNAW/core-systems

@aliassheikh aliassheikh closed this Apr 5, 2024
@aliassheikh aliassheikh deleted the DD-1459-Fix-Uncontrolled-data-used-in-paths-Test-1A branch April 5, 2024 10:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant