mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-21 21:31:03 +02:00
[pitboss] sweep after phase 03: 3 deferred items resolved
This commit is contained in:
parent
364d09d6a8
commit
3b660ba1d3
11 changed files with 131 additions and 33 deletions
|
|
@ -172,6 +172,11 @@ pub enum UnsupportedReason {
|
|||
/// The entry kind (e.g. `HttpRoute`, `CliSubcommand`) is not yet supported;
|
||||
/// only `EntryKind::Function` is driven in current milestones.
|
||||
EntryKindUnsupported,
|
||||
/// The lang emitter does not yet support the spec's [`crate::dynamic::spec::PayloadSlot`]
|
||||
/// shape (e.g. `PayloadSlot::Param(n>0)` on Rust, `PayloadSlot::HttpBody`
|
||||
/// on JavaScript). Distinct from [`UnsupportedReason::EntryKindUnsupported`]:
|
||||
/// the entry kind is driveable, only the payload-injection slot is not.
|
||||
PayloadSlotUnsupported,
|
||||
/// Finding confidence is below `Medium`; dynamic verification is not
|
||||
/// attempted for low-confidence findings to avoid noise.
|
||||
ConfidenceTooLow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue