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
Describe the bug
In Caldera v5, "learned" facts (facts parsed by abilities earlier in the operation) do not appear in the Add Potential Link modal for selection.
To Reproduce
Steps to reproduce the behavior (using Caldera v5 on Linux):
Create a new operation using basic fact source.
Execute the "Find local users" ability. Note in the output that the parser has identified several host.user.name fact values.
In the "Add Potential Link" modal, select the "Find user processes" ability.
Note that the ability requires a host.user.name value, but none of the values learned in the previous step populate as options in the form.
Expected behavior
When navigating the "Add Potential Link" form, both "Learned" and "Imported" values of required facts should appear as options with a checkbox. This is the behavior in Caldera v4.2.
Tested On:
OS: Linux (Ubuntu 22.04)
Browser: Firefox
Version: 5.0.0
Additional context
I assume in the Magma version of the Operation page, the fact source is only queried once when the operation is first created. Therefore, facts "learned" during the operation are never pulled and don't appear as options in the "Add Potential Link" modal. I intend to investigate when I have time.
The text was updated successfully, but these errors were encountered:
Describe the bug
In Caldera v5, "learned" facts (facts parsed by abilities earlier in the operation) do not appear in the Add Potential Link modal for selection.
To Reproduce
Steps to reproduce the behavior (using Caldera v5 on Linux):
host.user.name
fact values.host.user.name
value, but none of the values learned in the previous step populate as options in the form.Expected behavior
When navigating the "Add Potential Link" form, both "Learned" and "Imported" values of required facts should appear as options with a checkbox. This is the behavior in Caldera v4.2.
Tested On:
Additional context
I assume in the Magma version of the Operation page, the fact source is only queried once when the operation is first created. Therefore, facts "learned" during the operation are never pulled and don't appear as options in the "Add Potential Link" modal. I intend to investigate when I have time.
The text was updated successfully, but these errors were encountered: