Giter Site home page Giter Site logo

Comments (5)

hbooth avatar hbooth commented on June 13, 2024

The below is focused on just the part of registration that discussed what was in the OE originally. Note that a new top-sibling to the operationalEnvironment property has been created to describe the module, separately from the environment in which the module was being tested. We can discuss this further on the call, but just wanted to get this out there to start the discussion.

{
....
      "module": {
         "name": "Module Name",
         "version": "1.1",
         "type": "Software",
      },
      "operationalEnvironment": {
         "dependencies": [{
          "software": {
              "cpe": "cpe:2.3:o:linux:linux:3.1",
              "swid": "swid-tag"
          },
          "hardware": {
              "type": "processor",
              "name": "Intel Xeon Processor",
              "modelNumber": "LV 5148"
          }
      }]
    }
....
}

from acvp.

hbooth avatar hbooth commented on June 13, 2024

From our phone discussion today:
"hardware": {
"type": "processor",
"manufacturer": "Intel"
"family": "ARK",
"name": "Xeon",
"series": "5100",
"features": ["feature1", "feature2"]
}

Additional Hardware attributes:
"family"
"architecture"
"core"
"instructionSet"
"microcode"

References for thought:
https://en.wikipedia.org/wiki/List_of_ARM_microarchitectures
https://en.wikipedia.org/wiki/Intel_Core
ISO-19770-2
NIST-IR 8060

from acvp.

atvassilev avatar atvassilev commented on June 13, 2024

Can this issue be closed now?

from acvp.

celic avatar celic commented on June 13, 2024

Is there a reason this is still open?

from acvp.

atvassilev avatar atvassilev commented on June 13, 2024

No, I don't think so. At the time when I wrote previous comment, @hbooth's PR was still pending. Now that it is merged, this can be closed.

from acvp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.