Skip to content

Commit

Permalink
Change "ids" to "IDs".
Browse files Browse the repository at this point in the history
  • Loading branch information
pvretano committed Mar 4, 2024
1 parent 7ed7e51 commit e6c9976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/sections/clause_9_security-considerations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ The following is more detailed information on the resources:
[cols="20,30,10,40",options="header"]
|===
|Resource |Path |HTTP method | Information delivered
|Job list |`/jobs` |GET | List of job ids and status info, links to results or exceptions
|Job list |`/jobs` |GET | List of job IDs and status info, links to results or exceptions
|===

The retrieval of the job list of a process returns the job ids and links to the respective job status.
The retrieval of the job list of a process returns the job IDs and links to the respective job status.


[[sec_cons_execute]]
Expand All @@ -110,7 +110,7 @@ The execute operation uses HTTP POST to create new processing jobs (process exec

|===

The new job ids that are returned in the status info document should be created in a non-guessable way, for example using UUIDs. This will prevent random attempts to get job status information, results / exceptions or even cancel jobs / delete job artifacts.
The new job IDs that are returned in the status info document should be created in a non-guessable way, for example using UUIDs. This will prevent random attempts to get job status information, results / exceptions or even cancel jobs / delete job artifacts.

include::../recommendations/job-list/REC_access-control-job-list.adoc[]

Expand Down

0 comments on commit e6c9976

Please sign in to comment.