We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path Traversal Vulnerability in MctConfig.java
Limitation of a pathname to a restricted directory.
Lack of limitation of a pathname to a restricted directory.
/java/src/main/java/org/config/MctConfig.java
public MctNpmPackageValidationSupport mctNpmPackageValidationSupport( FhirContext fhirContext, MctProperties properties) throws IOException { MctNpmPackageValidationSupport validationSupport = new MctNpmPackageValidationSupport(fhirContext); NpmPackage basePackage; for (Map.Entry<String, MctProperties.ImplementationGuide> igs : properties.getImplementationGuides().entrySet()) { if (igs.getValue().getUrl() != null) { basePackage = NpmPackage.fromUrl(igs.getValue().getUrl()); }
The text was updated successfully, but these errors were encountered:
c-schuler
No branches or pull requests
Issue Report
Path Traversal Vulnerability in MctConfig.java
Expected behavior
Limitation of a pathname to a restricted directory.
Actual behavior
Lack of limitation of a pathname to a restricted directory.
Traversal') vulnerability pending CVSS allocation
The text was updated successfully, but these errors were encountered: