Skip to content

Modify rule S1313: Fix link to HTTP page #4953

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

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rules/S1313/abap/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/apex/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/cfamily/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/csharp/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/go/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/java/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/javascript/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID).
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID).
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the 2001:db8::/32 range, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/kotlin/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]
* Addresses from ::ffff:0:127.0.0.1 to ::ffff:0:127.255.255.255 and from ::ffff:127.0.0.1 to ::ffff:127.255.255.255, which are local IPv4-mapped IPv6 addresses
Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/php/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/python/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/ruby/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/scala/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/tsql/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form `2.5.<number>.<number>` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form `2.5.<number>.<number>` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]

include::../see.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/vb6/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down
2 changes: 1 addition & 1 deletion rules/S1313/vbnet/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No issue is reported for the following cases because they are not considered sen
* Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
* Broadcast address 255.255.255.255
* Non-routable address 0.0.0.0
* Strings of the form ``++2.5.<number>.<number>++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID)
* Strings of the form ``++2.5.<number>.<number>++`` as they https://en.wikipedia.org/wiki/Object_identifier[often match Object Identifiers] (OID)
* Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc5737[RFC 5737]
* Addresses in the range 2001:db8::/32, reserved for documentation purposes by https://datatracker.ietf.org/doc/html/rfc3849[RFC 3849]

Expand Down