modernplumbing
modernplumbing
## Describe the bug I'm on Jira Cloud trying to create new issues with custom fields. I have the following code, and the custom field is not getting written. Additionally,...
In a test like the following ``` type UnitTestSuite struct { suite.Suite # From github.com/stretchr/testify/suite | v1.7.0 testsuite.WorkflowTestSuite # From go.temporal.io/sdk/testsuite | v1.12.0 workflowEnvironment *testsuite.TestWorkflowEnvironment } func (s *UnitTestSuite) Test_MyWorkflow()...
### What does this PR do? Adds ability to identify the interpreter of a script inside a script via the shebang. This is currently limited to one layer of nested...
https://github.com/DataDog/datadog-agent/pull/12878 but merged with @lebauce's runtime compilation branch. We're in a merge freeze so this is a workaround. ### What does this PR do? ### Motivation ### Additional Notes ###...
### What does this PR do? https://datadoghq.atlassian.net/wiki/spaces/SA/pages/2593980417/Fileless+Process+Execution This feature catches the usage of the memfd_create syscall (https://man7.org/linux/man-pages/man2/memfd_create.2.html) with a rule like `exec.file.path =~ "/memfd:*"`. ### Motivation ### Additional Notes ###...