Cyrus
fcb6170b93
Fixed all of the compiler styling errors (findbugs and checkstyles)
2022-08-11 15:25:29 -04:00
Cyrus
8a8fca726c
Resolved all non-unit test code errors
2022-08-09 06:03:48 -04:00
Cyrus
4e70141df0
Additional changes to handle subclasses
2022-08-05 08:34:58 -04:00
Cyrus
d80af7bc9e
Working through some inheritance issues for Policy. Archiving also is
...
on the list of things that need to be reworked.
2022-08-04 10:02:34 -04:00
Cyrus
9221befdf0
Further updates to reference digest controller and the persistence
...
configuration which now includes updated refactoring for entity manager
2022-08-03 12:17:55 -04:00
Cyrus
56b77ab360
Changing the bulk of entries on the Certificate page controllers from
...
manager to service. What is left is Unit Tests and Certificate Selector
which could be more of an issue.
2022-08-02 20:33:22 -04:00
Cyrus
74a3cf9e21
Removed DeviceGroup. Updated the serviceImpl classes with the retry and
...
flush methods. Commit latest changes and transitioning to getting the
properites linked.
2022-08-02 14:00:57 -04:00
Cyrus
3f1a140946
Fixed up compiling
2022-07-28 13:23:40 -04:00
Cyrus
53c565717d
Trying to fix up code to pull down the correct library for JPARepository
2022-07-28 07:37:43 -04:00
Cyrus
ba8c2d80ab
Additions
2022-07-21 08:26:03 -04:00
Cyrus
1091d44009
Moved files to portal
2022-07-21 08:20:02 -04:00
Cyrus
f22a603f01
Trying to get the web config running
2022-07-21 07:16:53 -04:00
Cyrus
c177cfdadd
This is a test to see if the problem is the location of the files
2022-07-19 07:21:24 -04:00
Cyrus
a9bfbcbad5
More refactoring
2022-07-15 13:45:16 -04:00
Cyrus
a7a555ed5e
Additional changes to move data managers to the ACA module
2022-07-12 13:40:46 -04:00
Cyrus
1df40473bd
minor changes
2022-07-06 08:37:46 -04:00
Cyrus
2971459f32
Additional changes. Went to Hibernate 6, encountered issues with the
...
version of java. Backed down to 5 but ran into different issues
2022-06-27 06:44:29 -04:00
Cyrus
c426cec978
This push compiles at the command line. However this ACA does not run.
2022-06-10 09:17:30 -04:00
Cyrus
51b9251e3f
Continued changes remove and updating return types and parameter types
2022-05-31 10:17:11 -04:00
Cyrus
545e5b0918
This current push is in the middle of changes for Hibernate 5.x. Before
...
going to 6, you are recommended to upgrade to 5 first.
2022-04-19 06:50:13 -04:00
Cyrus
d4b6fdd1df
Pushing up changes. Majority of the libraries are updated. The main 2,
...
hibernate/spring are saved for last. Protobuf won't be updated without
a new OS.
2022-04-15 07:02:44 -04:00
Cyrus
e77018ddfd
Added a null pointer check to the parsing of the suppor RIM section that
...
looks to use the platform manufacturer and model fields to search for a
Base RIM when those values are null.
2022-04-08 16:27:43 -04:00
Cyrus
6093400994
Merge pull request #456 from nsacyber/issue-453
...
[#453 ] ReferenceDigestValues refactor
2022-03-22 12:42:25 -04:00
Cyrus
6f71f48ad2
Removed comments and updated notes for Patching values
2022-03-21 10:11:23 -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
Cyrus
31eea40028
The link for the event measurement log file was broken
2022-03-09 09:38:01 -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
chubtub
1fced3aa61
Resolve merge conflicts
2022-02-18 09:59:45 -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
a881c64ce8
Add support rim link to frontend.
2022-02-17 16:51:45 -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
chubtub
1436cafb55
Rename tpm-events to rim-database. Add link to index page.
2022-02-17 16:51:40 -05:00
Cyrus
f3842b3ed3
Updated the code to properly assign the base rim ID to the tpm events
...
link and updated the image for the nav bar tpm events
2022-02-17 16:49:09 -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
chubtub
7bb13c08c9
Add link to Base RIM
2022-02-17 16:48:11 -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
b1d4ef7c1e
Front end changes for new TPM Events page
2022-02-17 13:08:06 -05:00
chubtub
565ccd6758
Add support rim link to frontend.
2022-02-16 16:05:37 -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
81068850bd
Added change to the null condition check for the policy threshold
2022-02-14 14:46:15 -05:00
Cyrus
caa2a7c55b
Removed the RIM controller tests
2022-02-14 10:26:07 -05:00
Cyrus
1f2be7ce18
Updated the live log information if the base and support rim are not
...
uploaded together.
2022-02-11 08:01:28 -05:00
Cyrus
b5d01a3997
Merge branch 'issue-395' of https://github.com/nsacyber/HIRS into issue-395
2022-02-03 13:47:44 -05:00