relaton / relaton-nist

NistBib: retrieve NIST Standards for bibliographic use using the BibliographicItem model
https://www.metanorma.com
MIT License
2 stars 2 forks source link

CSWP data missing from CSRC Metanorma pubs-export #94

Open ronaldtse opened 1 year ago

ronaldtse commented 1 year ago

We recently came across the citation of CSWP documents and noticed that they are not provided in the pubs-export file. I’m not sure if they were there before, but for sure it contains snippets that refer to them, e.g.

…
    "supersedes": [
      {
        "uri": "https://csrc.nist.gov/publications/detail/white-paper/2020/04/23/mitigating-risk-of-software-vulnerabilities-with-ssdf/archive",
        "docidentifier": "White Paper NIST CSWP 13"
      }
    ],
…

    "supersedes": [
      {
        "uri": "https://csrc.nist.gov/publications/detail/sp/800-37/rev-1/archive/2014-06-05",
        "docidentifier": "SP 800-37 Rev. 1"
      },
      {
        "uri": "https://csrc.nist.gov/publications/detail/white-paper/2014/06/03/ongoing-authorization-transitioning-to-near-real-time-risk-mgmt/archive",
        "docidentifier": "White Paper NIST CSWP 3"
      }
    ],

…

Right now we use the NIST Library’s data for CSWPs but those entries have practically no information.

This task is to request NIST CSRC to provide CSWP data in pubs-export.

ronaldtse commented 1 year ago

I've contacted the CSRC, will update once we have a reply.