1735 Commits

Author SHA1 Message Date
TheSilentCoder
1b9df78238 issue_863: Fixed some critical dependencies in all of the modules except for HIRS_CA and HIRS_CAportal modules.
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
2025-01-06 17:40:26 -05:00
TheSilentCoder
0038031c79 Merge branch 'v3_issue_863-write-dependencies-version-numbers-in-gradleproperties-file' into v3_issue_887-add-owasp-dependency-check 2024-12-23 10:13:16 -05:00
TheSilentCoder
616fc0686f issue_863: Removed testng from codebase. Has been officially replaced with spring junit.
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
2024-12-23 10:12:31 -05:00
TheSilentCoder
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.
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
2024-12-20 15:17:43 -05:00
TheSilentCoder
dcc2962b99 Merge branch 'v3_issue_863-write-dependencies-version-numbers-in-gradleproperties-file' into v3_issue_887-add-owasp-dependency-check 2024-12-19 16:35:01 -05:00
TheSilentCoder
e49f7fd5ce issue_863: Finishing touches to the PR. Upgraded some more dependencies and removed unused one.
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
2024-12-19 15:59:17 -05:00
TheSilentCoder
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. 2024-12-19 09:37:06 -05:00
TheSilentCoder
3d795a56ee issue_863: Updated gradle plugins version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities.
Some checks are pending
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Waiting to run
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Waiting to run
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Blocked by required conditions
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Waiting to run
HIRS System Tests / DockerTests (push) Waiting to run
2024-12-18 16:44:41 -05:00
TheSilentCoder
1c39f8d9d5 issue_863: Updated gradle version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities.
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
2024-12-17 14:58:41 -05:00
iadgovuser26
ad0966941d
Merge pull request #886 from nsacyber/v3_issue-879
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
[#879] Additional renaming and checkstyle  changes
2024-12-13 12:15:23 -05:00
iadgovuser26
02f684d04b
Update README.md 2024-12-13 11:49:22 -05:00
iadgovuser26
a1a4cfdd6c
Merge pull request #888 from nsacyber/v3_issue_882_doc_update
Added HIRS v3 Docs
2024-12-13 11:03:41 -05:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
ec3f47a78c Added HIRS v3 Docs 2024-12-12 17:12:35 -05:00
chubtub
6af53fe497 Clean up checkstyle warnings
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
2024-12-11 10:04:10 -05:00
chubtub
cb2ba1a846 Clarified checkstyle changes and renamed some data structures for readability or conformity to documentation 2024-12-10 16:41:16 -05:00
TheSilentCoder
301689ddb6 issue_863: reverted changes from last commit. let's see if that makes a difference 2024-11-27 16:53:35 -05:00
TheSilentCoder
028a52183c issue_863: removed unused dependencies and am currently resolving critical vulnerable dependendcies 2024-11-27 16:05:42 -05:00
TheSilentCoder
a57cd09649 issue_863: updated spring boot, hibernate, and spring retry. Removed an unused dependency. 2024-11-27 12:32:21 -05:00
TheSilentCoder
e32a9b66db issue_863: undid spring update. need to figure out how to smoothly transition to newer spring. 2024-11-26 20:07:14 -05:00
TheSilentCoder
4798b16a47 issue_863: updated spring boot version. second try at it. 2024-11-26 19:49:30 -05:00
TheSilentCoder
bc25d6a149 issue_863: removed some critical vulnerable dependencies 2024-11-26 19:08:04 -05:00
TheSilentCoder
8008c4df74 issue_863: Updating tomcat core. 2024-11-26 17:45:57 -05:00
TheSilentCoder
c8d53cd037 issue_863: Part 15 of updating dependencies 2024-11-26 17:32:28 -05:00
TheSilentCoder
d396ace439 issue_863: Part 14 of updating dependencies 2024-11-26 17:21:27 -05:00
TheSilentCoder
8d62d85d22 issue_863: Part 13 of updating dependencies 2024-11-26 17:12:31 -05:00
TheSilentCoder
77a31fef3c issue_863: Part 12 of updating dependencies 2024-11-26 17:05:28 -05:00
TheSilentCoder
17375bcf00 issue_863: Part 10 of updating dependencies 2024-11-26 16:35:41 -05:00
TheSilentCoder
7cef3ac495 issue_863: Part 9 of updating dependencies 2024-11-26 16:27:46 -05:00
TheSilentCoder
637ec53940 issue_863: Part 8 of updating dependencies 2024-11-26 16:18:17 -05:00
TheSilentCoder
7b0486f266 issue_863: Part VII of updating dependencies 2024-11-26 16:07:51 -05:00
TheSilentCoder
cd7a7e1988 issue_863: Part VI of updating dependencies slowly 2024-11-26 15:54:22 -05:00
TheSilentCoder
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) 2024-11-26 15:40:45 -05:00
TheSilentCoder
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) 2024-11-26 15:30:09 -05:00
TheSilentCoder
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 2024-11-26 15:15:57 -05:00
TheSilentCoder
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) 2024-11-26 14:57:32 -05:00
TheSilentCoder
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. 2024-11-26 14:37:57 -05:00
TheSilentCoder
548c203c18 issue_863: upgrading this slowly but surely 2024-11-25 15:34:27 -05:00
TheSilentCoder
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. 2024-11-25 08:54:25 -05:00
TheSilentCoder
3307cddb9e issue_863: finished updating dependency versions. Ready for PR 2024-11-22 10:58:20 -05:00
TheSilentCoder
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 2024-11-21 12:07:57 -05:00
CAFB385655BEB1060E85B6C080B432F8EB2A2AF78459BD6532124977B933154A
e91c7a819a
Adding clientAuth to issued certificates (#883) 2024-11-20 18:17:20 -05:00
iadgovuser26
accacbd4db
Merge pull request #878 from nsacyber/v3_issue-877
[#877] Fix ACA-issued certificates not verifying in OpenSSL
2024-11-19 13:32:57 -05:00
iadgovuser59
1cc10a0264 Further fixes to issued cert generation 2024-11-18 21:59:43 -05:00
iadgovuser59
8951faabe6 Merge commit 'de17aee' into v3_issue-877 2024-11-18 12:27:09 -05:00
iadgovuser59
9a3cba78f7 Fixes to ACA certificate generation 2024-11-18 12:21:00 -05:00
5B96790E3664F40075A67E6ADF737EDB15B4408DBC91A81228B31537B0CE3E26
de17aee7de
Enable usage of previously backed up settings when starting new ACA container (#871)
* Add container env variable to import settings

* New script needs +x [no ci]
2024-11-18 08:07:19 -05:00
iadgovuser26
42d7c73fe1
Merge pull request #862 from nsacyber/v3_issue_847-update-hirs_attestationca-caportal-for-checkstyle2
[#847] Update HIRS Attestation CA and HIRS Attestation CA Portal Checkstyles.
2024-11-15 12:03:06 -05:00
TheSilentCoder
a00347fb27 issue_847: Successfully merged main into this branch 2024-11-15 11:29:37 -05:00
iadgovuser26
e1f59072be
Merge pull request #866 from nsacyber/v3_issue_825-remove-hirs_provisionertpm2
[#825] Delete HIRS Provisioner TPM2
2024-11-15 10:33:49 -05:00
TheSilentCoder
86d2084171 issue_825: Successfully merged main into this branch 2024-11-15 10:24:38 -05:00