ietf-tools / idnits

Library / CLI to inspect Internet-Draft documents for a variety of conditions to conform with IETF policies.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

IDnits should warn about updated normative references #6

Open ietf-svn-bot opened 3 years ago

ietf-svn-bot commented 3 years ago

owner:henrik@levkowetz.com type_enhancement | by brian.e.carpenter@gmail.com


From https://mailarchive.ietf.org/arch/msg/tools-discuss/ebs8FYDGWgzTdzsj1FzMBgLBBNQ

idnits correctly produces warnings such as:

 ** Obsolete normative reference: RFC 2460 (Obsoleted by RFC 8200)

However, afaik, it does not produce warnings like:

 ** Updated normative reference: RFC 791 (Updated by Updated by RFC 1349, RFC 2474, RFC 6864)

I believe this would be of benefit, since it ought to prompt the authors or reviewers to check whether those updates affect the draft. In fact I've often seen references to RFC791 that show ignorance of RFC2474, so this is not an artificial problem.

(I came to this by noticing that the proposed updates to the RFC style guide have removed the statement that the RFC Editor catches references to obsoleted RFCs, as described at https://tools.ietf.org/html/rfc7322#section-4.8.6).

Issue migrated from trac:573 at 2022-02-08 07:11:18 +0000

ietf-svn-bot commented 3 years ago

@henrik@levkowetz.com changed status from new to accepted

ietf-svn-bot commented 3 years ago

@henrik@levkowetz.com commented


Seems reasonable to me.