Skip to content

Commit

Permalink
Add Direct URL security heading
Browse files Browse the repository at this point in the history
No changes to the spec, just adding a heading to
highlight the notes on avoiding credential leaks.
  • Loading branch information
ncoghlan authored Aug 8, 2024
1 parent caa2007 commit 3d9aced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/specifications/direct-url-data-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Depending on what ``url`` refers to, the second field MUST be one of ``vcs_info`
local directory). These info fields have a (possibly empty) subdictionary as
value, with the possible keys defined below.

Security Considerations
-----------------------

When persisted, ``url`` MUST be stripped of any sensitive authentication information,
for security reasons.

Expand Down

0 comments on commit 3d9aced

Please sign in to comment.