Emily Rodriguez

Results 27 issues of Emily Rodriguez

Problem: The previous instructions for installing SAF via docker did not specify an entrypoint, so if someone ran the command, it ran, showed the SAF help results, then stopped and...

Closes: #175 Signed-off-by: Emily Rodriguez

When using the syntax `throw new Error("Error message)` in different cases such as [this file used in the validate threshold command](https://github.com/mitre/saf/blob/ca386ce9b288257443a7d6a88f721d71d9135ca4/src/utils/threshold.ts#L101), the output if the error is thrown is not...

bug
enhancement

NIST and CCI tags can be both an array of Strings or just a single string, so `forEach` loops need to be able to handle a single element object. Ex:...

bug

These changes stemmed from needing to document how to create an API Key programmatically. In doing so, we found some updates to documentation and ease of use necessary. For reference,...

-T '{"error.total": 0, "compliance.min": 100}' = 0 -T "{"error.total": 0, "compliance.min": 100}" = 1 - [ ] Examine the difference between using the file format and the command line -...

bug
documentation

When running the command: `saf attest apply -i ./results/nginx_hardened_results.json ./results/manual_attestation_results.json -o ./results/nginx_hardened_with_manual_attestations.json` with an improperly formatted manual attestations file (`./results/manual_attestation_results.json`) the error message just states: `Unknown input file: ./results/manual_attestation_results.json` which...

enhancement

These are the standards for writing the CLI inputs: http://docopt.org/ OCLIF has made it so there can be automated usage strings if we update the flags. Here is OCLIF's PR...

**Describe the bug** Broken Okta integration **To Reproduce** Steps to reproduce the behavior: 1. Deploy 2.10.4 Heimdall with Okta login 2. Load the login page 3. Click "login with Okta"...

bug

What is the desired functionality for the version comment in this situation: Situation: Checklist -> HDF (`original_file.ckl -> original_file_converted_to_hdf.json`) HDF -> Checklist (`original_file_converted_to_hdf.json -> original_file_converted_to_hdf_converted_back_to_ckl.ckl`) Possible Results (OPTION A or...