Commit Graph

1839 Commits

Author SHA1 Message Date
065acb231d Merge branch 'main' into v3_issue_887-add-owasp-dependency-check
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-13 10:37:22 -05:00
11691e5b29 [#863] Placed Dependencies and Dependency Versions In TOML file (#885)
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
* 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

* issue_863: finished updating dependency versions. Ready for PR

* 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.

* issue_863: upgrading this slowly but surely

* issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes.

* 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)

* 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

* issue_863: Part IV of upgrading this slowly  to see if github's ci/cd is happy still with these set of changes (again)

* issue_863: Part V of upgrading this slowly  to see if github's ci/cd is happy still with these set of changes (again)

* issue_863: Part VI of updating dependencies slowly

* issue_863: Part VII of updating dependencies

* issue_863: Part 8 of updating dependencies

* issue_863: Part 9 of updating dependencies

* issue_863: Part 10 of updating dependencies

* issue_863: Part 12 of updating dependencies

* issue_863: Part 13 of updating dependencies

* issue_863: Part 14 of updating dependencies

* issue_863: Part 15 of updating dependencies

* issue_863: Updating tomcat core.

* issue_863: removed some critical vulnerable dependencies

* issue_863: updated spring boot version. second try at it.

* issue_863: undid spring update. need to figure out how to smoothly transition to newer spring.

* issue_863: updated spring boot, hibernate, and spring retry. Removed an unused dependency.

* issue_863: removed unused dependencies and am currently resolving critical vulnerable dependendcies

* issue_863: reverted changes from last commit. let's see if that makes a difference

* issue_863: Updated gradle version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities.

* issue_863: Updated gradle plugins version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities.

* 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.

* issue_863: Finishing touches to the PR. Upgraded some more dependencies and removed unused one.

* issue_863: Removed testng from codebase. Has been officially replaced with spring junit.
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.
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-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.
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-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.
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
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
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
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
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
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
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
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
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
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
02f684d04b Update README.md 2024-12-13 11:49:22 -05:00
a1a4cfdd6c Merge pull request #888 from nsacyber/v3_issue_882_doc_update
Added HIRS v3 Docs
2024-12-13 11:03:41 -05:00
ec3f47a78c Added HIRS v3 Docs 2024-12-12 17:12:35 -05:00
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
cb2ba1a846 Clarified checkstyle changes and renamed some data structures for readability or conformity to documentation 2024-12-10 16:41:16 -05:00
301689ddb6 issue_863: reverted changes from last commit. let's see if that makes a difference 2024-11-27 16:53:35 -05:00
028a52183c issue_863: removed unused dependencies and am currently resolving critical vulnerable dependendcies 2024-11-27 16:05:42 -05:00
a57cd09649 issue_863: updated spring boot, hibernate, and spring retry. Removed an unused dependency. 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. 2024-11-26 20:07:14 -05:00
4798b16a47 issue_863: updated spring boot version. second try at it. 2024-11-26 19:49:30 -05:00
bc25d6a149 issue_863: removed some critical vulnerable dependencies 2024-11-26 19:08:04 -05:00
8008c4df74 issue_863: Updating tomcat core. 2024-11-26 17:45:57 -05:00
c8d53cd037 issue_863: Part 15 of updating dependencies 2024-11-26 17:32:28 -05:00
d396ace439 issue_863: Part 14 of updating dependencies 2024-11-26 17:21:27 -05:00
8d62d85d22 issue_863: Part 13 of updating dependencies 2024-11-26 17:12:31 -05:00
77a31fef3c issue_863: Part 12 of updating dependencies 2024-11-26 17:05:28 -05:00
17375bcf00 issue_863: Part 10 of updating dependencies 2024-11-26 16:35:41 -05:00
7cef3ac495 issue_863: Part 9 of updating dependencies 2024-11-26 16:27:46 -05:00
637ec53940 issue_863: Part 8 of updating dependencies 2024-11-26 16:18:17 -05:00
7b0486f266 issue_863: Part VII of updating dependencies 2024-11-26 16:07:51 -05:00
cd7a7e1988 issue_863: Part VI of updating dependencies slowly 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) 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) 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 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) 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. 2024-11-26 14:37:57 -05:00
548c203c18 issue_863: upgrading this slowly but surely 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. 2024-11-25 08:54:25 -05:00
3307cddb9e issue_863: finished updating dependency versions. Ready for PR 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 2024-11-21 12:07:57 -05:00
e91c7a819a Adding clientAuth to issued certificates (#883) 2024-11-20 18:17:20 -05:00
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
1cc10a0264 Further fixes to issued cert generation 2024-11-18 21:59:43 -05:00
8951faabe6 Merge commit 'de17aee' into v3_issue-877 2024-11-18 12:27:09 -05:00
9a3cba78f7 Fixes to ACA certificate generation 2024-11-18 12:21:00 -05:00
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