Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESVP Production server does not recognize new "limitEntropyAssessmentToVendor" field #46

Open
locksmithone opened this issue May 3, 2024 · 0 comments

Comments

@locksmithone
Copy link
Contributor

While attempting to certify a new esv submission, our client submits the field "limitEntropyAssessmentToVendor" as it was modified recently from "limitEntropyAssessmentToSingleModule". However, the server refuses with the following error:

ACVPProxy (08:30:54) (tid1440) Error: Server error response: [
  {
    "esvVersion": "1.0"
  },
  {
    "status": "error",
    "errors": {
      "errorList": [
        "RequiredPropertyError: limitEntropyAssessmentToSingleModule was not found in the JSON payload."
      ]
    },
    "information": {
      "messageList": [
        "redacted."
      ],
      "entropyAssessmentsReferences": {
        "elementList": [
          {
            "reference": {
              "position": 1,
              "eaId": 1439
            },
            "messageList": [
              "oeId name is redacted"
            ]
          },
          {
            "reference": {
              "position": 2,
              "eaId": 1440
            },
            "messageList": [
              "oeId name is redacted."
            ]
          }
        ]
      }
    }
  }
]
ACVPProxy (08:30:54) (tid1440) Error: Cannot certify

It seems the server still expects the old name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant