Security tools catch issues. But do they matter?
Join @GeekMasher@pwntester with @GitHub tomorrow as they show how AI agents:
→ Exploit like experts
→ Ship findings in minutes
→ Validate vulns scanners miss
🗓️Live @ 11:15am PT | 2:15pm ET aka.ms/GHAS/1022/x
This week I sat down and started writing up a blog series on "Building a CodeQL Language from Scratch". You can read the first post on my blog here:
geekmasher.dev/sast/codeql/b…#GitHub#CodeQL#SAST
Today I found out that instead of resolving your merge conflicts in your text editor, you can just accept all of the outgoing or incoming changes using one of these commands:
```
git pull -X ours/theirs ...
# or
git merge --strategy-option ours/theirs
```
#git#dev
A week of work has paid off and GeekORM v0.9.0 is out! Added support for automatic migrations via the CLI and some other features.
Checkout the full details here:
github.com/42ByteLabs/geekor…#rustlang#geekorm
Released v0.3 of Konarr today to celebrate the New Year. Massive improvements including continuous scanning of container images and better management of alerts.
github.com/42ByteLabs/konarr…
If you are in the Edinburgh area and want to see a #cybersecurity talk, come and see my talk at the local Defcon chapter @DC44131 on "Konarr: A Story of Building a Software Composition Analysis Platform".
Its on the tool Konarr I built and open sourced.
github.com/42ByteLabs/konarr
Last night I thought to myself "How could I make it possible to write a GitHub App in Rust..." and a few hours later, we have a new OSS Project!
crates.io/crates/octoapp#github#rust#rustlang