Skip to content

Commit

Permalink
Update missed abbreviations for LA to AA
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptingxss committed Dec 10, 2023
1 parent df02d52 commit 8488c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/03_test_cases/internal_interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Depending on the access model for a given device, only certain individuals might
</tr>
<tr valign="top">
<th align="left">Authorization</th>
<td><i>LA-1</i></tr>
<td><i>AA-1</i></tr>
</table>
**Summary**

Expand Down Expand Up @@ -100,11 +100,11 @@ This test case is based on: [IOT-DES-AUTHZ-001](../data_exchange_services/README
</tr>
<tr valign="top">
<th align="left">Authorization</th>
<td><i>LA-2</i> - <i>LA-3</i><br>(depending on the access model for the given device)</tr>
<td><i>AA-2</i> - <i>AA-3</i><br>(depending on the access model for the given device)</tr>
</table>
**Summary**

Depending on the specific implementation of a given device, access to some functionalities via an internal interface might be restricted to individuals with a certain authorization access level, e.g., *LA-3* or *LA-4*. If the interface fails to correctly verify access permissions, an attacker with a lower authorization access level than intended might be able to get access to the restricted functionalities.
Depending on the specific implementation of a given device, access to some functionalities via an internal interface might be restricted to individuals with a certain authorization access level, e.g., *AA-3* or *AA-4*. If the interface fails to correctly verify access permissions, an attacker with a lower authorization access level than intended might be able to get access to the restricted functionalities.

**Test Objectives**

Expand Down
2 changes: 1 addition & 1 deletion src/03_test_cases/user_interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ This test case is based on: [IOT-DES-AUTHZ-001](../data_exchange_services/README
</tr>
<tr valign="top">
<th align="left">Authorization</th>
<td><i>LA-2</i> - <i>LA-3</i><br>(depending-on-the-access-model-for-the-given-device)</tr>
<td><i>AA-2</i> - <i>AA-3</i><br>(depending-on-the-access-model-for-the-given-device)</tr>
</table>

**Summary**
Expand Down

0 comments on commit 8488c3e

Please sign in to comment.