You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meta: refine the security vuln posture for experimental flagged features
Currently, any runtime gated experimental feature security vulnerability
is considered a "valid" vulnerability, even if the work is still very
much work in progress. This adds friction because it ends up requiring
that things be compile time gated which makes it more difficult if there
is not a corresponding CI job to run tests.
This relaxes the policy a bit. For anything that is 1.0 and 1.1, a vuln
report is only valid if it directly compromises a stable feature, allows
a workaround that compromises a stable feature, etc. An example would be
an obvious DOS vector that can be exploited even if the feature is not
enabled, for instance.
This gives us leeway to reject vuln reports on things that are enabled
only by `--experimental-*` runtime flag that are still works in progress.
Signed-off-by: James M Snell <jasnell@gmail.com>
0 commit comments