chubtub
6aba9b9c5d
Merge pull request #624 from nsacyber/v3_issue-607
...
[#607 ] Rimtool uses ReferenceManifestValidator for validation
2023-11-08 15:13:44 -05:00
Cyrus
f01b5a2060
This push has changes to resolve archivable items not updating the
...
archiveTime element.
2023-11-08 13:10:40 -05:00
Cyrus
548d6bb1eb
There was an issue with finding the support RIM with the base RIM
...
information. Changed how it finds the support RIM to using the hash for
the swid resource.
2023-11-07 10:05:35 -05:00
Cyrus
433087961c
Tested uploading a rimel that had multiple matching manufacturer and
...
model. The repo to check for this wasn't returning a single unique result
and causes and error
2023-11-06 15:36:34 -05:00
chubtub
0236a6b9c6
Add methods to ReferenceManifestValidator to facilitate swidtag XML validation. Modify rimtool classes to reference ReferenceManifestValidator. Modify build.gradle to build a fat jar.
2023-11-03 13:27:12 -04:00
chubtub
1a26802ee0
Modify ReferenceManifestValidator to incorporate necessary methods from SwidtagValidator
2023-11-03 13:22:41 -04:00
chubtub
90add23025
Merge pull request #622 from nsacyber/revert_v3_issue-596
...
Revert v3 issue 596
2023-11-01 13:56:58 -04:00
chubtub
071981dcb0
Repeat changes to ReferenceManifestValidator from reverted commit
2023-11-01 11:54:29 -04:00
chubtub
55936806d7
Revert "Merge pull request #606 from nsacyber/v3_issue-596"
...
This reverts commit 071e89a44f
, reversing
changes made to 45d550729f
.
2023-11-01 10:03:34 -04:00
Cyrus
316f3ec99e
Merge pull request #620 from nsacyber/v3_rim-validator-update
...
Update to the RIM Validator
2023-11-01 06:48:48 -04:00
Cyrus
ab11c8e81a
Merge pull request #614 from nsacyber/v3_issue_612-integrationtest
...
[#612 ] Migrate integration test for DevicePageController and associated classes
2023-10-31 16:07:43 -04:00
Cyrus
14c34b759b
Merge pull request #611 from nsacyber/v3_issue_610-unittest
...
[#610 ] HIRS_Utils Unit Tests Migration
2023-10-31 14:29:11 -04:00
Cyrus
1867e00301
Updated the Rim Validator to remove direct object parameters from the
...
database and pass in the information the methods needed to function
2023-10-31 10:48:37 -04:00
Cyrus
52bcbc6707
I tested manually uploading a series of certificates to test the list
...
pages functionality when it comes to sorting and other visual aspects of
the data table. I encountered a certificate that
caused the ACA to throw a 500 error. This was due to an
IllegalStateException while parsing a certificate that contained an
'unexpected object'. Since this is a bouncy castle error, it is hard to
parse out what the object actually is that is causing the error to be
thrown. For now, the parsing method in the certificate page controller
is being updated to catch the exception, at least, so that the ACA
doesn't crash. The platform in question is a Dell Power Edge R640 base
SCV.
2023-10-31 08:19:46 -04:00
chubtub
071e89a44f
Merge pull request #606 from nsacyber/v3_issue-596
...
[#596 ] Migrate RIM classes to HIRS_Utils
2023-10-24 22:58:18 -04:00
chubtub
55f80fe0e6
Migrate CertificateTest class to HIRS_Utils and update unit test dependencies following migration
2023-10-20 08:39:28 -04:00
iadgovuser58
e2507d5641
Merge remote-tracking branch 'origin/main' into v3_issue_612-integrationtest
2023-10-19 13:50:31 -04:00
iadgovuser58
5a42ec379e
cleaned up code, added comments
2023-10-19 13:46:15 -04:00
iadgovuser26
45d550729f
Merge pull request #609 from iadgovuser26/v3_Issue_608-package_action
...
Creates a build/package action for V3
2023-10-18 10:52:40 -04:00
chubtub
f96fa87138
Update import statements for dependents of RIM classes. Move PcIds class to HIRS_AttestationCA package.
2023-10-18 09:45:19 -04:00
iadgovuser26
51ae60e639
Added a war file artifact
2023-10-18 08:40:52 -04:00
iadgovuser58
a0662f75e6
added dummy beans to PageTestConfiguration to override beans not needed in PersistenceJPAConfig
2023-10-17 16:57:43 -04:00
chubtub
98a56a3f41
Merge branch 'main' into v3_issue-596
2023-10-17 16:50:40 -04:00
iadgovuser62
e8814af9f7
Adding TPMSecurityAssertionsTest
2023-10-17 12:10:51 -04:00
iadgovuser62
e5f655a069
Adding ComponentClassTest with necessary resources
2023-10-17 12:06:33 -04:00
iadgovuser26
561280a263
removed debug statments
2023-10-16 15:24:45 -04:00
iadgovuser26
329f5afb91
updated another upload-artifact version
2023-10-16 14:23:27 -04:00
iadgovuser26
279b3f6f41
updated upload-artifact version
2023-10-16 14:11:35 -04:00
iadgovuser26
7313d98c52
combined jobs
2023-10-16 14:04:10 -04:00
iadgovuser26
0c851c593f
updated referenced actions
2023-10-16 13:56:27 -04:00
chubtub
bfa30ca186
Change references in ACA and ACAPortal to HIRS_Utils package for migrated classes. Revert change to gradle.properties file.
2023-10-16 13:50:49 -04:00
iadgovuser26
262d7a6b7d
changed artifact path
2023-10-16 13:39:49 -04:00
iadgovuser26
90a5af2cd7
removed pushd
2023-10-16 13:31:20 -04:00
iadgovuser26
4ea7be00bc
added distribution
2023-10-16 13:26:49 -04:00
iadgovuser26
cc8d495b6d
removed unnecessary dash from yaml file
2023-10-16 13:15:18 -04:00
Lawrence Reinert lareine
67e19df8f2
Added a package_linux workflow
2023-10-16 13:00:14 -04:00
Cyrus
f64d884abf
Merge pull request #605 from nsacyber/v3_provision-integration
...
HIRS ACA Provisioning
2023-10-16 12:21:03 -04:00
iadgovuser58
a2352d3937
clean up unused imports
2023-10-13 17:09:56 -04:00
iadgovuser58
7ad6145c75
cleaning up commented out code, print statements, etc
2023-10-13 17:04:09 -04:00
iadgovuser26
493ae636ba
Merge pull request #604 from nsacyber/v3_issue_598-ubuntu
...
Add Ubuntu support for V3
2023-10-13 17:01:54 -04:00
iadgovuser58
37b1ba9f61
update build.gradle for junit and in-memory db
2023-10-13 16:57:01 -04:00
iadgovuser58
a76c63595d
add test resources
2023-10-13 16:54:35 -04:00
iadgovuser58
2b9bcc604d
added PageTestConfiguration to create in-memory database and other config changes for tests specifically
2023-10-13 16:53:26 -04:00
iadgovuser58
405e5a820b
added DevicePageControllerTest
2023-10-13 16:51:39 -04:00
iadgovuser58
719cc16ef5
updated PageControllerTest to work with JUnit and new main code structure changes
2023-10-13 16:50:48 -04:00
iadgovuser26
5ea0aa88dd
fixed call to mysqld_safe
2023-10-13 16:38:34 +00:00
iadgovuser26
b0cd8e5fb9
enabled mysql log on Ubuntu and fixed TLS config for DB
2023-10-13 15:42:54 +00:00
Cyrus
b018429b69
Additional code to correctly display # of elements
2023-10-13 09:39:20 -04:00
iadgovuser26
9bee292bd6
modified the container check
2023-10-12 15:17:05 +00:00
iadgovuser26
03ee0bfda8
Updated the dockerfile for Ubuntu 22
2023-10-11 19:56:36 +00:00