From 2a7a3ea305441914e0163b0a66947e924aaff2a3 Mon Sep 17 00:00:00 2001 From: Egon Okerman Date: Fri, 11 Apr 2025 12:52:11 +0200 Subject: [PATCH] Fix link to HTTP page for S1313 --- rules/S1313/abap/rule.adoc | 2 +- rules/S1313/apex/rule.adoc | 2 +- rules/S1313/cfamily/rule.adoc | 2 +- rules/S1313/csharp/rule.adoc | 2 +- rules/S1313/go/rule.adoc | 2 +- rules/S1313/java/rule.adoc | 2 +- rules/S1313/javascript/rule.adoc | 2 +- rules/S1313/kotlin/rule.adoc | 2 +- rules/S1313/php/rule.adoc | 2 +- rules/S1313/python/rule.adoc | 2 +- rules/S1313/ruby/rule.adoc | 2 +- rules/S1313/scala/rule.adoc | 2 +- rules/S1313/tsql/rule.adoc | 2 +- rules/S1313/vb6/rule.adoc | 2 +- rules/S1313/vbnet/rule.adoc | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/rules/S1313/abap/rule.adoc b/rules/S1313/abap/rule.adoc index add5efcdfb5..231c6024fa0 100644 --- a/rules/S1313/abap/rule.adoc +++ b/rules/S1313/abap/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/apex/rule.adoc b/rules/S1313/apex/rule.adoc index 7602501ee0d..894bf7980b2 100644 --- a/rules/S1313/apex/rule.adoc +++ b/rules/S1313/apex/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/cfamily/rule.adoc b/rules/S1313/cfamily/rule.adoc index 35630b0060c..be3c94c8672 100644 --- a/rules/S1313/cfamily/rule.adoc +++ b/rules/S1313/cfamily/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/csharp/rule.adoc b/rules/S1313/csharp/rule.adoc index 66fd2275b6e..a3c2702d254 100644 --- a/rules/S1313/csharp/rule.adoc +++ b/rules/S1313/csharp/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/go/rule.adoc b/rules/S1313/go/rule.adoc index 36a148f391a..d583ab117d4 100644 --- a/rules/S1313/go/rule.adoc +++ b/rules/S1313/go/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/java/rule.adoc b/rules/S1313/java/rule.adoc index 5249cc65357..8dc6d250f33 100644 --- a/rules/S1313/java/rule.adoc +++ b/rules/S1313/java/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/javascript/rule.adoc b/rules/S1313/javascript/rule.adoc index 30eb94e5e6e..236bd57976e 100644 --- a/rules/S1313/javascript/rule.adoc +++ b/rules/S1313/javascript/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID). +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/kotlin/rule.adoc b/rules/S1313/kotlin/rule.adoc index 65c394b171c..64e92192b22 100644 --- a/rules/S1313/kotlin/rule.adoc +++ b/rules/S1313/kotlin/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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 diff --git a/rules/S1313/php/rule.adoc b/rules/S1313/php/rule.adoc index 50be1645325..746e8a9d237 100644 --- a/rules/S1313/php/rule.adoc +++ b/rules/S1313/php/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/python/rule.adoc b/rules/S1313/python/rule.adoc index adedd3280b2..010eef5ba42 100644 --- a/rules/S1313/python/rule.adoc +++ b/rules/S1313/python/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/ruby/rule.adoc b/rules/S1313/ruby/rule.adoc index aa6e0ca8c95..be5a8affa1b 100644 --- a/rules/S1313/ruby/rule.adoc +++ b/rules/S1313/ruby/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/scala/rule.adoc b/rules/S1313/scala/rule.adoc index bf7ac959739..c12fbfe4310 100644 --- a/rules/S1313/scala/rule.adoc +++ b/rules/S1313/scala/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/tsql/rule.adoc b/rules/S1313/tsql/rule.adoc index 0bf17970ba5..cc3a6772102 100644 --- a/rules/S1313/tsql/rule.adoc +++ b/rules/S1313/tsql/rule.adoc @@ -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..` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form `2.5..` 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[] diff --git a/rules/S1313/vb6/rule.adoc b/rules/S1313/vb6/rule.adoc index 345bccca6a2..bd0e8129472 100644 --- a/rules/S1313/vb6/rule.adoc +++ b/rules/S1313/vb6/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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] diff --git a/rules/S1313/vbnet/rule.adoc b/rules/S1313/vbnet/rule.adoc index 8e907658556..9063c51f3c5 100644 --- a/rules/S1313/vbnet/rule.adoc +++ b/rules/S1313/vbnet/rule.adoc @@ -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..++`` as they http://www.oid-info.com/introduction.htm[often match Object Identifiers] (OID) +* Strings of the form ``++2.5..++`` 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]