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
At inject level, the status "success" in the traces is not well understood:
Success means that the inject has been correctly executed, but success is also a status of expectation which make the whole thing confusing.
An inject is considered as success if the exit_code = 0 but it doesn't cover cases such as invalid syntax
Proposed Solution
Rename in traces the status "SUCCESS" to "EXECUTED"
Change the logic of this status to cover edge cases, if the inject is not fully executed the status should be "PARTIAL"
improve status MAY BE PREVENTED logic as well ? TBD
The text was updated successfully, but these errors were encountered:
jborozco
added
feature
use for describing a new feature to develop
needs triage
use to identify issue needing triage from Filigran Product team
and removed
needs triage
use to identify issue needing triage from Filigran Product team
labels
Oct 2, 2024
EllynBsc
added
bug
use for describing something not working as expected
and removed
feature
use for describing a new feature to develop
labels
Oct 24, 2024
Use case
At inject level, the status "success" in the traces is not well understood:
Proposed Solution
The text was updated successfully, but these errors were encountered: