Mads Jensen

Results 23 issues of Mads Jensen

Django 3.0 provides exclusion constraints for PostgreSQL, so the database will handle conflicting reservations. I suppose this will be useful for adding additional data constraints. https://docs.djangoproject.com/en/dev/releases/3.0/#exclusion-constraints-on-postgresql

Boulder added support in https://github.com/letsencrypt/boulder/pull/1357 It's an attempt to solve this issue #2209 (and eventually also #3349). ## Pull Request Checklist - [X] If the change being made is to...

I've experimented a bit with this tool on some YAML files at work. The output format is currently limited to `human` (which is neat for just finding and fixing potential...

RELNOTE: Replace Sarif JSON structs with owenrumney/go-sarif/sarif This addresses #447 It doesn't seem to require more than simply replacing the import, and deleting the go file with the structs. The...

https://github.com/owenrumney/go-sarif contains an implementation of the SARIF standard. Maybe it's worth considering replacing the part of the code with this instead? https://github.com/zegl/kube-score/blob/master/sarif/sarif.go It's not much, though.

**What this PR does / why we need it**: The Kubernetes versions referenced are no longer supported as of Helm 3.8 https://helm.sh/docs/topics/version_skew/ **Special notes for your reviewer**: **If applicable**: -...

size/M

- [ ] This is a bug report - [X] This is a feature request - [ ] I searched existing issues before opening this one ### Expected behavior There's...

It's Work in Progress; it's better to go here to ask for feedback and help. I'm currently struggling a bit with the tests. I don't know how much of a...

stale

As the header says, there are some sample rules that do not contain the `language` and `severity` properties. One example is https://github.com/returntocorp/semgrep-docs/blob/main/docs/writing-rules/rule-syntax.md#complete-useless-comparison Thank you for a great tool! :) I've...