Skip to content

Commit

Permalink
Merge pull request #58 from Spyderisk/57-renaming-iot-assets
Browse files Browse the repository at this point in the history
Addressing issue #57
  • Loading branch information
samuelsenior authored Nov 7, 2023
2 parents dac0187 + 2fd3fde commit d756d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csv/DomainAsset.csv
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ package#GDPR,domain#GDPRArt94Data,GDPRArt94Data,FALSE,FALSE,FALSE,A parent class
package#GDPR,domain#GDPRArt9Data,GDPRArt9Data,FALSE,FALSE,FALSE,A parent class for certain types of data indicating the data is subject to additional data protection measures under the EU Regulation GDPR Article 9.,,FALSE
package#GDPR,domain#SpecialCategoryData,SpecialCategoryData,TRUE,FALSE,TRUE,"Data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, or data concerning a natural person's sex life or sexual orientation. These categories of data are subject to GDPR Art 9, along with biometric, genetic and health data all of which are presented using separate specialised classes.",sensitivedata.svg,FALSE
package#IoT,domain#ControlData,ControlData,FALSE,TRUE,TRUE,Data used to control the physical actuator hardware in an IoT device.,,FALSE
package#IoT,domain#Controller,Controller,TRUE,FALSE,TRUE,"A Thing that is able to affect aspects of the physical environment in ways defined by data sent to it. A Controller has no console allowing login, but it may have an interface allowing some interaction with a human user.",actuator.svg,FALSE
package#IoT,domain#Controller,IOT Actuator,TRUE,FALSE,TRUE,"A Thing that is able to affect aspects of the physical environment in ways defined by data sent to it. A Controller has no console allowing login, but it may have an interface allowing some interaction with a human user.",actuator.svg,FALSE
package#IoT,domain#ControlProcess,ControlProcess,FALSE,TRUE,FALSE,A simple process that runs on a controller and handles conversion of input data into control signals for robotic or other interaction with the real (physical) world.,,FALSE
package#IoT,domain#IoTProcess,IoTProcess,FALSE,FALSE,FALSE,Base class for inferred onboard sensor acquisition and control processes running on an IoT Thing.,,FALSE
package#IoT,domain#Sensor,Sensor,TRUE,FALSE,TRUE,"A Thing that can sense its physical environment and produce data describing aspects of that environment including the device user. A sensor has no console allowing login, but it may have an interface allowing some interaction with a human user.",sensor.svg,FALSE
package#IoT,domain#Sensor,IOT Sensor,TRUE,FALSE,TRUE,"A Thing that can sense its physical environment and produce data describing aspects of that environment including the device user. A sensor has no console allowing login, but it may have an interface allowing some interaction with a human user.",sensor.svg,FALSE
package#IoT,domain#SensorProcess,SensorProcess,FALSE,TRUE,FALSE,A simple process that runs on a sensor and handles the acquisition and sending of data from the real (physical) world.,,FALSE
package#IoT,domain#Thing,Thing,FALSE,FALSE,FALSE,A device with onboard processing able to interact with the physical world.,,FALSE
package#Legal,domain#GovernanceAsset,GovernanceAsset,FALSE,FALSE,FALSE,Base class for assets representing or related to agency and governance mechanisms.,,FALSE
Expand Down Expand Up @@ -173,7 +173,7 @@ package#Physical,domain#World,World,FALSE,TRUE,FALSE,A singleton subclass of Pub
package#Privacy,domain#BiometricData,BiometricData,TRUE,FALSE,TRUE,A data item or set that contains biometric measurements relating to individuals.,biometricdata.svg,FALSE
package#Privacy,domain#GeneticData,GeneticData,TRUE,FALSE,TRUE,A data item or set that contains genetic information relating to individuals.,geneticdata.svg,FALSE
package#Privacy,domain#HealthData,HealthData,TRUE,FALSE,TRUE,"A data item or set that contains health information, which may or may not be related to a specific individual.",healthdata.svg,FALSE
package#Privacy,domain#HealthSensor,HealthSensor,TRUE,FALSE,TRUE,"A sensor for acquiring health related data from a patient. Has no console allowing login, but it may have an interface allowing some interaction with a human user, who may or may not be the patient.",health-sensor.svg,FALSE
package#Privacy,domain#HealthSensor,IOT HealthSensor,TRUE,FALSE,TRUE,"A sensor for acquiring health related data from a patient. Has no console allowing login, but it may have an interface allowing some interaction with a human user, who may or may not be the patient.",health-sensor.svg,FALSE
package#ProcessComms,domain#AttackPath,AttackPath,FALSE,FALSE,FALSE,Base class for all attack paths.,,FALSE
package#ProcessComms,domain#ClientAttackPath,ClientAttackPath,FALSE,FALSE,FALSE,Base class for all attack paths related to a specific client.,,FALSE
package#ProcessComms,domain#ClientChannel,ClientServiceRelationship,FALSE,TRUE,FALSE,"Represents a trust relationship between a Client and a Service. Exists where the two communicate directly, or where the Service may need to know the identity of the Client.",,FALSE
Expand Down

0 comments on commit d756d0e

Please sign in to comment.