2023-04-26 17:32:09 +02:00
|
|
|
== Why is this an issue?
|
|
|
|
|
2023-08-17 12:58:46 +02:00
|
|
|
include::../rationale.adoc[]
|
2023-04-26 17:32:09 +02:00
|
|
|
|
2023-08-17 12:58:46 +02:00
|
|
|
include::../impact.adoc[]
|
2023-04-26 17:32:09 +02:00
|
|
|
|
|
|
|
// How to fix it section
|
|
|
|
|
|
|
|
include::how-to-fix-it/java-se.adoc[]
|
|
|
|
|
|
|
|
== Resources
|
|
|
|
|
|
|
|
include::../common/resources/standards.adoc[]
|
|
|
|
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
|
|
|
|
'''
|
|
|
|
== Implementation Specification
|
|
|
|
(visible only on this page)
|
|
|
|
|
2023-05-25 14:18:12 +02:00
|
|
|
=== Message
|
|
|
|
|
|
|
|
Change this code to prevent users from defining arbitrary environment variables.
|
|
|
|
|
|
|
|
|
|
|
|
=== Highlighting
|
|
|
|
|
|
|
|
Highlight `String[] envp` the 2nd positional argument of
|
|
|
|
`java.lang.Runtime#exec` calls.
|
2023-04-26 17:32:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
endif::env-github,rspecator-view[]
|