Skip to content

Commit

Permalink
Script updating gh-pages from f23c6a8. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Nov 14, 2024
1 parent fa537b2 commit e7dfc3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 27 deletions.
22 changes: 9 additions & 13 deletions draft-ietf-netmod-rfc8407bis.html
Original file line number Diff line number Diff line change
Expand Up @@ -2173,8 +2173,6 @@ <h4 id="name-security-considerations-sect">
<div class="breakable sourcecode" id="section-3.7.1-1">
<pre>&lt;CODE BEGINS&gt;

=============== NOTE: '\' line wrapping per RFC 8792 ================


X. Security Considerations

Expand All @@ -2195,8 +2193,7 @@ <h4 id="name-security-considerations-sect">
-- Writable nodes section:
--
-- If the data model contains any writable data nodes (those are all
-- the "config true" nodes), then include the following section of
-- text:
-- the "config true" nodes), then include the following text:

There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., "config true", which is the
Expand All @@ -2211,9 +2208,8 @@ <h4 id="name-security-considerations-sect">
-- e.g., ones that might be protected by a "nacm:default-deny-write"
-- or a "nacm:default-deny-all" extensions statement, then those
-- subtrees and data nodes must be listed, with an explanation of the
-- associated security risks with a focus on how they can be \
disruptive
-- if abused. Otherwise, state:
-- associated security risks with a focus on how they can be
-- disruptive if abused. Otherwise, state:
--
-- "There are no particularly sensitive writable data nodes."

Expand All @@ -2222,7 +2218,7 @@ <h4 id="name-security-considerations-sect">
-- If the data model contains any readable data nodes (i.e., those
-- that are "config false" nodes, but also all other nodes, because
-- they can also be read via operations like get or get-config), then
-- include the following section of text:
-- include the following text:

Some of the readable data nodes in this YANG module may be considered
sensitive or vulnerable in some network environments. It is thus
Expand All @@ -2246,7 +2242,7 @@ <h4 id="name-security-considerations-sect">
-- RPC operations section:
--
-- If the data model contains any RPC operations, then include
-- the following section of text:
-- the following text:

Some of the RPC operations in this YANG module may be considered
sensitive or vulnerable in some network environments. It is thus
Expand All @@ -2256,8 +2252,8 @@ <h4 id="name-security-considerations-sect">

-- If the data model contains any particularly sensitive RPC
-- operations, then those operations must be listed here, along
-- with an explanation of the associated sensitivity or privacy
-- concerns.
-- with an explanation of the associated specific sensitivity
-- or vulnerability concerns.
--
-- Otherwise, state:
-- "There are no particularly sensitive RPC operations."
Expand All @@ -2277,8 +2273,8 @@ <h4 id="name-security-considerations-sect">

-- No data nodes section:
--
-- If the data model does not define any data nodes, then
-- add the following text
-- If the data model does not define any data nodes, then add
-- the following text:

The YANG module defines a set of identities, types, and
groupings. These nodes are intended to be reused by other YANG
Expand Down
23 changes: 9 additions & 14 deletions draft-ietf-netmod-rfc8407bis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,6 @@ Table of Contents
3.7.1. Security Considerations Section Template

<CODE BEGINS>
=============== NOTE: '\' line wrapping per RFC 8792 ================


X. Security Considerations

This section is modeled after the template described in Section 3.7
Expand All @@ -695,8 +692,7 @@ Table of Contents
-- Writable nodes section:
--
-- If the data model contains any writable data nodes (those are all
-- the "config true" nodes), then include the following section of
-- text:
-- the "config true" nodes), then include the following text:

There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., "config true", which is the
Expand All @@ -711,9 +707,8 @@ Table of Contents
-- e.g., ones that might be protected by a "nacm:default-deny-write"
-- or a "nacm:default-deny-all" extensions statement, then those
-- subtrees and data nodes must be listed, with an explanation of the
-- associated security risks with a focus on how they can be \
disruptive
-- if abused. Otherwise, state:
-- associated security risks with a focus on how they can be
-- disruptive if abused. Otherwise, state:
--
-- "There are no particularly sensitive writable data nodes."

Expand All @@ -722,7 +717,7 @@ Table of Contents
-- If the data model contains any readable data nodes (i.e., those
-- that are "config false" nodes, but also all other nodes, because
-- they can also be read via operations like get or get-config), then
-- include the following section of text:
-- include the following text:

Some of the readable data nodes in this YANG module may be considered
sensitive or vulnerable in some network environments. It is thus
Expand All @@ -746,7 +741,7 @@ Table of Contents
-- RPC operations section:
--
-- If the data model contains any RPC operations, then include
-- the following section of text:
-- the following text:

Some of the RPC operations in this YANG module may be considered
sensitive or vulnerable in some network environments. It is thus
Expand All @@ -756,8 +751,8 @@ Table of Contents

-- If the data model contains any particularly sensitive RPC
-- operations, then those operations must be listed here, along
-- with an explanation of the associated sensitivity or privacy
-- concerns.
-- with an explanation of the associated specific sensitivity
-- or vulnerability concerns.
--
-- Otherwise, state:
-- "There are no particularly sensitive RPC operations."
Expand All @@ -777,8 +772,8 @@ Table of Contents

-- No data nodes section:
--
-- If the data model does not define any data nodes, then
-- add the following text
-- If the data model does not define any data nodes, then add
-- the following text:

The YANG module defines a set of identities, types, and
groupings. These nodes are intended to be reused by other YANG
Expand Down

0 comments on commit e7dfc3d

Please sign in to comment.