Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.95 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.95 KB

Events and Meetups

No-instrumentation Log Injection in Go using eBPF

Date: September 12, 2020

Excerpt:

Write and deploy eBPF userspace-probes native in Linux VMs v4.9+ to dynamically inject tracepoint in your Go programs with the following constraints:

  • Less than 5% performance overhead
  • Reliably start, deploy and stop probes without leaks.
  • Provide apis to sample, filter and access data.
Resources

Meetup Resources:


Pixie Resources:

DIY Gosec: Detect Complex code patterns using semantic grep

Date: December 5, 2020

Excerpt:

Semgrep is a fast, open-source, static analysis tool that excels at expressing code standards — without complicated queries — and surfacing bugs early at editor, commit, and CI time. Precise rules look like the code you’re searching; no more traversing abstract syntax trees or wrestling with regexes.

Resources

Meetup Resources:


Bence Nagy