Daniel McCarney

Results 83 issues of Daniel McCarney

It's pretty messy right now but we'll need to bump major versions to fix it. In particular it probably makes sense to try and make one or two more general...

enhancement

The `ossec-analysisd`'s `OS_ReadMSG` function calls `OS_CleanMSG` at the start of processing a received message from the ossec queue UNIX domain socket. In `src/analysisd/cleanevent.c` the `OS_CleanMSG` function populates the `lf` struct,...

The `e_key_usage_and_extended_key_usage_inconsistent` lint introduced in https://github.com/zmap/zlint/pull/497 (and refined in https://github.com/zmap/zlint/pull/528) had a lot of discussion about the right interpretation of RFC 5280. I'm sorry that I missed getting a chance...

discussion
blocked

I think a lot of the code in [`util/qc_stmt.go`](https://github.com/zmap/zlint/blob/master/v2/util/qc_stmt.go) in ZLint is now duplicated by code that landed upstream in ZCrypto w/ https://github.com/zmap/zcrypto/commit/13cf40b46ed3697eba66054aca90c73bbbc991d4 I think it makes sense for someone...

enhancement
help wanted

In https://github.com/zmap/zlint/commit/12dfc1846136a481fa889340d591701a3dfaa516 we landed a new github-action based automation for creating PRs with update gTLD data. It looks like (based on [this example](https://github.com/zmap/zlint/pull/514)) that the PRs the bot creates don't...

bug

This is a top-level issue to capture overall progress towards having acceptable ZLint coverage for the [Mozilla PKI policy requirements](https://github.com/mozilla/pkipolicy). It replaces the more general discussion from #277. The list...

help wanted

Originally requested by @cardonator in https://github.com/zmap/zlint/pull/372#issuecomment-580441107 I had hoped to land a feature for this with #372 but ran out of time and don't want to block the RC tag....

enhancement
refactor

ZLint's Mozilla root program specific lints will deliver the best quality results when we have the infrastructure in place to make a determination if a public key corresponds to an...

enhancement

ct-woodpecker should use the same approach we use to build & publish Pebble's docker images.

enhancement

GolangCI's "megacheck" linter found three deprecated fields to address in the cttestsrv: * signedLogRoot.TreeSize is deprecated: TreeSize moved to LogRoot. * signedLogRoot.TimestampNanos is deprecated: TimestampNanos moved to LogRoot. * signedLogRoot.RootHash...