{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":357996839,"defaultBranch":"module-version-2.10","name":"falcosecurity-libs","ownerLogin":"stackrox","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-04-14T18:00:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/40638982?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719825831.0","currentOid":""},"activityList":{"items":[{"before":"6fddeadbf4302be0899e65fbf72491fe41eab3f0","after":"8cdcdda1c9f3ff23a0c9953e095e9c9f50e84bf4","ref":"refs/heads/module-version-2.9","pushedAt":"2024-06-06T10:35:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Molter73","name":"Mauro Ezequiel Moltrasio","path":"/Molter73","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20206636?s=80&v=4"},"commit":{"message":"fix(bpf): fix rss_stat being an array and not a struct (#78)","shortMessageHtmlLink":"fix(bpf): fix rss_stat being an array and not a struct (#78)"}},{"before":"7e49041c2a3926e71f5a8164f227cce85967db2a","after":"3d097e26001c7949a4a3dd25b2039a78d037dd22","ref":"refs/heads/mauro/backport-rss-stat-fix","pushedAt":"2024-06-03T15:23:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Molter73","name":"Mauro Ezequiel Moltrasio","path":"/Molter73","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20206636?s=80&v=4"},"commit":{"message":"Fix condition","shortMessageHtmlLink":"Fix condition"}},{"before":"c6f636aee7a1ce92634c524025e8d71c4a5948de","after":"7e49041c2a3926e71f5a8164f227cce85967db2a","ref":"refs/heads/mauro/backport-rss-stat-fix","pushedAt":"2024-06-03T12:16:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Molter73","name":"Mauro Ezequiel Moltrasio","path":"/Molter73","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20206636?s=80&v=4"},"commit":{"message":"Apply fix specifically for RHEL 9.4+","shortMessageHtmlLink":"Apply fix specifically for RHEL 9.4+"}},{"before":"47b558eb91ed809a1f12616a2547c8b360eff00c","after":"c6f636aee7a1ce92634c524025e8d71c4a5948de","ref":"refs/heads/mauro/backport-rss-stat-fix","pushedAt":"2024-06-03T11:44:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Molter73","name":"Mauro Ezequiel Moltrasio","path":"/Molter73","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20206636?s=80&v=4"},"commit":{"message":"Apply fix specifically for RHEL 9.4+","shortMessageHtmlLink":"Apply fix specifically for RHEL 9.4+"}},{"before":null,"after":"47b558eb91ed809a1f12616a2547c8b360eff00c","ref":"refs/heads/mauro/backport-rss-stat-fix","pushedAt":"2024-06-03T10:13:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Molter73","name":"Mauro Ezequiel Moltrasio","path":"/Molter73","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20206636?s=80&v=4"},"commit":{"message":"fix(bpf): fix rss_stat being an array and not a struct\n\nThis patch was extracted from this upstream commit:\nhttps://github.com/falcosecurity/libs/pull/1729/commits/6ff31670ed7d5700f533806f7df1970f6e3d3398\n\nBecause we are not backporting the full feature added by the original\nPR, this is a smaller patch.","shortMessageHtmlLink":"fix(bpf): fix rss_stat being an array and not a struct"}},{"before":null,"after":"6fddeadbf4302be0899e65fbf72491fe41eab3f0","ref":"refs/heads/module-version-2.9","pushedAt":"2024-05-22T07:32:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Fix sys_enter_args/sys_exit_args for 9.4\n\nThose structures were modified to include an extra padding, addressing\nlazy preemption change. RHEL 9.4 contains a changeset (the upstream\ncommit ba8ea72388a1) that renders is unnecessary and in fact mess up\nonce more fields alignment. Apply the padding only before 9.4 .","shortMessageHtmlLink":"Fix sys_enter_args/sys_exit_args for 9.4"}},{"before":"ff51a3f78a813f82e94b3d6a01a4aed6329370ec","after":"a283653ee897a17c77d781931170962494188bc3","ref":"refs/heads/module-version-2.10","pushedAt":"2024-05-17T16:21:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Fix sys_enter_args/sys_exit_args for 9.4\n\nThose structures were modified to include an extra padding, addressing\nlazy preemption change. RHEL 9.4 contains a changeset (the upstream\ncommit ba8ea72388a1) that renders is unnecessary and in fact mess up\nonce more fields alignment. Apply the padding only before 9.4 .","shortMessageHtmlLink":"Fix sys_enter_args/sys_exit_args for 9.4"}},{"before":null,"after":"727fb20dd132740ca8b53208c1c18529ef4646a7","ref":"refs/heads/fix/bound-lazy-preemptio-fix-with-9.4","pushedAt":"2024-05-17T10:02:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Fix sys_enter_args/sys_exit_args for 9.4\n\nThose structures were modified to include an extra padding, addressing\nlazy preemption change. RHEL 9.4 contains a changeset (the upstream\ncommit ba8ea72388a1) that renders is unnecessary and in fact mess up\nonce more fields alignment. Apply the padding only before 9.4 .","shortMessageHtmlLink":"Fix sys_enter_args/sys_exit_args for 9.4"}},{"before":"44b0a1e1f709cf8d5a87ded4ba7472a32c04d2ef","after":null,"ref":"refs/heads/ovalenti/collector_control_channel","pushedAt":"2024-05-14T14:40:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ovalenti","name":"Olivier Valentin","path":"/ovalenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8095678?s=80&v=4"}},{"before":"3a4115241184e98f1f65062b537d9ab6ed1b4a3e","after":"ff51a3f78a813f82e94b3d6a01a4aed6329370ec","ref":"refs/heads/module-version-2.10","pushedAt":"2024-05-02T14:55:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Split user info\n\nsinsp_threadinfo contains two fields with user and login_user\ninformation. Since those fields are of scap_userinfo type and statically\nallocated, they take a lot of space:\n\n scap_userinfo m_user; /* 368 2312 */\n scap_userinfo m_loginuser; /* 2680 2312 */\n\nwhich is 4624 bytes out of 5728 for the whole sinsp_threadinfo:\n\n /* size: 5728, cachelines: 90, members: 64 */\n\nMost of this memory is coming from the fields name\n(MAX_CREDENTIALS_STR_LEN), homedir and shell (both SCAP_MAX_PATH_SIZE).\nFor a process-heavy workload this can mean a lot of memory taken for\nthese purposes.\n\nTo make memory management more flexible, split m_user/m_loginuser into\ntwo set of fields:\n* one containing uid/gid, which are ubiquitous and generally used\neverywhere\n* one for the rest of heavy details, which are needed less often\n\nThe new sinsp_userinfo class is not supposed to use separately from\nsinsp_threadinfo, thus it's defined inside the class.\n\nCo-authored-by: Mauro Ezequiel Moltrasio \nSigned-off-by: Dmitrii Dolgov <9erthalion6@gmail.com>","shortMessageHtmlLink":"Split user info"}},{"before":"39798f7adaa1b77f1baddf290eb60f50774768b3","after":"27a614bb8ffdc1561c0b49adcdeba4a643643645","ref":"refs/heads/feature/split-user-info-backport","pushedAt":"2024-05-02T14:06:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Split user info\n\nsinsp_threadinfo contains two fields with user and login_user\ninformation. Since those fields are of scap_userinfo type and statically\nallocated, they take a lot of space:\n\n scap_userinfo m_user; /* 368 2312 */\n scap_userinfo m_loginuser; /* 2680 2312 */\n\nwhich is 4624 bytes out of 5728 for the whole sinsp_threadinfo:\n\n /* size: 5728, cachelines: 90, members: 64 */\n\nMost of this memory is coming from the fields name\n(MAX_CREDENTIALS_STR_LEN), homedir and shell (both SCAP_MAX_PATH_SIZE).\nFor a process-heavy workload this can mean a lot of memory taken for\nthese purposes.\n\nTo make memory management more flexible, split m_user/m_loginuser into\ntwo set of fields:\n* one containing uid/gid, which are ubiquitous and generally used\neverywhere\n* one for the rest of heavy details, which are needed less often\n\nThe new sinsp_userinfo class is not supposed to use separately from\nsinsp_threadinfo, thus it's defined inside the class.\n\nCo-authored-by: Mauro Ezequiel Moltrasio \nSigned-off-by: Dmitrii Dolgov <9erthalion6@gmail.com>","shortMessageHtmlLink":"Split user info"}},{"before":"709abf4eb9eb41d7621a1a9713836afb01143a56","after":"3a4115241184e98f1f65062b537d9ab6ed1b4a3e","ref":"refs/heads/module-version-2.10","pushedAt":"2024-04-29T11:34:12.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"drop config guard for powerpc","shortMessageHtmlLink":"drop config guard for powerpc"}},{"before":null,"after":"f5c0ed826be7abb6413cd80344604102885a20d8","ref":"refs/heads/giles/cherry-pick-power-threadinfo-fix","pushedAt":"2024-04-26T11:28:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"drop config guard for powerpc","shortMessageHtmlLink":"drop config guard for powerpc"}},{"before":null,"after":"39798f7adaa1b77f1baddf290eb60f50774768b3","ref":"refs/heads/feature/split-user-info-backport","pushedAt":"2024-04-24T09:01:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Split user info\n\nsinsp_threadinfo contains two fields with user and login_user\ninformation. Since those fields are of scap_userinfo type and statically\nallocated, they take a lot of space:\n\n scap_userinfo m_user; /* 368 2312 */\n scap_userinfo m_loginuser; /* 2680 2312 */\n\nwhich is 4624 bytes out of 5728 for the whole sinsp_threadinfo:\n\n /* size: 5728, cachelines: 90, members: 64 */\n\nMost of this memory is coming from the fields name\n(MAX_CREDENTIALS_STR_LEN), homedir and shell (both SCAP_MAX_PATH_SIZE).\nFor a process-heavy workload this can mean a lot of memory taken for\nthese purposes.\n\nTo make memory management more flexible, split m_user/m_loginuser into\ntwo set of fields:\n* one containing uid/gid, which are ubiquitous and generally used\neverywhere\n* one for the rest of heavy details, which are needed less often\n\nThe new sinsp_userinfo class is not supposed to use separately from\nsinsp_threadinfo, thus it's defined inside the class.\n\nCo-authored-by: Mauro Ezequiel Moltrasio \nSigned-off-by: Dmitrii Dolgov <9erthalion6@gmail.com>","shortMessageHtmlLink":"Split user info"}},{"before":"15bed83e4550d17051b09413e7906bfd887af8b4","after":"947a2fff3eb971525edc0aa37da68ae0f24e97f3","ref":"refs/heads/feature/split-user-info","pushedAt":"2024-04-23T14:43:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Split user info\n\nsinsp_threadinfo contains two fields with user and login_user\ninformation. Since those fields are of scap_userinfo type and statically\nallocated, they take a lot of space:\n\n scap_userinfo m_user; /* 368 2312 */\n scap_userinfo m_loginuser; /* 2680 2312 */\n\nwhich is 4624 bytes out of 5728 for the whole sinsp_threadinfo:\n\n /* size: 5728, cachelines: 90, members: 64 */\n\nMost of this memory is coming from the fields name\n(MAX_CREDENTIALS_STR_LEN), homedir and shell (both SCAP_MAX_PATH_SIZE).\nFor a process-heavy workload this can mean a lot of memory taken for\nthese purposes.\n\nTo make memory management more flexible, split m_user/m_loginuser into\ntwo set of fields:\n* one containing uid/gid, which are ubiquitous and generally used\neverywhere\n* one for the rest of heavy details, which are needed less often\n\nThe new sinsp_userinfo class is not supposed to use separately from\nsinsp_threadinfo, thus it's defined inside the class.\n\nCo-authored-by: Mauro Ezequiel Moltrasio ","shortMessageHtmlLink":"Split user info"}},{"before":"1efda3190b2efcbf93addea8907a2c9a2a9f0253","after":"44b0a1e1f709cf8d5a87ded4ba7472a32c04d2ef","ref":"refs/heads/ovalenti/collector_control_channel","pushedAt":"2024-04-22T15:51:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ovalenti","name":"Olivier Valentin","path":"/ovalenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8095678?s=80&v=4"},"commit":{"message":"Remove In and OUT macros","shortMessageHtmlLink":"Remove In and OUT macros"}},{"before":null,"after":"1efda3190b2efcbf93addea8907a2c9a2a9f0253","ref":"refs/heads/ovalenti/collector_control_channel","pushedAt":"2024-04-18T09:20:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ovalenti","name":"Olivier Valentin","path":"/ovalenti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8095678?s=80&v=4"},"commit":{"message":"Remove most of the IN and OUT references","shortMessageHtmlLink":"Remove most of the IN and OUT references"}},{"before":"33f4f0b67e7ec1817db806dadb38605e3d9872e2","after":"709abf4eb9eb41d7621a1a9713836afb01143a56","ref":"refs/heads/module-version-2.10","pushedAt":"2024-04-16T09:22:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"fix sinsp include directory","shortMessageHtmlLink":"fix sinsp include directory"}},{"before":"d1cb91197b20a583ff081975d30a723b5decd203","after":"33f4f0b67e7ec1817db806dadb38605e3d9872e2","ref":"refs/heads/module-version-2.10","pushedAt":"2024-04-15T11:54:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"tighter guards around thread_info access","shortMessageHtmlLink":"tighter guards around thread_info access"}},{"before":"c52e4b6683121f29e6d0d7d330322fe14fc6e4da","after":"33f4f0b67e7ec1817db806dadb38605e3d9872e2","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-15T09:21:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"tighter guards around thread_info access","shortMessageHtmlLink":"tighter guards around thread_info access"}},{"before":null,"after":"c52e4b6683121f29e6d0d7d330322fe14fc6e4da","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-11T11:12:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Fix IOC_PAGE_SHIFT for ppc64le","shortMessageHtmlLink":"Fix IOC_PAGE_SHIFT for ppc64le"}},{"before":null,"after":"d1cb91197b20a583ff081975d30a723b5decd203","ref":"refs/heads/module-version-2.10","pushedAt":"2024-04-09T11:09:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Add build_root to configure make include","shortMessageHtmlLink":"Add build_root to configure make include"}},{"before":"d1cb91197b20a583ff081975d30a723b5decd203","after":null,"ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-09T11:09:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"}},{"before":"2b29682f91ed81477a60aaf6267cda6d59ed1089","after":"15bed83e4550d17051b09413e7906bfd887af8b4","ref":"refs/heads/feature/split-user-info","pushedAt":"2024-04-08T08:55:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Split user info\n\nsinsp_threadinfo contains two fields with user and login_user\ninformation. Since those fields are of scap_userinfo type and statically\nallocated, they take a lot of space:\n\n scap_userinfo m_user; /* 368 2312 */\n scap_userinfo m_loginuser; /* 2680 2312 */\n\nwhich is 4624 bytes out of 5728 for the whole sinsp_threadinfo:\n\n /* size: 5728, cachelines: 90, members: 64 */\n\nMost of this memory is coming from the fields name\n(MAX_CREDENTIALS_STR_LEN), homedir and shell (both SCAP_MAX_PATH_SIZE).\nFor a process-heavy workload this can mean a lot of memory taken for\nthese purposes.\n\nTo make memory management more flexible, split m_user/m_loginuser into\ntwo set of fields:\n* one containing uid/gid, which are ubiquitous and generally used\neverywhere\n* one for the rest of heavy details, which are needed less often\n\nThe new sinsp_userinfo class is not supposed to use separately from\nsinsp_threadinfo, thus it's defined inside the class.\n\nCo-authored-by: Mauro Ezequiel Moltrasio ","shortMessageHtmlLink":"Split user info"}},{"before":"b2120ec6f5193d354f69affefe87e2d661f3538c","after":"2b29682f91ed81477a60aaf6267cda6d59ed1089","ref":"refs/heads/feature/split-user-info","pushedAt":"2024-04-05T08:24:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"erthalion","name":"Dmitrii Dolgov","path":"/erthalion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/634032?s=80&v=4"},"commit":{"message":"Split user info\n\nsinsp_threadinfo contains two fields with user and login_user\ninformation. Since those fields are of scap_userinfo type and statically\nallocated, they take a lot of space:\n\n scap_userinfo m_user; /* 368 2312 */\n scap_userinfo m_loginuser; /* 2680 2312 */\n\nwhich is 4624 bytes out of 5728 for the whole sinsp_threadinfo:\n\n /* size: 5728, cachelines: 90, members: 64 */\n\nMost of this memory is coming from the fields name\n(MAX_CREDENTIALS_STR_LEN), homedir and shell (both SCAP_MAX_PATH_SIZE).\nFor a process-heavy workload this can mean a lot of memory taken for\nthese purposes.\n\nTo make memory management more flexible, split m_user/m_loginuser into\ntwo set of fields:\n* one containing uid/gid, which are ubiquitous and generally used\neverywhere\n* one for the rest of heavy details, which are needed less often\n\nThe new sinsp_userinfo class is not supposed to use separately from\nsinsp_threadinfo, thus it's defined inside the class.\n\nCo-authored-by: Mauro Ezequiel Moltrasio ","shortMessageHtmlLink":"Split user info"}},{"before":"49cebe91592b39fca39b687f651d74482a442cc2","after":"d1cb91197b20a583ff081975d30a723b5decd203","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-04T08:49:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Add build_root to configure make include","shortMessageHtmlLink":"Add build_root to configure make include"}},{"before":"1197a47f62351655e59163a22d672b119f5ec77f","after":"49cebe91592b39fca39b687f651d74482a442cc2","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-04T08:17:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Fix relative includes in RSS_STAT_ARRAY test","shortMessageHtmlLink":"Fix relative includes in RSS_STAT_ARRAY test"}},{"before":"5dc134ec4c46622c3a0e4754896e46caf9b2b5e8","after":"1197a47f62351655e59163a22d672b119f5ec77f","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-03T12:20:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Use info instead","shortMessageHtmlLink":"Use info instead"}},{"before":"49cebe91592b39fca39b687f651d74482a442cc2","after":"5dc134ec4c46622c3a0e4754896e46caf9b2b5e8","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-03T11:49:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Reinstate output echoing and add build_root to env vars","shortMessageHtmlLink":"Reinstate output echoing and add build_root to env vars"}},{"before":"0667b103a4edaef09982e040ee645c3d7ec20be7","after":"49cebe91592b39fca39b687f651d74482a442cc2","ref":"refs/heads/giles/falco-update-2024-03-21","pushedAt":"2024-04-03T11:27:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Stringy","name":"Giles Hutton","path":"/Stringy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1782335?s=80&v=4"},"commit":{"message":"Fix relative includes in RSS_STAT_ARRAY test","shortMessageHtmlLink":"Fix relative includes in RSS_STAT_ARRAY test"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXg-95wA","startCursor":null,"endCursor":null}},"title":"Activity ยท stackrox/falcosecurity-libs"}