--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CA%2BXL9jFGCh25MQq-mOXYXB5z%2B%3DsOVom91%2Bvcya10H7Aro%2BviAQ%40mail.gmail.com.
AFAIK Quarkus' strategy is to avoid as much as possible configuration
options specific to a GraalVM flags.
The reason for this is that non-public GraalVM flags (like the ones
starting with `-H:` change overtime and we would thus prefer Quarkus
configuration options to be more generic so that they remain relevant
over time, i.e., the way we do the hardening might change overtime,
but hardening is a concept that won't go away.
So you are thinking for this specific case we could have a config for pie which is default 'falseand users can toggle totrue` and
we could then do the "right thing" over time?
/max
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CA%2BXL9jGhu7quDSaKxO5iSjXyagC6F5XZmczxo1jqRhFiwUc%3DWQ%40mail.gmail.com.
On Thu, May 25, 2023 at 1:31 PM Max Rydahl Andersen <mand...@redhat.com> wrote:
>
> AFAIK Quarkus' strategy is to avoid as much as possible configuration
> options specific to a GraalVM flags.
> The reason for this is that non-public GraalVM flags (like the ones
> starting with `-H:` change overtime and we would thus prefer Quarkus
> configuration options to be more generic so that they remain relevant
> over time, i.e., the way we do the hardening might change overtime,
> but hardening is a concept that won't go away.
>
> So you are thinking for this specific case we could have a config for pie which is default 'falseand users can toggle totrue` and
> we could then do the "right thing" over time?
>
Correct, there is no intention to do a hardening research and add all
possible flags at the moment. For now it would be just `pie` vs
`no-pie`.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALeTM-%3D96SsZZZB%2BXLrKP%2BDB0yiLkgVvi5_wXKaTqxH7-hhU4g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CANwCmXK6KYJBkBAGPd2s97R0Fe6x16VRichZyLE_b1NTVZSoqQ%40mail.gmail.com.