Commit Graph

  • 0b4b24a765
    Merge 6215a6675bfed76d5007d32365bc9c49e9c2dc11 into 03c6bbc3cc8f720e88eb729336b657d11905cb03 #898 ThatSilentCoder 2025-02-07 17:48:09 -05:00
  • 6215a6675b issue_896:I believe I have finished the issue. Further testing needs to be done. Will put in a WIP PR for now. #898 v3_issue_896-add-platform-certificate-class-registry-support-to-the-aca TheSilentCoder 2025-02-07 17:45:47 -05:00
  • d2a9ca9aa8 issue_896:Added a new property to component info, made some more spelling corrections, deleted unused classes that were being referenced by componentinfo. pretty much done with the aca side of things. TheSilentCoder 2025-02-06 18:05:11 -05:00
  • bbe22287ef issue_896: deleted abstract plat form config class, replaced it with plat config v1 (which already exists), moved attribuutes associated with v2 to the v2 class, when validating the aca will now verify if the platform config associated with the cert is v1 or v2. Made corrections to attributes names to better align with tcg docs. TheSilentCoder 2025-02-04 15:12:05 -05:00
  • 2f96fb0606 issue_896: slowly introducing component identifier v2 into multiple spots throughout out the app. Seems like we need to ensure that when we try to parse the pc from the identity claim, it needs to recognize the new kind of identifier. TheSilentCoder 2025-01-31 18:28:32 -05:00
  • 9e94a527af issue_896: Added more javadocs, still going through the process and figuring out places where this will work. Can successfully debug provisioner+aca. TheSilentCoder 2025-01-30 17:20:08 -05:00
  • 50098de266 issue_896: first cut at changing the logic on the validator TheSilentCoder 2025-01-27 18:21:41 -05:00
  • b96b5bd42e
    Merge da598977c624d7dc38085fa31a632d1bf3755116 into 03c6bbc3cc8f720e88eb729336b657d11905cb03 #894 ThatSilentCoder 2025-01-24 19:44:29 +00:00
  • da598977c6 Merge branch 'main' into v3_issue_872-apply-lombok-to-classes-with-boilerplate-code #894 v3_issue_872-apply-lombok-to-classes-with-boilerplate-code TheSilentCoder 2025-01-24 14:41:02 -05:00
  • 1afeb91c39
    Merge 3c2df822f6911016ea9ae191ffce80831b84e302 into 03c6bbc3cc8f720e88eb729336b657d11905cb03 #893 chubtub 2025-01-24 12:16:54 -05:00
  • 03c6bbc3cc
    Merge pull request #890 from nsacyber/v3_issue_887-add-owasp-dependency-check main iadgovuser26 2025-01-24 09:17:45 -05:00
  • 70c918e5d4
    Add Component Class Registries to the Provisioner (#892) 5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26 2025-01-17 13:33:57 -05:00
  • 3c2df822f6 Print error messages to log and ACA frontend #893 v3_issue-849 chubtub 2025-01-17 11:36:49 -05:00
  • 40377dd241 issue_872: Applied lombok to these test classes. TheSilentCoder 2025-01-14 12:26:03 -05:00
  • 1123af6f29 issue_872: Finished cleaning up checkstyle errors in code, ready for PR. TheSilentCoder 2025-01-14 12:06:29 -05:00
  • 9bd42ffcdd Separate RIM and PCR value validations into distinct methods chubtub 2025-01-09 00:40:41 -05:00
  • 1bc9affcf1 issue_872: I believe I was able to lombok all the files that had the default setters and getters. TheSilentCoder 2025-01-13 18:28:55 -05:00
  • 69da0e643e Add SMBIO Component Class to the provisioner #892 v3_ccr iadgovuser29 2025-01-13 15:40:41 -05:00
  • 065acb231d Merge branch 'main' into v3_issue_887-add-owasp-dependency-check #890 v3_issue_887-add-owasp-dependency-check TheSilentCoder 2025-01-13 10:37:22 -05:00
  • 1dc2d7f409 Adds PCIe and Storage Component Class capability to the provisioner #891 iadgovuser29 2025-01-13 09:53:47 -05:00
  • 11691e5b29
    [#863] Placed Dependencies and Dependency Versions In TOML file (#885) v3_issue_821-hirs-attestation-ca-certificate-should-download-aca-cert-chain ThatSilentCoder 2025-01-13 09:53:04 -05:00
  • 4b7de1e49a issue_863: Finished fixing as many dependency issues as possible. Certain vulnerabilites can't be fixed due to the fact that they have to be fixed by outside entities. TheSilentCoder 2025-01-10 15:59:20 -05:00
  • f1c430eb46 issue_863: All critical dependencies listed inthe gradle check analysis are found in just the CA Portal dependency. While the appliation builds and runs well as a service, currently running into issues with fixing these dependencies. TheSilentCoder 2025-01-08 17:30:09 -05:00
  • 1b9df78238 issue_863: Fixed some critical dependencies in all of the modules except for HIRS_CA and HIRS_CAportal modules. TheSilentCoder 2025-01-06 17:40:26 -05:00
  • 0038031c79 Merge branch 'v3_issue_863-write-dependencies-version-numbers-in-gradleproperties-file' into v3_issue_887-add-owasp-dependency-check TheSilentCoder 2024-12-23 10:13:16 -05:00
  • 616fc0686f issue_863: Removed testng from codebase. Has been officially replaced with spring junit. #885 v3_issue_863-write-dependencies-version-numbers-in-gradleproperties-file TheSilentCoder 2024-12-23 10:12:31 -05:00
  • 9606b2abe0 issue_887: Added OWASP plugin. First run took about 40 minutes. Subsequent runs took about 2-4 minutes. Plugin downloads the NVD (National Vulnerability Database) the very first time the user runs the analyzeDependency command (assuming said user does not already have it cached somewhereon their system. Once downloaded, the plugin checks the subprojects dependenies against that of the NVD's and creates an HTML report per subproject on all the critical dependencies subproject has. TheSilentCoder 2024-12-20 15:17:43 -05:00
  • dcc2962b99 Merge branch 'v3_issue_863-write-dependencies-version-numbers-in-gradleproperties-file' into v3_issue_887-add-owasp-dependency-check TheSilentCoder 2024-12-19 16:35:01 -05:00
  • e49f7fd5ce issue_863: Finishing touches to the PR. Upgraded some more dependencies and removed unused one. TheSilentCoder 2024-12-19 15:59:17 -05:00
  • d470fd85bc issue_863: Updated gradle plugins version again. Ready for PR. Vulnerability issues will be addressed in another PR. I've cut down vulnerabilities by quite a lot and I want to test the new OWASP plugin against the remaining vulnerabilities. TheSilentCoder 2024-12-19 09:37:06 -05:00
  • 3d795a56ee issue_863: Updated gradle plugins version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities. TheSilentCoder 2024-12-18 16:44:41 -05:00
  • 1c39f8d9d5 issue_863: Updated gradle version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities. TheSilentCoder 2024-12-17 14:58:41 -05:00
  • ad0966941d
    Merge pull request #886 from nsacyber/v3_issue-879 iadgovuser26 2024-12-13 12:15:23 -05:00
  • 02f684d04b
    Update README.md iadgovuser26 2024-12-13 11:49:22 -05:00
  • a1a4cfdd6c
    Merge pull request #888 from nsacyber/v3_issue_882_doc_update iadgovuser26 2024-12-13 11:03:41 -05:00
  • ec3f47a78c Added HIRS v3 Docs #888 v3_issue_882_doc_update iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil 2024-12-12 17:12:35 -05:00
  • 6af53fe497 Clean up checkstyle warnings #886 v3_issue-879 chubtub 2024-12-11 10:04:10 -05:00
  • cb2ba1a846 Clarified checkstyle changes and renamed some data structures for readability or conformity to documentation chubtub 2024-12-10 16:40:41 -05:00
  • 301689ddb6 issue_863: reverted changes from last commit. let's see if that makes a difference TheSilentCoder 2024-11-27 16:53:35 -05:00
  • 028a52183c issue_863: removed unused dependencies and am currently resolving critical vulnerable dependendcies TheSilentCoder 2024-11-27 16:05:42 -05:00
  • a57cd09649 issue_863: updated spring boot, hibernate, and spring retry. Removed an unused dependency. TheSilentCoder 2024-11-27 12:32:21 -05:00
  • e32a9b66db issue_863: undid spring update. need to figure out how to smoothly transition to newer spring. TheSilentCoder 2024-11-26 20:07:14 -05:00
  • 4798b16a47 issue_863: updated spring boot version. second try at it. TheSilentCoder 2024-11-26 19:49:30 -05:00
  • bc25d6a149 issue_863: removed some critical vulnerable dependencies TheSilentCoder 2024-11-26 19:08:04 -05:00
  • 8008c4df74 issue_863: Updating tomcat core. TheSilentCoder 2024-11-26 17:45:57 -05:00
  • c8d53cd037 issue_863: Part 15 of updating dependencies TheSilentCoder 2024-11-26 17:32:28 -05:00
  • d396ace439 issue_863: Part 14 of updating dependencies TheSilentCoder 2024-11-26 17:21:27 -05:00
  • 8d62d85d22 issue_863: Part 13 of updating dependencies TheSilentCoder 2024-11-26 17:12:31 -05:00
  • 77a31fef3c issue_863: Part 12 of updating dependencies TheSilentCoder 2024-11-26 17:05:28 -05:00
  • 17375bcf00 issue_863: Part 10 of updating dependencies TheSilentCoder 2024-11-26 16:35:41 -05:00
  • 7cef3ac495 issue_863: Part 9 of updating dependencies TheSilentCoder 2024-11-26 16:27:46 -05:00
  • 637ec53940 issue_863: Part 8 of updating dependencies TheSilentCoder 2024-11-26 16:18:17 -05:00
  • 7b0486f266 issue_863: Part VII of updating dependencies TheSilentCoder 2024-11-26 16:07:51 -05:00
  • cd7a7e1988 issue_863: Part VI of updating dependencies slowly TheSilentCoder 2024-11-26 15:54:22 -05:00
  • e70cdbcea1 issue_863: Part V of upgrading this slowly to see if github's ci/cd is happy still with these set of changes (again) TheSilentCoder 2024-11-26 15:40:45 -05:00
  • 3698ffc63a issue_863: Part IV of upgrading this slowly to see if github's ci/cd is happy still with these set of changes (again) TheSilentCoder 2024-11-26 15:30:09 -05:00
  • 3c0b2cbce5 issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes (again) partIII TheSilentCoder 2024-11-26 15:15:57 -05:00
  • fea59607f0 issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes (again) TheSilentCoder 2024-11-26 14:57:32 -05:00
  • d831d02123 issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes. TheSilentCoder 2024-11-26 14:37:57 -05:00
  • 548c203c18 issue_863: upgrading this slowly but surely TheSilentCoder 2024-11-25 15:34:27 -05:00
  • ce78c75506 issue_863: downgraded versions since there was an issue with the dependencies versions and the ci/cd pipeline in git. will update each depedency slowly to ensure that upgrades are down correctly. TheSilentCoder 2024-11-25 08:54:25 -05:00
  • 3307cddb9e issue_863: finished updating dependency versions. Ready for PR TheSilentCoder 2024-11-22 10:58:20 -05:00
  • 21624789d0 issue_863: Successfully moved all the dependencies to toml file and currently replacing dependencies listed in the build.gradle file with the ones referenced in the toml file TheSilentCoder 2024-11-21 12:07:57 -05:00
  • e91c7a819a
    Adding clientAuth to issued certificates (#883) CAFB385655BEB1060E85B6C080B432F8EB2A2AF78459BD6532124977B933154A 2024-11-20 18:17:20 -05:00
  • e3998e02c9 Adding clientAuth to issued certificates #883 v3_issue-880 iadgovuser59 2024-11-20 16:23:09 -05:00
  • accacbd4db
    Merge pull request #878 from nsacyber/v3_issue-877 iadgovuser26 2024-11-19 13:32:57 -05:00
  • 1cc10a0264 Further fixes to issued cert generation #878 v3_issue-877 iadgovuser59 2024-11-18 21:59:43 -05:00
  • 8951faabe6 Merge commit 'de17aee' into v3_issue-877 iadgovuser59 2024-11-18 12:27:09 -05:00
  • 9a3cba78f7 Fixes to ACA certificate generation iadgovuser59 2024-11-18 12:21:00 -05:00
  • de17aee7de
    Enable usage of previously backed up settings when starting new ACA container (#871) 5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26 2024-11-18 08:07:19 -05:00
  • 42d7c73fe1
    Merge pull request #862 from nsacyber/v3_issue_847-update-hirs_attestationca-caportal-for-checkstyle2 iadgovuser26 2024-11-15 12:03:06 -05:00
  • a00347fb27 issue_847: Successfully merged main into this branch #862 v3_issue_847-update-hirs_attestationca-caportal-for-checkstyle2 TheSilentCoder 2024-11-15 11:29:37 -05:00
  • e1f59072be
    Merge pull request #866 from nsacyber/v3_issue_825-remove-hirs_provisionertpm2 iadgovuser26 2024-11-15 10:33:49 -05:00
  • 86d2084171 issue_825: Successfully merged main into this branch #866 v3_issue_825-remove-hirs_provisionertpm2 TheSilentCoder 2024-11-15 10:24:38 -05:00
  • d0faa39a15
    Merge pull request #869 from nsacyber/v3_issue-848 iadgovuser26 2024-11-15 09:28:30 -05:00
  • 70d198441c
    Merge pull request #876 from nsacyber/v3_issue_873-update-hirs_structs-for-checkstyle iadgovuser26 2024-11-15 09:27:52 -05:00
  • b7c15ee6ea FirmwareScvValidator rename eventLog -> expectedEventLog, eventLog -> actualEventLog, eventValue -> rimIntegrityMeasurements, eventValueMap -> expectedEventLogRecords #869 v3_issue-848 chubtub 2024-11-13 18:22:47 -05:00
  • 52f5f1bb70 issue_873: fixed all checkstyle issues #876 v3_issue_873-update-hirs_structs-for-checkstyle TheSilentCoder 2024-11-08 15:48:21 -05:00
  • 07cc787599 issue_847: fixed merge conflicts TheSilentCoder 2024-11-08 10:33:34 -05:00
  • 0f2a5864ba
    Merge pull request #865 from nsacyber/v3_issue_864-revert-checkstyle-rule-in-checkstylexml iadgovuser26 2024-11-08 09:49:42 -05:00
  • 3e8e55a00c FirmwareScvValidator rename tcgMeasurementLog -> eventLog, tpmPcrEvents -> failedPcrValues. Checkstyle changes. chubtub 2024-11-06 14:35:42 -05:00
  • 4af1c0a726 IdentityClaimProcessor rename sourcedValues -> expectedValues, logProcessor -> eventLog chubtub 2024-10-31 12:31:34 -04:00
  • 5250d648bf IdentityClaimProcessor rename measurements -> integrityMeasurements, temp -> deviceLiveLog chubtub 2024-10-30 15:13:01 -04:00
  • 7846b86010 IdentityClaimProcessor rename support -> supportRim chubtub 2024-10-30 14:49:56 -04:00
  • b0712958b9 IdentityClaimProcessor rename dbBaseRim -> baseRim. Checkstyle changes. chubtub 2024-10-30 11:23:02 -04:00
  • db089a7c4e New script needs +x [no ci] #871 v3_docker-db-chown-issue-2 iadgovuser29 2024-11-06 08:39:10 -05:00
  • 30810ba360 Add container env variable to import settings iadgovuser29 2024-11-06 07:28:11 -05:00
  • 45d3922284 Ensure hirs certs directory can be read by the mysql group #868 iadgovuser29 2024-11-05 08:19:52 -05:00
  • 22912634ec issue_825: Successfully deleted HIRS_Provisioner TPM2 and can build successfully. TheSilentCoder 2024-11-01 15:13:54 -04:00
  • 09a57f05e0 issue_865: finished making more corrections to the PR. should be good to go. #865 v3_issue_864-revert-checkstyle-rule-in-checkstylexml TheSilentCoder 2024-10-31 15:12:15 -04:00
  • 7448d54cb1 issue_864: Finished undoing constant name change in checkstyle xml file. Applied checkstyle changes to entire HIRS_UTILS module TheSilentCoder 2024-10-30 17:36:19 -04:00
  • 963086fc0e issue_847: Took another look over the PR for this issue and found nothing alarming. Made some minor tweaks to four files. Should be good to go for PR TheSilentCoder 2024-10-30 13:36:04 -04:00
  • 18efb25d41 issue_847: Figured out why tests were failing. CertificatePageControllerTest was trying to find the index of a curly brace inside the TPMSpecifications string but becauses lombok uses parens instead of curly braces for their toStrings, two tests kept failing. TheSilentCoder 2024-10-29 13:49:40 -04:00
  • 299a8f729a
    Merge branch 'main' into v3_issue_847-update-hirs_attestationca-caportal-for-checkstyle2 ThatSilentCoder 2024-10-29 11:37:24 -04:00
  • 7a7385f240 Finished fixing all checkstyle errors. Now figuring out this dependency issue. TheSilentCoder 2024-10-29 10:54:50 -04:00
  • f9da12865b issue_847: Fixed the majority of the checkstyle errors in the CAPOrtal module. Need to fix 5 more and figure out why two tests are failing. Merged master into local branch. TheSilentCoder 2024-10-28 16:55:25 -04:00
  • 6d770e9a63 issue_847: Fixed ALL checkstyle and spotbug errors in CA module. Fixing spotbug and checkstyle issues in CA_PORT module now. TheSilentCoder 2024-10-25 17:30:36 -04:00
  • 775ab4acc6
    Merge pull request #861 from nsacyber/v3_issue_860-spdm D2B8CA1B27286366A8607B6858C0565962613D18D0546480078B520CD7AD705A 2024-10-24 16:42:54 -04:00
  • 9662c08e76
    Improve output for ACA-signed certificates (#859) CAFB385655BEB1060E85B6C080B432F8EB2A2AF78459BD6532124977B933154A 2024-10-24 20:14:10 +00:00
  • 7759dbb3bd fix checkstyle changes that were lost during merge conflict of pciids PR #861 v3_issue_860-spdm iadgovuser58 2024-10-24 16:06:56 -04:00