Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
falcosecurity
/
plugin-sdk-rs
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
12
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(plugin)!: pass Miri tests
- #85
#85
Merged
poiana
merged 17 commits into
falcosecurity:main
falcosecurity/plugin-sdk-rs:main
from
gnosek:miri
gnosek/falco-plugin-rs:miri
Copy head branch name to clipboard
Jun 3, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
fix(plugin)!: pass Miri tests
#85
poiana
merged 17 commits into
falcosecurity:main
falcosecurity/plugin-sdk-rs:main
from
gnosek:miri
gnosek/falco-plugin-rs:miri
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2026
new(build): add dedicated miri feature flags
Show description for 6dbbffa
gnosek
committed
6dbbffa
View commit details
Copy full SHA for 6dbbffa
Browse repository at this point
new(build): skip unsupported tests under miri
Show description for bf1d0f8
gnosek
committed
bf1d0f8
View commit details
Copy full SHA for bf1d0f8
Browse repository at this point
fix(runner): avoid retag UB in async_event handler
Show description for 745139c
gnosek
committed
745139c
View commit details
Copy full SHA for 745139c
Browse repository at this point
fix(plugin): avoid CStr borrow invalidation in async emit
Show description for f1c1413
gnosek
committed
f1c1413
View commit details
Copy full SHA for f1c1413
Browse repository at this point
fix(runner): avoid mutable retag in plugin owner access
Show description for 7a2e447
gnosek
committed
7a2e447
View commit details
Copy full SHA for 7a2e447
Browse repository at this point
fix(runner): store table handles as raw pointers
Show description for 2e9d1ef
gnosek
committed
2e9d1ef
View commit details
Copy full SHA for 2e9d1ef
Browse repository at this point
chore(plugin)!: replace Box<Table> wrapper with Table
Show description for 18d3b37
gnosek
committed
18d3b37
View commit details
Copy full SHA for 18d3b37
Browse repository at this point
fix(plugin): switch table box internals to NonNull
Show description for ccd712d
gnosek
committed
ccd712d
View commit details
Copy full SHA for ccd712d
Browse repository at this point
fix(plugin): remove invalid mutable ref conversion
Show description for 37c285c
gnosek
committed
37c285c
View commit details
Copy full SHA for 37c285c
Browse repository at this point
fix(runner): avoid slice borrow for event batches
Show description for 9e37cb3
gnosek
committed
9e37cb3
View commit details
Copy full SHA for 9e37cb3
Browse repository at this point
fix(plugin): pass exported tables through *const Table
Show description for 7f758b3
gnosek
committed
7f758b3
View commit details
Copy full SHA for 7f758b3
Browse repository at this point
fix(tests): use miri-safe lock implementation
Show description for 6036087
gnosek
committed
6036087
View commit details
Copy full SHA for 6036087
Browse repository at this point
fix(plugin): close panic-path memory leak in source wrappers
Show description for 6f10b47
gnosek
committed
6f10b47
View commit details
Copy full SHA for 6f10b47
Browse repository at this point
fix(plugin): use raw pointers for table vtable wiring
Show description for be76da9
gnosek
committed
be76da9
View commit details
Copy full SHA for be76da9
Browse repository at this point
fix(plugin): remove extra mutable reference conversion
Show description for d797d2d
gnosek
committed
d797d2d
View commit details
Copy full SHA for d797d2d
Browse repository at this point
fix(plugin): avoid creating &mut from FFI tabledata ptr
Show description for 07cb3c0
gnosek
committed
07cb3c0
View commit details
Copy full SHA for 07cb3c0
Browse repository at this point
new(ci): run miri tests in CI
Show description for fbb1573
gnosek
committed
fbb1573
View commit details
Copy full SHA for fbb1573
Browse repository at this point
You can’t perform that action at this time.