Modify rule S6470(Docker): Improve message (#1495)
This commit is contained in:
parent
2cf782e3e6
commit
a51217c6d9
@ -8,11 +8,13 @@ ifdef::env-github,rspecator-view[]
|
|||||||
|
|
||||||
When a dangerous wildcard is found:
|
When a dangerous wildcard is found:
|
||||||
|
|
||||||
* Make sure that using globbing in a (COPY|ADD) source is safe here.
|
* COPY: Copying using a glob pattern might inadvertently add sensitive data to the container. Make sure it is safe here.
|
||||||
|
* ADD: Adding files using a glob pattern might inadvertently add sensitive data to the container. Make sure it is safe here.
|
||||||
|
|
||||||
In any other case:
|
In any other case:
|
||||||
|
|
||||||
* Make sure that recursively copying directories is safe here.
|
* COPY: Copying recursively might inadvertently add sensitive data to the container. Make sure it is safe here.
|
||||||
|
* ADD: Adding files recursively might inadvertently add sensitive data to the container. Make sure it is safe here.
|
||||||
|
|
||||||
== Highlighting
|
== Highlighting
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user