OSS Contributions#
chroma · ★4912 · Go#
A general purpose syntax highlighter in pure Go
fix: commenting issues on gas lexer ·
PR · ↑85 ↓3 ·
April 24, 2026
Issues: 447 1246
Fixes commenting issues in the GAS lexer and adds tests.
- Adds tests for
gas- Changes comment regex in 3 states:
directive-args,instruction-args,whitespaceFixes #447
@|!- Adds comment prefixes ARM@Motorola 68k|SuperH!Fixes #1246
\n->\n?- makes trailing newline optional so final-line comments are highlighted.*?->.*- removed unnecessary lazy quantifier
Comments
alecthomas
Thanks!
misp-docker · ★352 · Shell#
A production ready Dockered MISP
Add MISP-Guard container ·
PR · ↑251 ↓4 ·
September 17, 2025
Issues: 22
This PR adds MISP-Guard as an optional service.
It’s disabled by default but can be toggled with:COMPOSE_PROFILES=misp-guardNotes:
- Added the
entrypoint.shto the service so there was a way to dynamically target themisp-corecontainer IP from docker’s DNS.- Opted for
depends_onat misp-core start since I’ve had misp-core flap on first run.healthcheckfor misp-guard is set to2m, to avoid spamming the logs.- The
READMEhas all the configuration is greater detail.I’ve tested this extensively with clean builds, functions exactly as an external misp-guard would.
Current dockerfile pulls misp-guard via git clone at build time, ideally this should be replaced with a published image and pinned version.
Fixes #22
Comments
ostefano
Love this!
May I suggest to also extend the GitHub actions so we build the image?
monjiapawne
Thanks @ostefano, I’ve extended the test and release workflows to include misp-guard
ostefano
Cool. Will merge as soon as I have a spare cycle to test it.
Thanks again!
ostefano
I am doing a pass because as things they can not work (for example, they require cloning the repo for using it).
I will ask you to reivew it
Add SES Configuration for SMTP ·
PR · ↑14 ↓0 ·
November 14, 2025
Issues:
Adds optional AWS SES SMTP variables to
docker-compose.yml, based on implementation in egos-tech/smtp.Tested with SES in AWS and currently running in production.