Matt Seil
Matt Seil
Not sure what to make of this one.  HTMLDecode absolutely transforms output here when it's not expected to.
Issue 1: the call to canonicalize on line 541 is attempting an early canonicalize in the case of the queries. We're not supposed to touch those until we've split the...
@kwwall and @jeremiahjstacey It's my turn to wait for y'all :-D
> @xeno6696 - I will look at this tonight, but do we have a corresponding GH issue that we can reference in this PR? If not, could you take a...
@JerryDevis Thanks. We will track this issue here, but we are tied to Java 1.7 until July 2022 and the end of Oracle advanced support for Java 1.7.
Method referenced doesn't exist prior to 1.8: https://docs.oracle.com/javase/8/docs/api/java/security/SecureRandom.html#getInstanceStrong--
Also, probably worth asking you @kwwall about configurations regarding `/dev/random` and `/dev/urandom` I've worked in government environments where despite security concerns, the lack of entropy on headless servers made `/dev/random`...
Pulled this from some backchannel talk. ``` "We do not want this", at least on Linux. (I can't speak for the details on Windows.) Here's why. On older Linux kernels...
It's been awhile. I got `/dev/random` and `/dev/urandom` confused. (O_o)
I would think the OWASP Dependency-Track covers this. I was taking a peek into this one in particular, and the OSGi framework is bloated IMHO. I can see the value-add,...