Skip to content

Ldeny/sanitize path

Laurent Deny requested to merge ldeny/sanitize_path into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Issue #57 (closed) Make sure that db_path fullfill the requirements for postgresql schemas: start with letter, does not contain any special character but , does not start with pg, is less than 64 characters. Also address part of issue #18 allowing for simple path (does not require /)/

Merge request reports