1430 Commits

Author SHA1 Message Date
chubtub
b3e555c2ed Check upload file extensions 2024-05-16 13:49:37 -04:00
chubtub
a5aa837734 Modify controller class to handle UnmarshalException caused by invalid xml to prevent frontend error 2024-05-16 13:49:37 -04:00
chubtub
cfbd8f2e38 Modify BaseReferenceManifest to handle namespace prefixes in the swidtag XML. Modify the rimtool and ReferenceManifestValidator to properly prefix Directory and File under Payload and handle them for validation. 2024-05-16 13:49:37 -04:00
iadgovuser29
594870ca14 DEBUG_OPTIONS in aca_bootRun.sh sets debug options for bootRun or war 2024-05-16 13:49:37 -04:00
iadgovuser29
8fcc27cf8b Added debug mode if boot war is selected 2024-05-16 13:49:37 -04:00
iadgovuser29
bea103daab Added debug flag to aca_bootRun.sh options. JVM will launch with debug 2024-05-16 13:49:37 -04:00
iadgovuser58
2a8388ea7f added output to show up front how many UEFI Signature Lists there are, and be more descriptive about how many certs/hashes in each List 2024-05-16 13:49:37 -04:00
iadgovuser58
d20ee5e9e9 change comments 2024-05-16 13:49:37 -04:00
iadgovuser58
6e0fa24ef7 fixed hash size for EFI_CERT_SHA256_GUID, other minor changes 2024-05-16 13:49:37 -04:00
iadgovuser58
cb18765ed1 minor change for spotbug 2024-05-16 13:49:37 -04:00
iadgovuser58
8d7268e5aa check for signature type validity; if not valid, don't process and don't print 2024-05-16 13:49:37 -04:00
iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil
81e5db27f1 fixed mariadb permission on Rocky 9 2024-05-16 13:49:37 -04:00
iadgovuser26
99f3e937bf Added additional checks during package install 2024-05-16 13:49:37 -04:00
iadgovuser26
30bfa491c9 added directory check before install 2024-05-16 13:49:37 -04:00
iadgovuser26
ea56e434e4 updated build to include HIRS_UTILS 2024-05-16 13:49:37 -04:00
iadgovuser58
1fdce7b78b changing string and other comments 2024-05-16 13:49:37 -04:00
iadgovuser58
814758b504 changed name of DeviceSecurityEventData parent and ..HEADER parent to make the naming more clear 2024-05-16 13:49:37 -04:00
iadgovuser58
e5cb61d698 updated comments in ..HeaderBase to be more clear 2024-05-16 13:49:37 -04:00
iadgovuser58
ac623590ec consolidated a line 2024-05-16 13:49:37 -04:00
iadgovuser58
f3c824165f removed temporary test file folder 2024-05-16 13:49:37 -04:00
iadgovuser58
9025c12b52 fixed spotbug errors 2024-05-16 13:49:37 -04:00
iadgovuser58
a1a43a7dc7 small fix to output 2024-05-16 13:49:37 -04:00
iadgovuser58
3fcba67253 cleaned up comments 2024-05-16 13:49:37 -04:00
iadgovuser58
50e6d09361 fixed DeviceContext to include either/or PCI USB 2024-05-16 13:49:37 -04:00
iadgovuser58
ff74c8247b remove tests vendorid/deviceid 2024-05-16 13:49:37 -04:00
iadgovuser58
3c63d21993 temporarily add test vendorid/deviceid 2024-05-16 13:49:37 -04:00
iadgovuser58
67cccf2472 spdm processing - added Device Security Event Data Pci Context 2024-05-16 13:49:37 -04:00
iadgovuser58
0c8258a533 spdm processing - output is complete 2024-05-16 13:49:37 -04:00
iadgovuser58
8b5e82cec1 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
64e74258da spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
93c1a9bf29 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
738a687b40 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
bfd5f3f002 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
1cd4448416 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
3da447179a spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
0097de7535 spdm initial output 2024-05-16 13:49:37 -04:00
iadgovuser58
2fc515808d spdm initial output 2024-05-16 13:49:37 -04:00
iadgovuser58
194865b4e6 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
d10aa3a197 spdm processing 2024-05-16 13:49:37 -04:00
iadgovuser58
c1d4e90e63 SPDM processing 2024-05-16 13:49:37 -04:00
iadgovuser58
f0ec338918 SPDM processing 2024-05-16 13:49:37 -04:00
iadgovuser58
a544713448 parsing event 2024-05-16 13:49:37 -04:00
iadgovuser58
9809be29ee additional descriptions for data structures 2024-05-16 13:49:37 -04:00
iadgovuser58
4e54282ebe completed descriptions for data structures 2024-05-16 13:49:37 -04:00
iadgovuser58
e6b6f7629a spdm event structures 2024-05-16 13:49:37 -04:00
iadgovuser58
7fd363d5a7 added files for EvEfiSpdmFirmwareBlob 2024-05-16 13:49:37 -04:00
iadgovuser62
02a44c2b5c Adding system test for provision using Provisioner.NET (#748)
* Adding run script, Dockerfile, and container setup script for provisioning with TPM Simulator and Provisioner.Net

* Replacing Docker container setup script with Docker Compose .yml file with respective configurations in related files

* Adding system_test.yml for GitHub actions to run system tests upon V3 branch pushes. Modifying related files accordingly

* Replacing V2 ACA with V3 ACA built from Rocky 9
2024-05-16 13:49:37 -04:00
CAFB385655BEB1060E85B6C080B432F8EB2A2AF78459BD6532124977B933154A
937a9f295e Format certificate dates in UTC (#763) 2024-05-16 13:49:37 -04:00
iadgovuser58
13ff2248c2 fixed issue caused by change to version method 2024-05-16 13:49:37 -04:00
chubtub
d36a8a9c90 WIP: add BC provider for validation 2024-04-24 13:43:50 -04:00