Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for submatch (0.25 sec)

  1. pkg/apis/core/validation/validation_test.go

    		"absolute subpath":                       {{Name: "abc", MountPath: "/bar", SubPath: "/baz"}},
    		"subpath in ..":                          {{Name: "abc", MountPath: "/bar", SubPath: "../baz"}},
    		"subpath contains ..":                    {{Name: "abc", MountPath: "/bar", SubPath: "baz/../bat"}},
    		"subpath ends in ..":                     {{Name: "abc", MountPath: "/bar", SubPath: "./.."}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    ### CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access
    
    A security issue was discovered in Kubernetes where a user may be able to
    create a container with subpath volume mounts to access files &
    directories outside of the volume, including on the host filesystem.
    
    **Affected Versions**:
      - kubelet v1.22.0 - v1.22.1
      - kubelet v1.21.0 - v1.21.4
      - kubelet v1.20.0 - v1.20.10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "subPath": {
                "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).",
                "type": "string"
              },
              "subPathExpr": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top