BF _INP Graph API
Irena Bojanova, Inventor/Creator, PI & Lead, NIST Bugs Framework (BF), 2014 – ~~~

The BF _INP APP/API queries the BF _INP Class Type queries BF and generates the BF _INP Taxonomy in graphical format.

  • UI [https://«coming soon»/BFTaxonomy/PPT/_INP](https://«coming soon»/BFTaxonomy/PPT/_INP)

    • With Definitions:
      [https://«coming soon»/BFTaxonomy/PPT/_INP?ShowDefinitions=true](https://«coming soon»/BFTaxonomy/PPT/_INP?ShowDefinitions=true)
  • API

    C#

    HttpClient client = new HttpClient() { BaseAddress = new Uri("https://<<coming soon>>") };
    
    //to be updated <-- replace YOUR_USER_NAME and YOUR_KEY
    client.DefaultRequestHeaders.Add("user", YOUR_USER_NAME);
    client.DefaultRequestHeaders.Add("key", YOUR_KEY);
    
    var response = await client.GetAsync("BFTaxonomy/PPT/_INP/api");
    response.EnsureSuccessStatusCode();
    var zipData = await response.Content.ReadAsStreamAsync();
    

    Python

    //to be added//


BF PATENT PENDING
U.S. Patent Application No. PCT/US2025/038662 Bugs Framework (BF): A System for Formal Specification of Cybersecurity Weaknesses and Vulnerabilities, Definition of Secure Coding Principles, and Generation of Weakness and Vulnerability Datasets and Vulnerability Classifications. Inventor: Irena Bojanova, NIST.

BF CITATION:
Bojanova I (2024) Bugs Framework (BF): Formalizing Cybersecurity Weaknesses and Vulnerabilities. (National Institute of Standards and Technology, Gaithersburg, MD), NIST Special Publication (SP), NIST SP 800-231. https://doi.org/10.6028/NIST.SP.800-231