Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Techlord-RCE
/
sysdig
Public
forked from
draios/sysdig
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit History
Commits on Jun 5, 2018
Perf improvements to calculating the program hash
Show description for 06f27f9
bwolmarans
committed
06f27f9
Copy full SHA for 06f27f9
Introduce non-STL thread table API (#1142)
Show description for 5ed9834
gnosek
authored
5ed9834
Copy full SHA for 5ed9834
Commits on Jun 4, 2018
Remove an assert that would now trigger because I added a test that
Show description for 06f0307
gianlucaborello
committed
06f0307
Copy full SHA for 06f0307
Move away from BPF_MAP_TYPE_PERCPU_ARRAY for per-cpu maps and use a
Show description for 76efc4e
gianlucaborello
committed
76efc4e
Copy full SHA for 76efc4e
Fix snaplen bug: properly set the boundaries for the maximum snaplen, since
Show description for e4b8be7
gianlucaborello
committed
e4b8be7
Copy full SHA for e4b8be7
Fix a bug in val_to_ring: for some parameters, especially strings, the
Show description for cd1b7da
gianlucaborello
committed
cd1b7da
Copy full SHA for cd1b7da
Fix a bug in val_to_ring: large val_len (e.g. large read/write) were always
Show description for 6a67e22
gianlucaborello
committed
6a67e22
Copy full SHA for 6a67e22
Commits on May 30, 2018
Improve state switches (#1121)
Show description for 02f80b9
Mark Stemm
authored
02f80b9
Copy full SHA for 02f80b9
Commits on May 25, 2018
The asm_volatile_goto quirk is not needed anymore for 4.17, kernel has introduced a workaround macro __BPF_TRACING__.
gianlucaborello
committed
9436cf2
Copy full SHA for 9436cf2
Commits on May 24, 2018
Check rulesets first (#1126)
Show description for b3fe25a
Mark Stemm
authored
b3fe25a
Copy full SHA for b3fe25a
Commits on May 22, 2018
Improve the argument truncation behavior on execve failure: the original driver just reports empty arguments, whereas in eBPF make it return what we have up to the limit
gianlucaborello
committed
18fe861
Copy full SHA for 18fe861
Commits on May 18, 2018
Handle fetching argv and envp from system call arguments in case of failure
gianlucaborello
committed
3fab606
Copy full SHA for 3fab606
The previous commit didn't consider that when using non-raw tracepoints (pre 4.17) it's not possible to access system call arguments right from the bpf context, we need to use the argument stashing…
Show description for 45fd3d5
gianlucaborello
committed
45fd3d5
Copy full SHA for 45fd3d5
Dropping logic for bind and fcntl events
gianlucaborello
committed
aaa6caa
Copy full SHA for aaa6caa
Commits on May 17, 2018
Write trailing newlines immediately even in JSON mode (#876)
Show description for 069bd3d
charles-dyfis-net
authored and
Mark Stemm
committed
069bd3d
Copy full SHA for 069bd3d
Commits on May 16, 2018
In dropping mode, drop events that don't change system state
Show description for 66f1a2a
bwolmarans
committed
66f1a2a
Copy full SHA for 66f1a2a
Change sinsp_container_manager::get_container to return a ptr (#1120)
Show description for dd48e48
Mark Stemm
authored
dd48e48
Copy full SHA for dd48e48
Use enums for eBPF filler ids
gianlucaborello
committed
74159be
Copy full SHA for 74159be
Commits on May 14, 2018
make sure the agent compiles under cygwin
ldegio
authored and
gianlucaborello
committed
28ad381
Copy full SHA for 28ad381
Commits on May 12, 2018
Fix OSX build
gianlucaborello
committed
406e0c7
Copy full SHA for 406e0c7
Commits on May 11, 2018
sysdig-probe-loader switches to bpf via environment variable or argv1 == "bpf"
gianlucaborello
committed
6f49849
Copy full SHA for 6f49849
Automatically try to call sysdig-probe-loader when the first initialization fail, so we get an experience more similar to the current automatic modprobe
gianlucaborello
committed
8ae4352
Copy full SHA for 8ae4352
Propagate probe version in the ELF to avoid version mismatch at runtime
gianlucaborello
committed
57fefad
Copy full SHA for 57fefad
Hotplug support for eBPF. In particular, handle:1) Starting sysdig with one random CPU offline2) Propagate an exception from the eBPF program whenever a CPU goes up or down
gianlucaborello
committed
a9df0fa
Copy full SHA for a9df0fa
Consolidate scratch sections
gianlucaborello
committed
8b1d6e2
Copy full SHA for 8b1d6e2
Commits on May 10, 2018
Ignore *.o.ur-safe build artifacts
bwolmarans
committed
e259ae0
Copy full SHA for e259ae0
Redefine asm_volatile_goto for kernels >= 4.17
Show description for 2958eb1
gianlucaborello
committed
2958eb1
Copy full SHA for 2958eb1
Move version-specific behaviors to quirks.h
gianlucaborello
committed
752f420
Copy full SHA for 752f420
Avoid nasty dmesg warning about printk helper
gianlucaborello
committed
a0b9e32
Copy full SHA for a0b9e32
Commits on May 9, 2018
32bit compilation fix
gianlucaborello
committed
15ed9ff
Copy full SHA for 15ed9ff
Multitail support
gianlucaborello
committed
19317d0
Copy full SHA for 19317d0
Fix OSX compilation
gianlucaborello
committed
6da5f6f
Copy full SHA for 6da5f6f
Fix Travis CI
gianlucaborello
committed
83c6286
Copy full SHA for 83c6286
Support raw tracepoints in eBPF rather than just the perf wrappers
gianlucaborello
committed
fddb539
Copy full SHA for fddb539
Disable compilation of BPF probe by default, so travis and other developers without llvm won't run into issues
gianlucaborello
committed
aeefac5
Copy full SHA for aeefac5
Previous
Next
You can’t perform that action at this time.