mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
f73d65c952
* This is a quick fix to ensure that a delta that is being uploaded has a holder serial number that exists in the database. * Fixed syntax issues. * Through further testing with delta certificates that had differing begin validity dates, the code to test the sorting failed. This push includes a fix that places the deltas in the proper order. In addition, this code includes a placeholder for deltas that don't have an existing holder certificate in the database. * Findbugs is a cumbersome COTS product that generates more hassle than help. Upon indicating 'dodgy' code about redundant null checks, that didn't exist, it then didn't like using non-short circuit operators to verify that both objects are not null. It then spells out what non-shorting curcuit operators do, without acknowledges that's what you mean to do. |
||
---|---|---|
.. | ||
config | ||
src | ||
build.gradle |