Commit Graph

317 Commits

Author SHA1 Message Date
iadgovuser29
9b2bbdfa52 Removed xmlrpc and commons httpclient 2023-07-27 11:23:17 -04:00
iadgovuser29
aac2005c70 Disabled maven publishing gradle plugins by default. 2023-07-26 10:44:39 -04:00
iadgovuser29
af28ac6df5 Disable maven publishing gradle plugins by default. 2023-07-26 10:15:59 -04:00
iadgovuser29
26a8993410 Selected newer apache commons libraries. 2023-07-26 10:11:31 -04:00
iadgovuser29
89b1b510e9 Initial maven set up of HIRS_Utils 2023-07-25 15:19:57 -04:00
iadgovuser29
ed3a1818d9 Investigating publishing of two libraries to maven. [no ci] 2023-07-11 21:13:00 -04:00
Cyrus
77e1998512 Do to hash conversions, the alphanumeric format of the component type
comes out lowercase, modified equals clause to ignore case
2023-05-23 10:10:19 -04:00
iadgovuser26
75178a07f0
Merge pull request #513 from nsacyber/issue-511
[#511] Minor appearance update fixes
2023-05-19 17:29:22 -04:00
Cyrus
bc9f484aa9 deadstore 2023-05-08 07:14:33 -04:00
Cyrus
cc90caf01f Last change 2023-05-04 12:03:00 -04:00
Cyrus
9585513069 Added in random UUID for unit test 2023-05-04 11:57:47 -04:00
Cyrus
e08a78482f Fixed Find Bug problem 2023-05-04 11:45:39 -04:00
Cyrus
632927786a Missed the checkstyle errors previously and adding
ComponentResultManager as a bean.
2023-05-04 10:47:02 -04:00
iadgovuser29
054b0263c2 [#515] FIM Assertions visible on cert details page 2023-04-25 16:23:30 -04:00
Cyrus
e29f5e5ea9 Fixed an unchecked conversion error [no ci] 2023-04-07 10:34:21 -04:00
Cyrus
7c14f821e1 Added the page handler code that pulls, the potentially saved
information.
2023-04-06 14:23:41 -04:00
Cyrus
3fb3cf7669 This set up code begins the setup of adding information to the component
result.  However this is thought to putting this stuff in a report or
separate page like the RIM event log page does.  [no ci]
2023-04-06 09:15:12 -04:00
Cyrus
5f3be5915b Added the AppraisalStatus message for a failure tagged into a Platform
Certificate.  It will display on the details page as a tool tip on a red
component.  However it is not refined. [no ci]
2023-03-30 20:21:49 -04:00
iadgovuser26
dad4a2e02c addessed checkstyle errors 2022-08-02 17:29:00 -04:00
iadgovuser26
9e90356c25 addessed checkstyle errors 2022-08-02 17:03:53 -04:00
iadgovuser26
96354113a5 addessed checkstyle errors 2022-08-02 13:52:22 -04:00
iadgovuser26
505f62ce39 added sha384 processing for event logs 2022-08-02 11:52:05 -04:00
Cyrus
8b365bed34 This is a re-creation of tls-settings-update #366 2022-04-14 06:35:49 -04:00
Cyrus
2e26823fc1 Did some testing on manual/curl uploading. This produced an error
because device name was being used to pull objects in the validation
quote part of the provision.  This was changed.  The event log is
deleted each time so that only one event log per device is maintained.
2022-03-21 09:51:32 -04:00
Cyrus
d4c35e09ab Updated the code to correctly include the supplemental digestvalues in
the firmware validation.
2022-03-16 09:06:04 -04:00
iadgovuser26
f19916c454
Merge pull request #444 from nsacyber/ski-prefix-truncate
Truncate 4 bytes from SKI
2022-02-24 16:48:06 -05:00
Cyrus
2e0b83f4fe Updated the upload function for support RIM. The store happened before
the linkage and nothing was being saved.
2022-02-24 09:54:59 -05:00
Cyrus
f28daa9144 Found another issue using the SKID that isn't matching up 2022-02-23 15:44:45 -05:00
Cyrus
a1ebd2f962 Fixed null pointer found in git actions` 2022-02-23 10:13:20 -05:00
Cyrus
4cf08ef38a Updated unit tests and removed magic number 2022-02-23 08:45:16 -05:00
Cyrus
00d8dfb3b5 Updated the CA certificate to truncate the prefix of the subject key identifier 2022-02-23 07:53:07 -05:00
Cyrus
9d27923d6d Added null checks for a unit test 2022-02-18 13:52:14 -05:00
chubtub
bf989bbee7 Merge branch 'issue-395' of github.com:nsacyber/HIRS into issue-395 2022-02-17 16:55:59 -05:00
chubtub
96200f57c2 Revert "Decode the event content for display on the frontend."
This reverts commit 2671a572ba.
2022-02-17 16:51:44 -05:00
chubtub
1cbe50b401 Decode the event content for display on the frontend. 2022-02-17 16:51:44 -05:00
Cyrus
d02be16ced The event selector was removed. It was not needed, but the event
manager was modified to pull the right data.
2022-02-17 16:49:08 -05:00
Cyrus
aabeb4e37f Updated code allows the tpm event table to be searched and information
updated when the swidtag is added.
2022-02-17 16:49:06 -05:00
Cyrus
470e6eccdf Refactored the Reference Digest code so that the ReferenceDigestValue
table is accessible and upated the contoller for the getOrderedList.
2022-02-17 16:48:08 -05:00
Cyrus
10915bdc3b Prelminary changes to remove ReferenceDigestRecord as a database object. 2022-02-17 13:11:41 -05:00
chubtub
ddada80add WIP: frontend hangs while getting records from backend 2022-02-17 13:08:07 -05:00
chubtub
7d8df398e7 Controller class for returning TPM Event data to jsp 2022-02-17 13:08:06 -05:00
chubtub
1d57ab0d09 Revert "Decode the event content for display on the frontend."
This reverts commit 2671a572ba.
2022-02-16 11:17:25 -05:00
chubtub
2671a572ba Decode the event content for display on the frontend. 2022-02-14 17:24:33 -05:00
Cyrus
fc3f59adce Updated RIM lookup to use manufacturer and model instead of deviceName 2022-02-11 09:09:39 -05:00
Cyrus
2db5b86da1 Some minor updates. Fixed a null pointer exception in the
SupplyChainValidationServiceImpl.  Updated warnings when files are
missing from the device claim
2022-02-11 07:32:07 -05:00
Cyrus
13e8074e88 Updated the database size of the bytes field in the ReferenceManifest
table.
2022-02-09 07:35:46 -05:00
Cyrus
c5e3823acd The event selector was removed. It was not needed, but the event
manager was modified to pull the right data.
2022-02-02 09:28:35 -05:00
Cyrus
035efad9d2 Updated code allows the tpm event table to be searched and information
updated when the swidtag is added.
2022-01-31 14:11:36 -05:00
chubtub
c4b6aca667 Merge branch 'issue-395' of github.com:nsacyber/HIRS into issue-395 2022-01-24 14:35:01 -05:00
Cyrus
f503457bd4 Refactored the Reference Digest code so that the ReferenceDigestValue
table is accessible and upated the contoller for the getOrderedList.
2022-01-21 06:29:53 -05:00