Skip to content

editorial issues in the CAEP spec under public review #275

@TakahikoKawasaki

Description

@TakahikoKawasaki

txn example values

txn example values should be strings, not integers, as per Section 2.2. Core SET Claims of RFC 8417: Security Event Token (SET).

- "txn": 8675309,
+ "txn": "8675309",

event_timestamp example values

event_timestamp example values should be seconds since the Unix epoch, not milliseconds, as per Section 2. Optional Event Claims of the CAEP spec.

- "event_timestamp": 1615304991643
+ "event_timestamp": 1615304991

3.2.2. Examples, Figure 7

              "reason_user": {
                  "en": "You're no longer connected to a trusted network.",
                  "it": "Non sei piu connesso a una rete attendibile."
              },
- 
              "claims": {
-                 "trusted_network": "false"
+                 "trusted_network": false
              }
          }

3.8. Risk Level Change

- connection to insecure pheripheral device
+ connection to insecure peripheral device

3.8.1. Event Specific Claims

- as identified by the transmitter
+ as identified by the Transmitter
- Value MUST be one of LOW, MEDIUM, HIGH
+ Value MUST be one of LOW, MEDIUM, HIGH.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions