-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adding Iterator and rename functions #148
Draft
MarcusJGStreets
wants to merge
10
commits into
ARM-software:main
Choose a base branch
from
MarcusJGStreets:iterator
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7d418ec
Added the iterator and rename commands to Protected storage.
MarcusJGStreets 64146f3
Fixing build errors
MarcusJGStreets b52daa2
Adding iterator to its
MarcusJGStreets 087695f
Spellcheck
MarcusJGStreets 890c0c4
Merge branch 'main' into iterator
MarcusJGStreets 460d6f2
Add files via upload
MarcusJGStreets 2801706
Fixing some errors due to a stale copy in my local repository
MarcusJGStreets d00a2d5
Merge branch 'ARM-software:main' into iterator
MarcusJGStreets 4a9979d
Update beased on Andrew T's comments
MarcusJGStreets d2c1b86
deleting three incorrect commts
MarcusJGStreets File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. SPDX-FileCopyrightText: Copyright 2018-2019, 2022-2024 Arm Limited and/or its affiliates <[email protected]> | ||
.. SPDX-FileCopyrightText: Copyright 2018-2019, 2022-2023 Arm Limited and/or its affiliates <[email protected]> | ||
.. SPDX-License-Identifier: CC-BY-SA-4.0 AND LicenseRef-Patent-license | ||
|
||
.. Releases of this specification | ||
|
@@ -39,7 +39,13 @@ | |
:date: January 2024 | ||
:confidentiality: Non-confidential | ||
|
||
Provide a Security Risk Assessment. | ||
Added draft SRA. | ||
|
||
.. release:: 1.1.0 | ||
:date: January 2024 | ||
:confidentiality: Non-confidential | ||
|
||
Added rename and iteration | ||
|
||
.. release-info:: | ||
:extend: | ||
|
@@ -64,16 +70,16 @@ | |
:doc_no: ARM IHI 0097 | ||
:url: arm-software.github.io/psa-api/status-code | ||
|
||
.. reference:: PSA-FFM | ||
.. reference:: PSA-FF-M | ||
:title: Arm® Platform Security Architecture Firmware Framework | ||
:doc_no: ARM DEN 0063 | ||
:url: developer.arm.com/documentation/den0063 | ||
:url: pages.arm.com/psa-apis | ||
|
||
.. reference:: SP800-30 | ||
:title: NIST Special Publication 800-30 Revision 1: Guide for Conducting Risk Assessments | ||
:author: NIST | ||
:publication: September 2012 | ||
:url: doi.org/10.6028/NIST.SP.800-30r1 | ||
:url: doi.org/10.6028/NIST.SP.800-30r1 | ||
|
||
.. Glossary terms used in this specification | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entire commit is undoing changes in 'main' from earlier in the year. None of these changes should be in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This branch somehow manages to revert changes to the
main
branch. Most of the changes in this file should not be in the PR.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only update that is expected from this PR is the addition of the 1.1.0 release information