CINXE.COM

New API version released 2021-01-25 | Bugcrowd Docs

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Begin Jekyll SEO tag v2.8.0 --> <title>New API version released 2021-01-25 | Bugcrowd Docs</title> <meta name="generator" content="Jekyll v4.3.4" /> <meta property="og:title" content="New API version released 2021-01-25" /> <meta property="og:locale" content="en" /> <meta name="description" content="Add transition timestamps for submission resource" /> <meta property="og:description" content="Add transition timestamps for submission resource" /> <link rel="canonical" href="/changelog/api-version-2021-01-25/" /> <meta property="og:url" content="/changelog/api-version-2021-01-25/" /> <meta property="og:site_name" content="Bugcrowd Docs" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2021-01-25T00:00:00+00:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="New API version released 2021-01-25" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2021-01-25T00:00:00+00:00","datePublished":"2021-01-25T00:00:00+00:00","description":"Add transition timestamps for submission resource","headline":"New API version released 2021-01-25","mainEntityOfPage":{"@type":"WebPage","@id":"/changelog/api-version-2021-01-25/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/bugcrowd-logo.svg"}},"url":"/changelog/api-version-2021-01-25/"}</script> <!-- End Jekyll SEO tag --> <meta property="og:image" content="/assets/images/bugcrowd-logo.svg"/> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="shortcut icon" type="image/png" href="/assets/images/favicon-96x96.png" > <link rel="alternate" type="application/rss+xml" title="Bugcrowd Docs" href="/feed.xml"> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script> <script src="/assets/js/main.js"></script> <script> function searchResults(form) { var currentItem = null; var search = document.getElementById(form); var results = document.getElementById(form + "-results"); var toggle = document.getElementById(form + "-toggle"); function removeActive() { for (i = 0; i < results.children.length; i++) { results.children[i].classList.remove("uk-background-muted"); } } // Detect all clicks on the document document.addEventListener("click", function(event) { var isClickSearch = false; var isClickResults = false; var isClickSearchToggle = false; if (search !== null) { isClickSearch = search.contains(event.target); } if (results !== null) { isClickResults = results.contains(event.target); } if (toggle !== null) { isClickSearchToggle = toggle.contains(event.target); } if (isClickSearch || isClickSearchToggle) { results.style.display = "block"; } if (!isClickResults && !isClickSearch && !isClickSearchToggle) { results.style.display = "none"; } }); results.addEventListener("mouseover", function(event) { removeActive(); event.target.parentElement.classList.add("uk-background-muted"); currentItem = null; }); results.addEventListener("mouseout", function(event) { event.target.parentElement.classList.remove("uk-background-muted"); }); search.addEventListener("keyup", function(event) { var resultItems = results.children; var resultCount = results.children.length; if (event.keyCode === 40) { if (currentItem < (resultCount - 1)) { if (currentItem === null) { currentItem = 0; } else { removeActive(); currentItem++; } removeActive(); resultItems[currentItem].classList.add("uk-background-muted"); } } else if (event.keyCode === 38) { if (currentItem > 0) { if (currentItem === null) { currentItem = 0; } else { removeActive(); currentItem--; } removeActive(); resultItems[currentItem].classList.add("uk-background-muted"); } } else if (event.keyCode === 13) { resultItems[currentItem].children[0].click(); } }); } </script> <script type="text/javascript"> var segmentKey = (window.location.hostname == 'docs.bugcrowd.com' ? 'L9nNzCkUZXHjfTwB1PFqtNtSiNbbLcnG' : 'MA6vKoD1xvGP8qyWyha2A7WjwweyFrWn'); if(segmentKey != ''){ !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.13.1"; analytics.load(segmentKey); analytics.page(); }}(); }; // ToDo: Remove when Intercom integration is removed from Segment (function hideIntercomPopup() {window.intercomSettings={...window.intercomSettings,hide_default_launcher: true}})() </script> </head> <body> <div> <nav class="uk-navbar-container uk-navbar-container--dark"> <div class="uk-container"> <div data-uk-navbar> <div class="uk-navbar-left"> <a class="uk-navbar-item uk-logo uk-visible@m" href="/"><img src="/assets/images/bugcrowd-logo.svg" alt="Bugcrowd Docs"></a> <a class="uk-navbar-toggle uk-hidden@m" href="#offcanvas-docs" data-uk-toggle><span data-uk-navbar-toggle-icon></span> <span class="uk-margin-small-left">Docs</span></a> <ul class="uk-navbar-nav uk-visible@m"> <li><a href="/customers/quick-start/customer-documentation-overview" >Customer</a> <div class="uk-navbar-dropdown"> <ul class="uk-nav uk-navbar-dropdown-nav"> <li><a href="/customers/quick-start/customer-documentation-overview">Documentation</a></li> <li><a href="/customers/changelog">Changelog</a></li> </ul> </div> </li> <li><a href="/researchers/onboarding/welcome" >Researcher</a> <div class="uk-navbar-dropdown"> <ul class="uk-nav uk-navbar-dropdown-nav"> <li><a href="/researchers/onboarding/welcome">Documentation</a></li> <li><a href="/researchers/changelog">Changelog</a></li> </ul> </div> </li> <li><a href="/api/getting-started" >API</a> <div class="uk-navbar-dropdown"> <ul class="uk-nav uk-navbar-dropdown-nav"> <li><a href="/api/getting-started">Documentation</a></li> <li><a href="/api/latest">Latest Version</a></li> <li><a href="/api/changelog">Changelog</a></li> </ul> </div> </li> </ul> </div> <div class="uk-navbar-center uk-hidden@m"> <a class="uk-navbar-item uk-logo" href="/"><img src="/assets/images/bugcrowd-logo.svg" alt="Bugcrowd Docs"></a> </div> <div class="uk-navbar-right"> <div> <a id="search-navbar-toggle" class="uk-navbar-toggle" data-uk-icon="icon: search" data-proofer-ignore href="#"></a> <div class="navbar-search-input" data-uk-drop="mode: click; pos: left-center; offset: 0"> <form class="uk-search uk-search-navbar uk-width-1-1" onsubmit="return false;"> <input id="search-navbar" class="uk-search-input" type="search" placeholder="Search documentation…" autofocus autocomplete="off"> </form> <ul id="search-navbar-results" class="uk-position-absolute uk-width-1-1 uk-list"></ul> </div> </div> <script> SimpleJekyllSearch({ searchInput: document.getElementById('search-navbar'), resultsContainer: document.getElementById('search-navbar-results'), noResultsText: '<li class="no-results">No results found</li>', searchResultTemplate: '<li><a href="{url}">{title}</a></li>', json: "/customers/search" }); searchResults("search-navbar"); </script> <ul class="uk-navbar-nav uk-visible@m"> <li class="uk-active"><a href="/changelog" >Changelog</a></li> <li><div class="uk-navbar-item"><a class="uk-button uk-button-primary-outline" href="https://www.bugcrowd.com" target="_blank" >Bugcrowd home</a></div></li> </ul> <a class="uk-navbar-toggle uk-hidden@m" href="#offcanvas" data-uk-toggle><span data-uk-navbar-toggle-icon></span> <span class="uk-margin-small-left">Menu</span></a> </div> </div> </div> </nav> </div> <div class="uk-section"> <div class="uk-container bc-docs-container"> <div class="uk-grid-large" data-uk-grid> <div class="sidebar-fixed-width uk-visible@m"> <div class="sidebar-docs uk-margin-top"> <ul class="uk-nav uk-nav-default doc-nav tagless-nav"> <li class=""> <a class="sidenav-title-link" href="/changelog/servicenow-integration-update/" title="[Nov '24] Customer > Integrations > ServiceNow URL"> <span class="sidenav-title-link--truncate-text">[Nov '24] Customer > Integrations > ServiceNow URL</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/ms-teams-workflow/" title="[Nov '24] Customer > Microsoft Teams Workflow URLs"> <span class="sidenav-title-link--truncate-text">[Nov '24] Customer > Microsoft Teams Workflow URLs</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/saved-searches-improvements/" title="[Oct '24] Customer > Saved Searches UI Improvements"> <span class="sidenav-title-link--truncate-text">[Oct '24] Customer > Saved Searches UI Improvements</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/viewing-pen-test-methodology-updated/" title="[Oct '24] Customers > Pen Test Methodology Notes and Attachments"> <span class="sidenav-title-link--truncate-text">[Oct '24] Customers > Pen Test Methodology Notes and Attachments</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/assign-submission-to-multiple-users/" title="[Oct '24] Customer > Submission Assignee Improvement"> <span class="sidenav-title-link--truncate-text">[Oct '24] Customer > Submission Assignee Improvement</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/customer-teams/" title="[Oct '24] Customer Teams"> <span class="sidenav-title-link--truncate-text">[Oct '24] Customer Teams</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-activity-feed-improvement/" title="[Sep '24] Customer > Submission Activity Feed Sort Improvement"> <span class="sidenav-title-link--truncate-text">[Sep '24] Customer > Submission Activity Feed Sort Improvement</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-insights-dashboard/" title="[Aug '24] New Insights Analytics"> <span class="sidenav-title-link--truncate-text">[Aug '24] New Insights Analytics</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/download-insights-as-csv/" title="[Aug '24] Download Insights as CSV"> <span class="sidenav-title-link--truncate-text">[Aug '24] Download Insights as CSV</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-08-15/" title="[Aug '24] New API version released 2024-08-15"> <span class="sidenav-title-link--truncate-text">[Aug '24] New API version released 2024-08-15</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/user-session-timeout/" title="[Jul '24] Customers > User Session Timeout Settings"> <span class="sidenav-title-link--truncate-text">[Jul '24] Customers > User Session Timeout Settings</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/mfa-backup-codes/" title="[Jul '24] Customers > MFA Backup Codes"> <span class="sidenav-title-link--truncate-text">[Jul '24] Customers > MFA Backup Codes</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/researchers-vrt-update-114/" title="[Jul '24] Researchers > VRT Update (1.14)"> <span class="sidenav-title-link--truncate-text">[Jul '24] Researchers > VRT Update (1.14)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/customers-vrt-update-114/" title="[Jul '24] Customers > VRT Update (1.14)"> <span class="sidenav-title-link--truncate-text">[Jul '24] Customers > VRT Update (1.14)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-07-11/" title="[Jul '24] New API version released 2024-07-11"> <span class="sidenav-title-link--truncate-text">[Jul '24] New API version released 2024-07-11</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/featured-collections/" title="[Jul '24] Researcher > Platform > Featured Collections"> <span class="sidenav-title-link--truncate-text">[Jul '24] Researcher > Platform > Featured Collections</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/image-zoom-enhancements-researchers/" title="[Jun '24] Researcher > Platform > Image Zoom Enhancement"> <span class="sidenav-title-link--truncate-text">[Jun '24] Researcher > Platform > Image Zoom Enhancement</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/image-zoom-enhancements-customers/" title="[Jun '24] Customer > Platform > Image Zoom Enhancement"> <span class="sidenav-title-link--truncate-text">[Jun '24] Customer > Platform > Image Zoom Enhancement</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-form-enhancement/" title="[Jun '24] Customer > Platform > Submission Form Enhancement"> <span class="sidenav-title-link--truncate-text">[Jun '24] Customer > Platform > Submission Form Enhancement</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/require-email-address/" title="[Jun '24] Customer > Embedded Submission Form > Require Email Address"> <span class="sidenav-title-link--truncate-text">[Jun '24] Customer > Embedded Submission Form > Require Email Address</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/organization-user-admin/" title="[Jun '24] Customer > Platform > Organization User Admin Role"> <span class="sidenav-title-link--truncate-text">[Jun '24] Customer > Platform > Organization User Admin Role</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/ip-allowlist/" title="[Jun '24] Customer > Platform > IP Allow List"> <span class="sidenav-title-link--truncate-text">[Jun '24] Customer > Platform > IP Allow List</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/servicenow-mapping-custom-description-field/" title="[May '24] Customer > Integrations > ServiceNow Submission Description Field"> <span class="sidenav-title-link--truncate-text">[May '24] Customer > Integrations > ServiceNow Submission Description Field</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/service-now-incident-type/" title="[May '24] Customer > Integrations > ServiceNow Security Incident Response"> <span class="sidenav-title-link--truncate-text">[May '24] Customer > Integrations > ServiceNow Security Incident Response</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/optimize-submission-display-researcher/" title="[May '24] Researcher > Platform > Image Enhancements"> <span class="sidenav-title-link--truncate-text">[May '24] Researcher > Platform > Image Enhancements</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/optimize-submission-display-customer/" title="[May '24] Customer > Platform > Image Enhancements"> <span class="sidenav-title-link--truncate-text">[May '24] Customer > Platform > Image Enhancements</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/microsoft-entra-sso-app/" title="[Apr '24] Customers > Bugcrowd Microsoft Entra SSO App"> <span class="sidenav-title-link--truncate-text">[Apr '24] Customers > Bugcrowd Microsoft Entra SSO App</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-form-accessibility/" title="[Apr '24] Customer > Submission Form Accessibility"> <span class="sidenav-title-link--truncate-text">[Apr '24] Customer > Submission Form Accessibility</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-update113-researcher/" title="[Apr '24] Researcher > VRT Update (1.13)"> <span class="sidenav-title-link--truncate-text">[Apr '24] Researcher > VRT Update (1.13)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-update113-customer/" title="[Apr '24] Customer > VRT Update (1.13)"> <span class="sidenav-title-link--truncate-text">[Apr '24] Customer > VRT Update (1.13)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-03-27/" title="[Mar '24] New API version released 2024-03-27"> <span class="sidenav-title-link--truncate-text">[Mar '24] New API version released 2024-03-27</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-02-12/" title="[Feb '24] New API version released 2024-02-12"> <span class="sidenav-title-link--truncate-text">[Feb '24] New API version released 2024-02-12</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-02-09/" title="[Feb '24] New API version released 2024-02-09"> <span class="sidenav-title-link--truncate-text">[Feb '24] New API version released 2024-02-09</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-01-11/" title="[Jan '24] New API version released 2024-01-11"> <span class="sidenav-title-link--truncate-text">[Jan '24] New API version released 2024-01-11</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/researcher-vrt-update/" title="[Dec '23] Researcher > VRT Update (1.12)"> <span class="sidenav-title-link--truncate-text">[Dec '23] Researcher > VRT Update (1.12)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/customers-vrt-update/" title="[Dec '23] Customers > VRT Update (1.12)"> <span class="sidenav-title-link--truncate-text">[Dec '23] Customers > VRT Update (1.12)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/sso-setup-one-login-updated/" title="[Nov '23] Setting Up Single Sign-On Through SAML > OneLogin"> <span class="sidenav-title-link--truncate-text">[Nov '23] Setting Up Single Sign-On Through SAML > OneLogin</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-update-researcher/" title="[Nov '23] Researchers > VRT Update (1.11)"> <span class="sidenav-title-link--truncate-text">[Nov '23] Researchers > VRT Update (1.11)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-update-customer/" title="[Nov '23] Customers > VRT Update (1.11)"> <span class="sidenav-title-link--truncate-text">[Nov '23] Customers > VRT Update (1.11)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/cvss-update/" title="[Nov '23] Customers > CVSS Update (3.1)"> <span class="sidenav-title-link--truncate-text">[Nov '23] Customers > CVSS Update (3.1)</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/access-submission-images-in-jira/" title="[Nov '23] Customers > Viewing Attachments in Jira"> <span class="sidenav-title-link--truncate-text">[Nov '23] Customers > Viewing Attachments in Jira</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/pentest-methodology-steps-progress/" title="[Oct '23] Pen Test > Percentage Calculation Bar"> <span class="sidenav-title-link--truncate-text">[Oct '23] Pen Test > Percentage Calculation Bar</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/percentatge-completion-bar/" title="[Oct '23] Program Summary Page > Percentage Calculation Bar"> <span class="sidenav-title-link--truncate-text">[Oct '23] Program Summary Page > Percentage Calculation Bar</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/unlink-incident/" title="[Sep '23] Customers > Platform > Unlink Submission from External Incident"> <span class="sidenav-title-link--truncate-text">[Sep '23] Customers > Platform > Unlink Submission from External Incident</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/pen-test-self-service-onboarding/" title="[Sep '23] Customer > Pen Test Self Service Onboarding"> <span class="sidenav-title-link--truncate-text">[Sep '23] Customer > Pen Test Self Service Onboarding</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/internal-activity/" title="[Sep '23] Researchers > Platform > Monitoring and Filtering Bugcrowd and Customer Activity"> <span class="sidenav-title-link--truncate-text">[Sep '23] Researchers > Platform > Monitoring and Filtering Bugcrowd and Customer Activity</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/embedded-submission-form-font/" title="[Aug '23] Customers > Platform > Embedded Submission Form Font"> <span class="sidenav-title-link--truncate-text">[Aug '23] Customers > Platform > Embedded Submission Form Font</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/finding-a-program/" title="[Aug '23] Researchers > Platform > Finding a Program"> <span class="sidenav-title-link--truncate-text">[Aug '23] Researchers > Platform > Finding a Program</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/deleting-outgoing-webhook/" title="[Jul '23] Customer > Platform > Delete Outgoing Webhook"> <span class="sidenav-title-link--truncate-text">[Jul '23] Customer > Platform > Delete Outgoing Webhook</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/manage-team-ui-enhancements/" title="[May '23] Customer > Platform > Manage Team Enhancements"> <span class="sidenav-title-link--truncate-text">[May '23] Customer > Platform > Manage Team Enhancements</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/collapsible-submission-inbox-sidebar/" title="[May '23] Customers > Platform > Collapse sidebar"> <span class="sidenav-title-link--truncate-text">[May '23] Customers > Platform > Collapse sidebar</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/request-a-response/" title="[May '23] Researchers > Platform > Request a Response"> <span class="sidenav-title-link--truncate-text">[May '23] Researchers > Platform > Request a Response</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/markdown-toolbar-researchers/" title="[Apr '23] Researchers > Platform > Markdown Toolbar"> <span class="sidenav-title-link--truncate-text">[Apr '23] Researchers > Platform > Markdown Toolbar</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/markdown-toolbar-customer/" title="[Apr '23] Customers > Platform > Markdown Toolbar"> <span class="sidenav-title-link--truncate-text">[Apr '23] Customers > Platform > Markdown Toolbar</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/engagement-states/" title="[Mar '23] Researchers > Engagement states"> <span class="sidenav-title-link--truncate-text">[Mar '23] Researchers > Engagement states</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/engagement-brief-changelog/" title="[Mar '23] Researchers > Pen Test > Engagement Brief Changelog"> <span class="sidenav-title-link--truncate-text">[Mar '23] Researchers > Pen Test > Engagement Brief Changelog</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/engagement-brief-changelog/" title="[Mar '23] Customers > Pen Test > Engagement Brief Changelog"> <span class="sidenav-title-link--truncate-text">[Mar '23] Customers > Pen Test > Engagement Brief Changelog</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-header-enhancements/" title="[Mar '23] Customer > Platform > Submission Inbox Header UI Enhancements"> <span class="sidenav-title-link--truncate-text">[Mar '23] Customer > Platform > Submission Inbox Header UI Enhancements</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-general-activity-notifications/" title="[Jan '23] Improved General Activity Notifications"> <span class="sidenav-title-link--truncate-text">[Jan '23] Improved General Activity Notifications</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhanced-industry-versus-program-comparison-report/" title="[Jan '23] Enhanced Industry versus Program Comparison Report"> <span class="sidenav-title-link--truncate-text">[Jan '23] Enhanced Industry versus Program Comparison Report</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-id-added-to-submission-details/" title="[Dec '22] Platform > Submission ID added to the Submission Details"> <span class="sidenav-title-link--truncate-text">[Dec '22] Platform > Submission ID added to the Submission Details</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-id-added-to-the-submission-details/" title="[Dec '22] Platform > Submission ID added to the Submission Details"> <span class="sidenav-title-link--truncate-text">[Dec '22] Platform > Submission ID added to the Submission Details</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-platform-navigation/" title="[Oct '22] Researchers > Platform Navigation"> <span class="sidenav-title-link--truncate-text">[Oct '22] Researchers > Platform Navigation</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/platform-navigation/" title="[Oct '22] Customer > Platform Navigation"> <span class="sidenav-title-link--truncate-text">[Oct '22] Customer > Platform Navigation</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/multi-tier-program-management/" title="[Oct '22] Platform > Multi-tier Program Management"> <span class="sidenav-title-link--truncate-text">[Oct '22] Platform > Multi-tier Program Management</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/2fa-enhancements/" title="[Sep '22] 2FA setup, usage, and backup key management"> <span class="sidenav-title-link--truncate-text">[Sep '22] 2FA setup, usage, and backup key management</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/payment-threshold-amount/" title="[Aug '22] Payment Threshold Amount"> <span class="sidenav-title-link--truncate-text">[Aug '22] Payment Threshold Amount</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/organization-wide-search-for-transactions/" title="[Aug '22] Searching Transactions"> <span class="sidenav-title-link--truncate-text">[Aug '22] Searching Transactions</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/view-pen-test-report/" title="[May '22] Pen Test Reports"> <span class="sidenav-title-link--truncate-text">[May '22] Pen Test Reports</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/delete-credit-cards/" title="[May '22] Delete Credit Cards"> <span class="sidenav-title-link--truncate-text">[May '22] Delete Credit Cards</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/admin-view-team-member-api-keys/" title="[Apr '22] View Team Member API Keys"> <span class="sidenav-title-link--truncate-text">[Apr '22] View Team Member API Keys</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/multi-factor-authentication/" title="[Mar '22] Multifactor Authentication"> <span class="sidenav-title-link--truncate-text">[Mar '22] Multifactor Authentication</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/industry-versus-program-comparison-report/" title="[Mar '22] Industry Versus Program Comparison Report"> <span class="sidenav-title-link--truncate-text">[Mar '22] Industry Versus Program Comparison Report</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/industry-versus-organization-comparison-report/" title="[Mar '22] Industry Versus Organization Comparison Report"> <span class="sidenav-title-link--truncate-text">[Mar '22] Industry Versus Organization Comparison Report</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/legacy-deprecated-default-headers/" title="[Mar '22] Deprecation of Generic Header Usage for Legacy (v3) API"> <span class="sidenav-title-link--truncate-text">[Mar '22] Deprecation of Generic Header Usage for Legacy (v3) API</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-default-accept-headers/" title="[Mar '22] Support for Generic Accept Headers on Current Version"> <span class="sidenav-title-link--truncate-text">[Mar '22] Support for Generic Accept Headers on Current Version</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/manage-low-threshold-pool-balance/" title="[Feb '22] Manage Low Threshold Pool Balance"> <span class="sidenav-title-link--truncate-text">[Feb '22] Manage Low Threshold Pool Balance</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/manage-member-api-keys/" title="[Feb '22] Manage Team Member API Keys"> <span class="sidenav-title-link--truncate-text">[Feb '22] Manage Team Member API Keys</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-feature-for-reacting-to-bugcrowd-events/" title="[Jan '22] New Feature for Reacting to Bugcrowd Events"> <span class="sidenav-title-link--truncate-text">[Jan '22] New Feature for Reacting to Bugcrowd Events</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/auto-retest/" title="[Jan '22] Auto Retest Submission"> <span class="sidenav-title-link--truncate-text">[Jan '22] Auto Retest Submission</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-bug-reporting/" title="[Jan '22] Improved Bug Reporting"> <span class="sidenav-title-link--truncate-text">[Jan '22] Improved Bug Reporting</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/low-threshold-and-fund-transfer-notification/" title="[Dec '21] Notifications"> <span class="sidenav-title-link--truncate-text">[Dec '21] Notifications</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/relinking-jira/" title="[Dec '21] Relinking Jira for a Submission"> <span class="sidenav-title-link--truncate-text">[Dec '21] Relinking Jira for a Submission</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/microsoft-teams-integration/" title="[Dec '21] Microsoft Teams Integration"> <span class="sidenav-title-link--truncate-text">[Dec '21] Microsoft Teams Integration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/code-examples-added/" title="[Dec '21] API code examples"> <span class="sidenav-title-link--truncate-text">[Dec '21] API code examples</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/legacy-token-now-enforced/" title="[Nov '21] Auth token must be marked legacy to use the legacy (v3) API"> <span class="sidenav-title-link--truncate-text">[Nov '21] Auth token must be marked legacy to use the legacy (v3) API</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/legacy-api-will-require-legacy-token/" title="[Nov '21] New token deprecation warning for the legacy (v3) API"> <span class="sidenav-title-link--truncate-text">[Nov '21] New token deprecation warning for the legacy (v3) API</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/webhook-copy-raw-body-button/" title="[Nov '21] New field and button to copy raw request body from webhook delivery page"> <span class="sidenav-title-link--truncate-text">[Nov '21] New field and button to copy raw request body from webhook delivery page</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2021-10-28/" title="[Oct '21] New API version released 2021-10-28"> <span class="sidenav-title-link--truncate-text">[Oct '21] New API version released 2021-10-28</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-program-dashboard/" title="[Sep '21] New Program Dashboard"> <span class="sidenav-title-link--truncate-text">[Sep '21] New Program Dashboard</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/importing-issues-from-jira/" title="[Jul '21] Import Jira Issues into Crowdcontrol"> <span class="sidenav-title-link--truncate-text">[Jul '21] Import Jira Issues into Crowdcontrol</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/self-service-vdp/" title="[Jun '21] Self-service Vulnerability Disclosure Programs"> <span class="sidenav-title-link--truncate-text">[Jun '21] Self-service Vulnerability Disclosure Programs</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/accounts-team-welcome-center/" title="[Jun '21] Accounts Team Information in Welcome Center"> <span class="sidenav-title-link--truncate-text">[Jun '21] Accounts Team Information in Welcome Center</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/simplified-purchasing/" title="[Jun '21] Simplified Purchasing"> <span class="sidenav-title-link--truncate-text">[Jun '21] Simplified Purchasing</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/multi-organization-switching/" title="[May '21] Multi-Organization Switching"> <span class="sidenav-title-link--truncate-text">[May '21] Multi-Organization Switching</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submissions-trend-periodic-submissions-report/" title="[May '21] Submissions Trend and Periodic Submissions Reports"> <span class="sidenav-title-link--truncate-text">[May '21] Submissions Trend and Periodic Submissions Reports</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-1-10/" title="[Apr '21] Updated with VRT 1.10"> <span class="sidenav-title-link--truncate-text">[Apr '21] Updated with VRT 1.10</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-org-level-navigation/" title="[Apr '21] Improved Organization Level Navigation"> <span class="sidenav-title-link--truncate-text">[Apr '21] Improved Organization Level Navigation</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/generating-organization-insight-report/" title="[Apr '21] Generating Organization Insight Report"> <span class="sidenav-title-link--truncate-text">[Apr '21] Generating Organization Insight Report</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/bugfix-new-state-filter/" title="[Mar '21] Bugfix for state filter on /submissions"> <span class="sidenav-title-link--truncate-text">[Mar '21] Bugfix for state filter on /submissions</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/automatically-pushing-attachments-into-jira/" title="[Feb '21] Automatically Pushing Attachments into Jira"> <span class="sidenav-title-link--truncate-text">[Feb '21] Automatically Pushing Attachments into Jira</span> </a> </li> <li class="uk-active"> <a class="sidenav-title-link" href="/changelog/api-version-2021-01-25/" title="[Jan '21] New API version released 2021-01-25"> <span class="sidenav-title-link--truncate-text">[Jan '21] New API version released 2021-01-25</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/increase-s3-signed-url-expiration/" title="[Jan '21] Increased expiration time for file_attachments in all versions"> <span class="sidenav-title-link--truncate-text">[Jan '21] Increased expiration time for file_attachments in all versions</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/target-group-management/" title="[Jan '21] Improved data fidelity and organization with Target Group"> <span class="sidenav-title-link--truncate-text">[Jan '21] Improved data fidelity and organization with Target Group</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/accounting-management/" title="[Dec '20] Accounting Management"> <span class="sidenav-title-link--truncate-text">[Dec '20] Accounting Management</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-api/" title="[Nov '20] New API with flexible versioning"> <span class="sidenav-title-link--truncate-text">[Nov '20] New API with flexible versioning</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/task-list/" title="[Nov '20] Task List"> <span class="sidenav-title-link--truncate-text">[Nov '20] Task List</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/just-for-you-programs/" title="[Sep '20] Just for You - Program Recommendations"> <span class="sidenav-title-link--truncate-text">[Sep '20] Just for You - Program Recommendations</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/discover-programs/" title="[Sep '20] Discover Programs"> <span class="sidenav-title-link--truncate-text">[Sep '20] Discover Programs</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/2fa-backup-codes-in-platform/" title="[Sep '20] 2FA Backup Codes in Platform"> <span class="sidenav-title-link--truncate-text">[Sep '20] 2FA Backup Codes in Platform</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-documentation-site/" title="[Sep '20] New Documentation Site"> <span class="sidenav-title-link--truncate-text">[Sep '20] New Documentation Site</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-token-usage/" title="[Sep '20] API Token usage"> <span class="sidenav-title-link--truncate-text">[Sep '20] API Token usage</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/inviting-researchers/" title="[Aug '20] Inviting Researchers"> <span class="sidenav-title-link--truncate-text">[Aug '20] Inviting Researchers</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/viewing-compliance-status/" title="[Jul '20] Viewing NDA Compliance Status"> <span class="sidenav-title-link--truncate-text">[Jul '20] Viewing NDA Compliance Status</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/payments-through-bank-transfer/" title="[Jun '20] Payments Through Bank Transfer"> <span class="sidenav-title-link--truncate-text">[Jun '20] Payments Through Bank Transfer</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/attack-surface-management-asset-inventory-dashbards-feature-updates/" title="[Apr '20] Attack Surface Management Asset Inventory - Dashboards and other updates"> <span class="sidenav-title-link--truncate-text">[Apr '20] Attack Surface Management Asset Inventory - Dashboards and other updates</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-features-in-attack-surface-management-asset-risk/" title="[Mar '20] New features in Attack Surface Management - Asset Inventory"> <span class="sidenav-title-link--truncate-text">[Mar '20] New features in Attack Surface Management - Asset Inventory</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/self-service-program-initiation-now-available/" title="[Mar '20] Self-Service Program Initiation Now Available"> <span class="sidenav-title-link--truncate-text">[Mar '20] Self-Service Program Initiation Now Available</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/customer-on-call-person/" title="[Mar '20] Customer On-call Person"> <span class="sidenav-title-link--truncate-text">[Mar '20] Customer On-call Person</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/slack-integration-notification-for-blockers/" title="[Mar '20] Slack Integration Notification for Blockers"> <span class="sidenav-title-link--truncate-text">[Mar '20] Slack Integration Notification for Blockers</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/crowdstream-and-coordinated-disclosure/" title="[Dec '19] CrowdStream and Coordinated Disclosure"> <span class="sidenav-title-link--truncate-text">[Dec '19] CrowdStream and Coordinated Disclosure</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/researcher-achievement-badges/" title="[Dec '19] Achievement Badges"> <span class="sidenav-title-link--truncate-text">[Dec '19] Achievement Badges</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/coordinated-disclosure-and-crowdstream/" title="[Dec '19] CrowdStream and Coordinated Disclosure"> <span class="sidenav-title-link--truncate-text">[Dec '19] CrowdStream and Coordinated Disclosure</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/ibm-resilient-integration/" title="[Nov '19] IBM Resilient Integration"> <span class="sidenav-title-link--truncate-text">[Nov '19] IBM Resilient Integration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/program-feedback-when-ignoring-or-hiding/" title="[Nov '19] Program Feedback when Ignoring or Hiding"> <span class="sidenav-title-link--truncate-text">[Nov '19] Program Feedback when Ignoring or Hiding</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/program-announcements/" title="[Oct '19] Program Announcements"> <span class="sidenav-title-link--truncate-text">[Oct '19] Program Announcements</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-retesting/" title="[Oct '19] Submission Retesting"> <span class="sidenav-title-link--truncate-text">[Oct '19] Submission Retesting</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/filtering-customer-blockers/" title="[Aug '19] Filtering Customer Blockers"> <span class="sidenav-title-link--truncate-text">[Aug '19] Filtering Customer Blockers</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/customer-blockers/" title="[Aug '19] Customer Blockers"> <span class="sidenav-title-link--truncate-text">[Aug '19] Customer Blockers</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/certificates/" title="[Aug '19] Certificates"> <span class="sidenav-title-link--truncate-text">[Aug '19] Certificates</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/safe-harbor-search/" title="[Jul '19] Safe Harbor Search"> <span class="sidenav-title-link--truncate-text">[Jul '19] Safe Harbor Search</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/researcher-collaboration/" title="[Jun '19] Researcher Collaboration"> <span class="sidenav-title-link--truncate-text">[Jun '19] Researcher Collaboration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/public-program-credentials/" title="[May '19] Public Program Credential Support and Improved Target Management"> <span class="sidenav-title-link--truncate-text">[May '19] Public Program Credential Support and Improved Target Management</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/public-program-credential-support-and-improved-target-management/" title="[May '19] Public Program Credential Support and Improved Target Management"> <span class="sidenav-title-link--truncate-text">[May '19] Public Program Credential Support and Improved Target Management</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/safe-harbor/" title="[May '19] Safe Harbor Configuration"> <span class="sidenav-title-link--truncate-text">[May '19] Safe Harbor Configuration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/image-embeds/" title="[Apr '19] Image Embeds"> <span class="sidenav-title-link--truncate-text">[Apr '19] Image Embeds</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/image-embeds-with-controls/" title="[Apr '19] Image Embeds with controls"> <span class="sidenav-title-link--truncate-text">[Apr '19] Image Embeds with controls</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/retesting/" title="[Apr '19] Retesting Update"> <span class="sidenav-title-link--truncate-text">[Apr '19] Retesting Update</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/program-search/" title="[Apr '19] Program Search Launched"> <span class="sidenav-title-link--truncate-text">[Apr '19] Program Search Launched</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/program-search-launched/" title="[Apr '19] Program Search Launched"> <span class="sidenav-title-link--truncate-text">[Apr '19] Program Search Launched</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/integration-updates/" title="[Mar '19] Integration Updates"> <span class="sidenav-title-link--truncate-text">[Mar '19] Integration Updates</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/updating-to-vrt-17/" title="[Mar '19] Updating to VRT 1.7"> <span class="sidenav-title-link--truncate-text">[Mar '19] Updating to VRT 1.7</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/github-integration/" title="[Feb '19] GitHub Integration"> <span class="sidenav-title-link--truncate-text">[Feb '19] GitHub Integration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/comparison-operators-for-dates/" title="[Feb '19] Comparison Operators for Dates"> <span class="sidenav-title-link--truncate-text">[Feb '19] Comparison Operators for Dates</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/customer-avatar/" title="[Feb '19] Customer Avatar"> <span class="sidenav-title-link--truncate-text">[Feb '19] Customer Avatar</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/bugcrowd-mention/" title="[Feb '19] Bugcrowd mention"> <span class="sidenav-title-link--truncate-text">[Feb '19] Bugcrowd mention</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/we-have-recently-updated-the-standard-disclosure-terms/" title="[Dec '18] Updated Standard Disclosure Terms"> <span class="sidenav-title-link--truncate-text">[Dec '18] Updated Standard Disclosure Terms</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/application-security-engineer-listed/" title="[Dec '18] Application Security Engineer Listed"> <span class="sidenav-title-link--truncate-text">[Dec '18] Application Security Engineer Listed</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/payments-update/" title="[Dec '18] Payments Update"> <span class="sidenav-title-link--truncate-text">[Dec '18] Payments Update</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/file-support-update/" title="[Dec '18] File Support Update"> <span class="sidenav-title-link--truncate-text">[Dec '18] File Support Update</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/updating-to-vrt-16/" title="[Nov '18] Updating to VRT 1.6"> <span class="sidenav-title-link--truncate-text">[Nov '18] Updating to VRT 1.6</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/add-reward-update/" title="[Nov '18] Add Reward Update"> <span class="sidenav-title-link--truncate-text">[Nov '18] Add Reward Update</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/point-reward-system-better-aligns-expectations-and-acknowledges-researchers-for-their-hard-work/" title="[Oct '18] Point Reward System Better Aligns Expectations and Acknowledges Researchers for Their Hard Work"> <span class="sidenav-title-link--truncate-text">[Oct '18] Point Reward System Better Aligns Expectations and Acknowledges Researchers for Their Hard Work</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/2fa-check-feature/" title="[Oct '18] 2FA Check Feature"> <span class="sidenav-title-link--truncate-text">[Oct '18] 2FA Check Feature</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/updating-to-vrt-15/" title="[Oct '18] Updating to VRT 1.5"> <span class="sidenav-title-link--truncate-text">[Oct '18] Updating to VRT 1.5</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhancements-made-to-jira-integrations/" title="[Oct '18] Enhancements Made to Jira Integrations"> <span class="sidenav-title-link--truncate-text">[Oct '18] Enhancements Made to Jira Integrations</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/adjusted-payment-workflow/" title="[Sep '18] Crowdcontrol Improves Adjusted Payment Workflow"> <span class="sidenav-title-link--truncate-text">[Sep '18] Crowdcontrol Improves Adjusted Payment Workflow</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/crowdcontrol-improves-adjusted-payment-workflow/" title="[Sep '18] Crowdcontrol Improves Adjusted Payment Workflow"> <span class="sidenav-title-link--truncate-text">[Sep '18] Crowdcontrol Improves Adjusted Payment Workflow</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/minor-tokenized-search-bugs-fixed/" title="[Sep '18] Minor Tokenized Search Bugs Fixed"> <span class="sidenav-title-link--truncate-text">[Sep '18] Minor Tokenized Search Bugs Fixed</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/added-platform-usability-and-preference-control/" title="[Sep '18] Added Platform Usability and Preference Control"> <span class="sidenav-title-link--truncate-text">[Sep '18] Added Platform Usability and Preference Control</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improvements-made-to-boost-submission-workflow-efficiency/" title="[Sep '18] Improvements Made to Boost Submission Workflow Efficiency"> <span class="sidenav-title-link--truncate-text">[Sep '18] Improvements Made to Boost Submission Workflow Efficiency</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/submission-blockers/" title="[Sep '18] Callout for submissions that are blocked"> <span class="sidenav-title-link--truncate-text">[Sep '18] Callout for submissions that are blocked</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-sdlc-and-remediation-support/" title="[Aug '18] Improved SDLC and Remediation Support"> <span class="sidenav-title-link--truncate-text">[Aug '18] Improved SDLC and Remediation Support</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/crowdcontrol-usability-more-intuitive/" title="[Aug '18] Crowdcontrol Usability More Intuitive"> <span class="sidenav-title-link--truncate-text">[Aug '18] Crowdcontrol Usability More Intuitive</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/bugcrowd-in-activity-feed/" title="[Aug '18] Improved identification of Bugcrowd"> <span class="sidenav-title-link--truncate-text">[Aug '18] Improved identification of Bugcrowd</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/hacker-education-with-bugcrowd-university/" title="[Aug '18] Hacker Education with Bugcrowd University"> <span class="sidenav-title-link--truncate-text">[Aug '18] Hacker Education with Bugcrowd University</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-platform-usability/" title="[Jul '18] Improved Platform Usability"> <span class="sidenav-title-link--truncate-text">[Jul '18] Improved Platform Usability</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-submission-search/" title="[Jul '18] Improved Submission Search"> <span class="sidenav-title-link--truncate-text">[Jul '18] Improved Submission Search</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/advanced-crowdcontrol-ux/" title="[Jul '18] Advanced Crowdcontrol UX"> <span class="sidenav-title-link--truncate-text">[Jul '18] Advanced Crowdcontrol UX</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-crowdcontrol-ux/" title="[Jul '18] Advanced Crowdcontrol UX"> <span class="sidenav-title-link--truncate-text">[Jul '18] Advanced Crowdcontrol UX</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhanced-security-tracking-capability/" title="[Jul '18] Enhanced Security Tracking Capability"> <span class="sidenav-title-link--truncate-text">[Jul '18] Enhanced Security Tracking Capability</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/multiple-jira-project-support-flexible-jira-sync/" title="[Jun '18] Multiple Jira Project Support & Flexible Jira Sync"> <span class="sidenav-title-link--truncate-text">[Jun '18] Multiple Jira Project Support & Flexible Jira Sync</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/updating-to-vrt-14/" title="[Jun '18] Updating to VRT 1.4"> <span class="sidenav-title-link--truncate-text">[Jun '18] Updating to VRT 1.4</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhance-program-metrics/" title="[Apr '18] Enhance Program Metrics"> <span class="sidenav-title-link--truncate-text">[Apr '18] Enhance Program Metrics</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-session-management/" title="[Apr '18] Heightened Platform Security and Usability"> <span class="sidenav-title-link--truncate-text">[Apr '18] Heightened Platform Security and Usability</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/heightened-platform-security-and-usability/" title="[Apr '18] Heightened Platform Security and Usability"> <span class="sidenav-title-link--truncate-text">[Apr '18] Heightened Platform Security and Usability</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/crowdcontrol-increases-visibility/" title="[Apr '18] Crowdcontrol Increases Visibility"> <span class="sidenav-title-link--truncate-text">[Apr '18] Crowdcontrol Increases Visibility</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/known-issue-sharing/" title="[Apr '18] Crowdcontrol Increases Visibility"> <span class="sidenav-title-link--truncate-text">[Apr '18] Crowdcontrol Increases Visibility</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-crowdcontrol-enhancements/" title="[Feb '18] New Crowdcontrol Enhancements Add Improved Platform Efficiencies"> <span class="sidenav-title-link--truncate-text">[Feb '18] New Crowdcontrol Enhancements Add Improved Platform Efficiencies</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-crowdcontrol-enhancements-add-improved-platform-efficiencies/" title="[Feb '18] New Crowdcontrol Enhancements Add Improved Platform Efficiencies"> <span class="sidenav-title-link--truncate-text">[Feb '18] New Crowdcontrol Enhancements Add Improved Platform Efficiencies</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-program-performance-tracking/" title="[Jan '18] Improved Program Performance Tracking and Platform Efficiency"> <span class="sidenav-title-link--truncate-text">[Jan '18] Improved Program Performance Tracking and Platform Efficiency</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-program-performance-tracking-and-platform-efficiency/" title="[Jan '18] Improved Program Performance Tracking and Platform Efficiency"> <span class="sidenav-title-link--truncate-text">[Jan '18] Improved Program Performance Tracking and Platform Efficiency</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhanced-security-improved-functionality-offer-seamless-usability/" title="[Dec '17] Enhanced Security & Improved Functionality Offer Seamless Usability"> <span class="sidenav-title-link--truncate-text">[Dec '17] Enhanced Security & Improved Functionality Offer Seamless Usability</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhanced-security-and-filtering/" title="[Dec '17] Enhanced Security & Improved Functionality Offer Seamless Usability"> <span class="sidenav-title-link--truncate-text">[Dec '17] Enhanced Security & Improved Functionality Offer Seamless Usability</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/searching-submissions/" title="[Nov '17] New Submission Search Bar and Filtering"> <span class="sidenav-title-link--truncate-text">[Nov '17] New Submission Search Bar and Filtering</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-submission-search-bar-and-filtering/" title="[Nov '17] New Submission Search Bar and Filtering"> <span class="sidenav-title-link--truncate-text">[Nov '17] New Submission Search Bar and Filtering</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-efficiency-with-cvss-and-notifications/" title="[Oct '17] Improved Efficiency with CVSS and Notifications"> <span class="sidenav-title-link--truncate-text">[Oct '17] Improved Efficiency with CVSS and Notifications</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/added-cvss-calculator/" title="[Oct '17] Added CVSS Calculator"> <span class="sidenav-title-link--truncate-text">[Oct '17] Added CVSS Calculator</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-13/" title="[Oct '17] Introducing VRT 1.3"> <span class="sidenav-title-link--truncate-text">[Oct '17] Introducing VRT 1.3</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-notification-management-and-downloadable-data/" title="[Sep '17] New Notification Management and Downloadable Data"> <span class="sidenav-title-link--truncate-text">[Sep '17] New Notification Management and Downloadable Data</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-embedded-submission-form/" title="[Sep '17] New Embedded Submission Form"> <span class="sidenav-title-link--truncate-text">[Sep '17] New Embedded Submission Form</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-notifications/" title="[Sep '17] Improved Notifications"> <span class="sidenav-title-link--truncate-text">[Sep '17] Improved Notifications</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/seamless-crowdcontrol-quick-search/" title="[Sep '17] Seamless Crowdcontrol Quick Search"> <span class="sidenav-title-link--truncate-text">[Sep '17] Seamless Crowdcontrol Quick Search</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/advanced-api-documentation/" title="[Sep '17] Advanced API Documentation"> <span class="sidenav-title-link--truncate-text">[Sep '17] Advanced API Documentation</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt12-improved-functionality-and-new-integration/" title="[Aug '17] VRT 1.2, Improved Functionality, and New Integration"> <span class="sidenav-title-link--truncate-text">[Aug '17] VRT 1.2, Improved Functionality, and New Integration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/slack-integration/" title="[Aug '17] Slack Integration"> <span class="sidenav-title-link--truncate-text">[Aug '17] Slack Integration</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/vrt-goes-open-source/" title="[Jul '17] VRT Goes Open Source"> <span class="sidenav-title-link--truncate-text">[Jul '17] VRT Goes Open Source</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/enhanced-reporting/" title="[Jul '17] Enhanced Reporting"> <span class="sidenav-title-link--truncate-text">[Jul '17] Enhanced Reporting</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/simplified-workflow-and-improved-filtering/" title="[Jul '17] Simplified Workflow and Improved Filtering"> <span class="sidenav-title-link--truncate-text">[Jul '17] Simplified Workflow and Improved Filtering</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-clarity-and-workflow/" title="[Jul '17] Improved Clarity and Workflow"> <span class="sidenav-title-link--truncate-text">[Jul '17] Improved Clarity and Workflow</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/print-a-submission/" title="[Jun '17] Print a Submission"> <span class="sidenav-title-link--truncate-text">[Jun '17] Print a Submission</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/improved-security-and-transparency/" title="[Jun '17] Improved Security and Transparency"> <span class="sidenav-title-link--truncate-text">[Jun '17] Improved Security and Transparency</span> </a> </li> </ul> </div> </div> <div class="uk-width-1-1 uk-width-expand@m"> <article class="uk-article"> <h1 class="uk-article-title">New API version released 2021-01-25</h1> <div class="article-content"> <h2 id="add-transition-timestamps-for-submission-resource">Add transition timestamps for <code class="language-plaintext highlighter-rouge">submission</code> resource</h2> <p>In the previous version you were unable to determine when a submission was transitioned to a particular state. Now we have added last_transitioned_to_STATE_at timestamps for all states (except new - use: submitted_at) to the submission resource. They have also been added to the list of fields for the fields[submission] parameter. This means that you can determine when a submission was transitioned, how long it remained in a particular state, and how your team is doing moving a submission through its lifecycle.</p> <p>New fields:</p> <ul> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_not_applicable_at</code></li> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_not_reproducible_at</code></li> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_out_of_scope_at</code></li> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_resolved_at</code></li> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_triaged_at</code></li> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_unresolved_at</code></li> <li><code class="language-plaintext highlighter-rouge">last_transitioned_to_wont_fix_at</code></li> </ul> <h2 id="add-options-to-programs-fields-parameter">Add options to programs fields parameter</h2> <h3 id="reward-range">Reward Range</h3> <p>On the <code class="language-plaintext highlighter-rouge">/programs</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">current_brief.target_groups.reward_range</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">reward_range</code>. Now the <code class="language-plaintext highlighter-rouge">fields[reward_range]</code> parameter is available to reduce the fields returned by included reward_ranges.</p> <h3 id="target">Target</h3> <p>On the <code class="language-plaintext highlighter-rouge">/programs</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">current_brief.target_groups.targets</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">target</code>. Now the <code class="language-plaintext highlighter-rouge">fields[target]</code> parameter is available to reduce the fields returned by included targets.</p> <h3 id="targetgroup">TargetGroup</h3> <p>On the <code class="language-plaintext highlighter-rouge">/programs</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">current_brief.target_groups</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">target_group</code>. Now the <code class="language-plaintext highlighter-rouge">fields[target_group]</code> parameter is available to reduce the fields returned by included target_groups.</p> <h2 id="add-options-to-programs-include-parameter">Add options to programs include parameter</h2> <h3 id="organization">Organization</h3> <p>On the <code class="language-plaintext highlighter-rouge">/programs</code> endpoint you were previously unable to <code class="language-plaintext highlighter-rouge">include=organization</code>. Now the <code class="language-plaintext highlighter-rouge">include=organization</code> parameter is enabled to return the <code class="language-plaintext highlighter-rouge">organization</code> resource associated with the program’s <code class="language-plaintext highlighter-rouge">organization</code> relationship.</p> <h3 id="submissions">Submissions</h3> <p>On the <code class="language-plaintext highlighter-rouge">/programs</code> endpoint you were previously unable to <code class="language-plaintext highlighter-rouge">include=submissions</code>. Now the <code class="language-plaintext highlighter-rouge">include=submissions</code> parameter is enabled to return an array of <code class="language-plaintext highlighter-rouge">submission</code> resources associated with the program’s <code class="language-plaintext highlighter-rouge">submissions</code> relationship.</p> <h2 id="add-options-to-submissions-fields-parameter">Add options to submissions fields parameter</h2> <h3 id="comment">Comment</h3> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">comments</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">comment</code>. Now the <code class="language-plaintext highlighter-rouge">fields[comment]</code> parameter is available to reduce the fields returned by included comments.</p> <h3 id="monetaryreward">MonetaryReward</h3> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">monetary_rewards</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">monetary_reward</code>. Now the <code class="language-plaintext highlighter-rouge">fields[monetary_reward]</code> parameter is available to reduce the fields returned by included monetary_rewards.</p> <h3 id="payment">Payment</h3> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">monetary_rewards.payments</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">payment</code>. Now the <code class="language-plaintext highlighter-rouge">fields[payment]</code> parameter is available to reduce the fields returned by included payments.</p> <h3 id="targetgroup-1">TargetGroup</h3> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were able to include <code class="language-plaintext highlighter-rouge">program.current_brief.target_groups</code>, but were unable to control the fields on a <code class="language-plaintext highlighter-rouge">target_group</code>. Now the <code class="language-plaintext highlighter-rouge">fields[target_group]</code> parameter is available to reduce the fields returned by included target_groups.</p> <h2 id="add-options-to-submissions-include-parameter">Add options to submissions include parameter</h2> <h3 id="assignee">Assignee</h3> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were previously unable to <code class="language-plaintext highlighter-rouge">include=assignee</code>, and since there is no root <code class="language-plaintext highlighter-rouge">identities</code> endpoint there was no way to obtain the resource. Now the <code class="language-plaintext highlighter-rouge">include=assignee</code> parameter is enabled to return the <code class="language-plaintext highlighter-rouge">identity</code> resource associated with the submission’s <code class="language-plaintext highlighter-rouge">assignee</code> relationship.</p> <h3 id="claim-ticket">Claim Ticket</h3> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were previously unable to <code class="language-plaintext highlighter-rouge">include=claim_ticket</code>. Now the <code class="language-plaintext highlighter-rouge">include=claim_ticket</code> parameter is enabled to return the <code class="language-plaintext highlighter-rouge">claim_ticket</code> resource associated with the submission’s <code class="language-plaintext highlighter-rouge">claim_ticket</code> relationship. Claim ticket has now also been added to the <code class="language-plaintext highlighter-rouge">included</code> response schema. <em>Note that the claim_ticket token and URL are only available when the submission is first created.</em></p> <h2 id="remove-invalid-top-level-parameters">Remove invalid top-level parameters</h2> <p>In the previous version we allowed any common top level parameters for all endpoints even if they were unused. Now unused top level parameters will return a 400 error if included.</p> <h3 id="get-requests">GET requests</h3> <p>GET requests allowed <code class="language-plaintext highlighter-rouge">attributes</code> and <code class="language-plaintext highlighter-rouge">relationships</code> as top level parameters, these have been removed from all GET requests.</p> <p>GET requests for a single resource e.g. <code class="language-plaintext highlighter-rouge">GET /submissions/{id}</code> allowed <code class="language-plaintext highlighter-rouge">filter</code>, <code class="language-plaintext highlighter-rouge">page</code>, and <code class="language-plaintext highlighter-rouge">sort</code> as top level parameters, these have been removed and are now only available on ‘index’ endpoints e.g. <code class="language-plaintext highlighter-rouge">GET /submissions</code>.</p> <h3 id="post--patch-requests">POST / PATCH requests</h3> <p>Requests using a post body allowed <code class="language-plaintext highlighter-rouge">fields</code>, <code class="language-plaintext highlighter-rouge">include</code>, <code class="language-plaintext highlighter-rouge">filter</code>, <code class="language-plaintext highlighter-rouge">page</code>, and <code class="language-plaintext highlighter-rouge">sort</code> as top level parameters, these have been removed as they were unused.</p> <h2 id="remove-additional-properties-from-post-claim_tickets">Remove additional properties from <code class="language-plaintext highlighter-rouge">POST /claim_tickets</code></h2> <p>On the <code class="language-plaintext highlighter-rouge">POST /claim_tickets</code> endpoint you were previously allowed to include any properties not defined in the schema of the root data object of the post body. This has been updated to not allow any properties other than <code class="language-plaintext highlighter-rouge">type</code>, <code class="language-plaintext highlighter-rouge">attributes</code>, and <code class="language-plaintext highlighter-rouge">relationships</code>. Including any other property in the object will now result in a <code class="language-plaintext highlighter-rouge">400</code> error.</p> <h2 id="remove-program_groups-from-program">Remove <code class="language-plaintext highlighter-rouge">program_groups</code> from program</h2> <p>Program groups were an allowed field and include parameter on the <code class="language-plaintext highlighter-rouge">/programs</code> endpoints, but did not actually include the resource since it was not a valid relationship on the <code class="language-plaintext highlighter-rouge">program</code> resource.</p> <p>Example 1: <code class="language-plaintext highlighter-rouge">api.bugcrowd.com/programs?fields[program]=program_groups</code></p> <p>Example 2: <code class="language-plaintext highlighter-rouge">api.bugcrowd.com/programs?include=program_groups</code></p> <p>Example 3:</p> <div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>POST api.bugcrowd.com/programs <span class="nt">--data</span> <span class="s1">'{ "data": { "type": "program", "attributes": { "code": "new-program", "name": "new program" }, "relationships": { "organization": { "data": { "type": "organization", "id": "ORG ID" } }, "program_groups": { "data": [ { "type": "program_group", "id": "GROUP ID" } ] } } } }'</span> </code></pre></div></div> <p>All of these examples now result in a 400 error stating that <code class="language-plaintext highlighter-rouge">program_groups</code> is not an allowed parameter.</p> <h2 id="remove-reward_range-from-submissions-fields-parameter">Remove <code class="language-plaintext highlighter-rouge">reward_range</code> from submissions fields parameter</h2> <p>On the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint you were able to use the <code class="language-plaintext highlighter-rouge">fields[reward_range]</code> parameter, but were unable to include reward_ranges. Now the <code class="language-plaintext highlighter-rouge">fields[reward_range]</code> parameter has been removed since it was not used. Future requests to the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint using the <code class="language-plaintext highlighter-rouge">fields[reward_range]</code> parameter will return a 400 error.</p> <h2 id="remove-submission-from-targets-fields-parameter">Remove <code class="language-plaintext highlighter-rouge">submission</code> from targets fields parameter</h2> <p>On the <code class="language-plaintext highlighter-rouge">/targets</code> endpoint you were able to use the <code class="language-plaintext highlighter-rouge">fields[submission]</code> parameter, but were unable to include submissions. Now the <code class="language-plaintext highlighter-rouge">fields[submission]</code> parameter has been removed since it was not used. Future requests to the <code class="language-plaintext highlighter-rouge">/targets</code> endpoint using the <code class="language-plaintext highlighter-rouge">fields[submission]</code> parameter will return a 400 error.</p> <h2 id="change-submission-relationship-on-post-claim_tickets-to-has_many">Change <code class="language-plaintext highlighter-rouge">submission</code> relationship on <code class="language-plaintext highlighter-rouge">POST /claim_tickets</code> to has_many</h2> <p>In the previous version for the <code class="language-plaintext highlighter-rouge">/claim_tickets</code> endpoint, the submission relationship in the POST parameters is a single object under the key <code class="language-plaintext highlighter-rouge">submission</code> however in the resource schema for the claim ticket it can have many submissions.</p> <p>Now the relationship key is <code class="language-plaintext highlighter-rouge">submissions</code> which is an array with a maximum of 1 submission in it.</p> <h2 id="change-error-message-for-post-monetary_rewards">Change error message for <code class="language-plaintext highlighter-rouge">POST /monetary_rewards</code></h2> <p>In the previous version, when attempting to create a monetary_reward with an amount greater than what is available in the prize pool, the following error would be returned:</p> <div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w"> </span><span class="nl">"title"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Unprocessable Entity"</span><span class="p">,</span><span class="w"> </span><span class="nl">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"422"</span><span class="p">,</span><span class="w"> </span><span class="nl">"detail"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Unable to save: Reward due to Amount There is not enough money remaining in the bounty prize pool - Please contact Bugcrowd."</span><span class="w"> </span><span class="p">}</span><span class="w"> </span></code></pre></div></div> <p>In the new version the error will be returned as:</p> <div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w"> </span><span class="nl">"title"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Unprocessable Entity"</span><span class="p">,</span><span class="w"> </span><span class="nl">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"422"</span><span class="p">,</span><span class="w"> </span><span class="nl">"detail"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Unable to save: Reward due to Amount There is not enough money remaining in the bounty prize pool - Please transfer additional funds through the Accounting tab."</span><span class="w"> </span><span class="p">}</span><span class="w"> </span></code></pre></div></div> <p>This is because previously you needed to contact Bugcrowd to add money to the prize pool, but now non-staff users can deposit to their prize pool themselves.</p> <h2 id="change-order-of-include-lists">Change order of include lists</h2> <h3 id="programs">Programs</h3> <p>The order of allowed values has changed in the error message when providing an invalid value for the <code class="language-plaintext highlighter-rouge">include</code> parameter on the <code class="language-plaintext highlighter-rouge">/programs</code> endpoint.</p> <p>Example:</p> <h4 id="before">Before</h4> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The property '#/include/0' value 'invalid_resource' did not match one of the following values: current_brief, current_brief.target_groups, current_brief.target_groups.targets, current_brief.target_groups.reward_range, program_groups. </code></pre></div></div> <h4 id="after">After</h4> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The property '#/include/0' value 'invalid_resource' did not match one of the following values: current_brief, current_brief.target_groups, current_brief.target_groups.reward_range, current_brief.target_groups.targets. </code></pre></div></div> <p><em>Note that <code class="language-plaintext highlighter-rouge">program_groups</code> was removed as part of a separate change.</em></p> <h3 id="organizations">Organizations</h3> <p>Similar order change to the include parameter on the <code class="language-plaintext highlighter-rouge">/organizations</code> endpoint.</p> <h4 id="before-1">Before</h4> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The property '#/include/0' value 'invalid_resource' did not match one of the following values: targets, programs. </code></pre></div></div> <h4 id="after-1">After</h4> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The property '#/include/0' value 'invalid_resource' did not match one of the following values: programs, targets. </code></pre></div></div> <h3 id="submissions-1">Submissions</h3> <p>The order of allowed values has changed in the error message when providing an invalid value for the <code class="language-plaintext highlighter-rouge">include</code> parameter on the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint.</p> <p>Example:</p> <h4 id="before-2">Before</h4> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The property '#/include/0' value 'invalid_resource' did not match one of the following values: activities, program, program.current_brief, program.current_brief.target_groups, program.organization, comments, comments.author, cvss_vector, duplicates, duplicate_of, file_attachments, monetary_rewards, monetary_rewards.payments, researcher, target. </code></pre></div></div> <h4 id="after-2">After</h4> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The property '#/include/0' value 'invalid_resource' did not match one of the following values: activities, assignee, claim_ticket, comments, comments.author, cvss_vector, duplicates, duplicate_of, file_attachments, monetary_rewards, monetary_rewards.payments, program, program.current_brief, program.current_brief.target_groups, program.organization, researcher, target. </code></pre></div></div> <p><em>Note that <code class="language-plaintext highlighter-rouge">assignee</code> and <code class="language-plaintext highlighter-rouge">claim_ticket</code> were added as part of a separate change.</em></p> <h2 id="scope-programs-relationship-for-included-organization-resources">Scope <code class="language-plaintext highlighter-rouge">programs</code> relationship for included <code class="language-plaintext highlighter-rouge">organization</code> resources</h2> <p>In a previous version it was possible to use the <code class="language-plaintext highlighter-rouge">/submissions</code> endpoint to include <code class="language-plaintext highlighter-rouge">program.organization</code> and see the number of programs in the organization and their ids through the <code class="language-plaintext highlighter-rouge">programs</code> relationship on the <code class="language-plaintext highlighter-rouge">organization</code> resource.</p> <p>For example, if there were 5 programs in an organization, but you only had access to 2 of them, you could still see the ids of the other 3. In future versions this is no longer possible since the <code class="language-plaintext highlighter-rouge">programs</code> relationship returned on the <code class="language-plaintext highlighter-rouge">organization</code> resource is limited to only the accessible programs.</p> </div> <ul class="uk-list"> <span class="uk-label" style="background-color: #3aaa55">Added</span> <li><p><a href="/changelog/api-version-2021-01-25/#add-transition-timestamps-for-submission-resource">Add transition timestamps for <code class="language-plaintext highlighter-rouge">submission</code> resource</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#add-options-to-programs-fields-parameter">Add options to programs fields parameter</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#add-options-to-programs-include-parameter">Add options to programs include parameter</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#add-options-to-submissions-fields-parameter">Add options to submissions fields parameter</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#add-options-to-submissions-include-parameter">Add options to submissions include parameter</a></p> </li> <span class="uk-label" style="background-color: #17caf0">Removed</span> <li><p><a href="/changelog/api-version-2021-01-25/#remove-invalid-top-level-parameters">Remove invalid top-level parameters</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#remove-additional-properties-from-post-claim_tickets">Remove additional properties from <code class="language-plaintext highlighter-rouge">POST /claim_tickets</code></a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#remove-program_groups-from-program">Remove <code class="language-plaintext highlighter-rouge">program_groups</code> from program</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#remove-reward_range-from-submissions-fields-parameter">Remove <code class="language-plaintext highlighter-rouge">reward_range</code> from submissions fields parameter</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#remove-submission-from-targets-fields-parameter">Remove <code class="language-plaintext highlighter-rouge">submission</code> from targets fields parameter</a></p> </li> <span class="uk-label" style="background-color: #a037ff">Changed</span> <li><p><a href="/changelog/api-version-2021-01-25/#change-submission-relationship-on-post-claim_tickets-to-has_many">Change <code class="language-plaintext highlighter-rouge">submission</code> relationship on <code class="language-plaintext highlighter-rouge">POST /claim_tickets</code> to has_many</a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#change-error-message-for-post-monetary_rewards">Change error message for <code class="language-plaintext highlighter-rouge">POST /monetary_rewards</code></a></p> </li> <li><p><a href="/changelog/api-version-2021-01-25/#change-order-of-include-lists">Change order of include lists</a></p> </li> <span class="uk-label" style="background-color: #fb3434">Security</span> <li><p><a href="/changelog/api-version-2021-01-25/#scope-programs-relationship-for-included-organization-resources">Scope <code class="language-plaintext highlighter-rouge">programs</code> relationship for included <code class="language-plaintext highlighter-rouge">organization</code> resources</a></p> </li> </ul> </article> </div> </div> </div> </div> <div id="offcanvas-docs" data-uk-offcanvas="overlay: true"> <div class="uk-offcanvas-bar"> <button class="uk-offcanvas-close" type="button" data-uk-close></button> <ul class="uk-nav uk-nav-default doc-nav tagless-nav"> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-08-15/" title="[Aug '24] New API version released 2024-08-15"> <span class="sidenav-title-link--truncate-text">[Aug '24] New API version released 2024-08-15</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-07-11/" title="[Jul '24] New API version released 2024-07-11"> <span class="sidenav-title-link--truncate-text">[Jul '24] New API version released 2024-07-11</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-03-27/" title="[Mar '24] New API version released 2024-03-27"> <span class="sidenav-title-link--truncate-text">[Mar '24] New API version released 2024-03-27</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-02-12/" title="[Feb '24] New API version released 2024-02-12"> <span class="sidenav-title-link--truncate-text">[Feb '24] New API version released 2024-02-12</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-02-09/" title="[Feb '24] New API version released 2024-02-09"> <span class="sidenav-title-link--truncate-text">[Feb '24] New API version released 2024-02-09</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2024-01-11/" title="[Jan '24] New API version released 2024-01-11"> <span class="sidenav-title-link--truncate-text">[Jan '24] New API version released 2024-01-11</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/deleting-outgoing-webhook/" title="[Jul '23] Customer > Platform > Delete Outgoing Webhook"> <span class="sidenav-title-link--truncate-text">[Jul '23] Customer > Platform > Delete Outgoing Webhook</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/admin-view-team-member-api-keys/" title="[Apr '22] View Team Member API Keys"> <span class="sidenav-title-link--truncate-text">[Apr '22] View Team Member API Keys</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/legacy-deprecated-default-headers/" title="[Mar '22] Deprecation of Generic Header Usage for Legacy (v3) API"> <span class="sidenav-title-link--truncate-text">[Mar '22] Deprecation of Generic Header Usage for Legacy (v3) API</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-default-accept-headers/" title="[Mar '22] Support for Generic Accept Headers on Current Version"> <span class="sidenav-title-link--truncate-text">[Mar '22] Support for Generic Accept Headers on Current Version</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/manage-member-api-keys/" title="[Feb '22] Manage Team Member API Keys"> <span class="sidenav-title-link--truncate-text">[Feb '22] Manage Team Member API Keys</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-feature-for-reacting-to-bugcrowd-events/" title="[Jan '22] New Feature for Reacting to Bugcrowd Events"> <span class="sidenav-title-link--truncate-text">[Jan '22] New Feature for Reacting to Bugcrowd Events</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/code-examples-added/" title="[Dec '21] API code examples"> <span class="sidenav-title-link--truncate-text">[Dec '21] API code examples</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/legacy-token-now-enforced/" title="[Nov '21] Auth token must be marked legacy to use the legacy (v3) API"> <span class="sidenav-title-link--truncate-text">[Nov '21] Auth token must be marked legacy to use the legacy (v3) API</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/legacy-api-will-require-legacy-token/" title="[Nov '21] New token deprecation warning for the legacy (v3) API"> <span class="sidenav-title-link--truncate-text">[Nov '21] New token deprecation warning for the legacy (v3) API</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/webhook-copy-raw-body-button/" title="[Nov '21] New field and button to copy raw request body from webhook delivery page"> <span class="sidenav-title-link--truncate-text">[Nov '21] New field and button to copy raw request body from webhook delivery page</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-version-2021-10-28/" title="[Oct '21] New API version released 2021-10-28"> <span class="sidenav-title-link--truncate-text">[Oct '21] New API version released 2021-10-28</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/bugfix-new-state-filter/" title="[Mar '21] Bugfix for state filter on /submissions"> <span class="sidenav-title-link--truncate-text">[Mar '21] Bugfix for state filter on /submissions</span> </a> </li> <li class="uk-active"> <a class="sidenav-title-link" href="/changelog/api-version-2021-01-25/" title="[Jan '21] New API version released 2021-01-25"> <span class="sidenav-title-link--truncate-text">[Jan '21] New API version released 2021-01-25</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/increase-s3-signed-url-expiration/" title="[Jan '21] Increased expiration time for file_attachments in all versions"> <span class="sidenav-title-link--truncate-text">[Jan '21] Increased expiration time for file_attachments in all versions</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/new-api/" title="[Nov '20] New API with flexible versioning"> <span class="sidenav-title-link--truncate-text">[Nov '20] New API with flexible versioning</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/api-token-usage/" title="[Sep '20] API Token usage"> <span class="sidenav-title-link--truncate-text">[Sep '20] API Token usage</span> </a> </li> <li class=""> <a class="sidenav-title-link" href="/changelog/advanced-api-documentation/" title="[Sep '17] Advanced API Documentation"> <span class="sidenav-title-link--truncate-text">[Sep '17] Advanced API Documentation</span> </a> </li> </ul> </div> </div> <div id="offcanvas" data-uk-offcanvas="flip: true; overlay: true"> <div class="uk-offcanvas-bar"> <a class="uk-logo uk-margin-small-bottom" href="/"><img src="/assets/images/bugcrowd-logo.svg" alt="Bugcrowd Docs"></a> <button class="uk-offcanvas-close" type="button" data-uk-close></button> <ul class="uk-nav uk-nav-primary uk-margin-top"> <li><a href="/customers/quick-start/customer-documentation-overview" >Customer docs</a></li> <li><a href="/researchers/onboarding/welcome" >Researcher docs</a></li> <li><a href="/api/getting-started" >API docs</a></li> <li><a href="/changelog" >Changelog</a></li> <li><a href="https://www.bugcrowd.com" target="_blank" >Bugcrowd home</a></li> </ul> <div class="uk-margin-top uk-text-center"> <div data-uk-grid class="uk-child-width-auto uk-grid-small uk-flex-center uk-grid"> <div> <a href="https://www.bugcrowd.com" class="uk-link-muted" target="_blank">Visit bugcrowd.com</a> </div> </div> </div> </div> </div> <footer class="bc-footer uk-section uk-text-center uk-text-muted"> <div class="uk-container uk-container-small"> <div> <ul class="uk-subnav uk-flex-center"> </ul> </div> <div class="uk-margin-medium"> <div data-uk-grid class="uk-child-width-auto uk-grid-small uk-flex-center uk-grid"> <div> <a href='#usabilla' id='usbl-integrated-button' class="uk-link-muted">Give feedback</a> </div> <div> <a href="https://www.bugcrowd.com" class="uk-link-muted" target="_blank">Visit bugcrowd.com</a> </div> </div> </div> <div class="uk-margin-small uk-text-small copyright link-secondary">Copyright © 2022 Bugcrowd</div> </div> </footer> <script src="/assets/js/redoc.standalone.js"> </script> <script type="text/javascript"> /*{literal}<![CDATA[*/window.lightningjs||function(c){function g(b,d){d&&(d+=(/\?/.test(d)?"&":"?")+"lv=1");c[b]||function(){var i=window,h=document,j=b,g=h.location.protocol,l="load",k=0;(function(){function b(){a.P(l);a.w=1;c[j]("_load")}c[j]=function(){function m(){m.id=e;return c[j].apply(m,arguments)}var b,e=++k;b=this&&this!=i?this.id||0:0;(a.s=a.s||[]).push([e,b,arguments]);m.then=function(b,c,h){var d=a.fh[e]=a.fh[e]||[],j=a.eh[e]=a.eh[e]||[],f=a.ph[e]=a.ph[e]||[];b&&d.push(b);c&&j.push(c);h&&f.push(h);return m};return m};var a=c[j]._={};a.fh={};a.eh={};a.ph={};a.l=d?d.replace(/^\/\//,(g=="https:"?g:"http:")+"//"):d;a.p={0:+new Date};a.P=function(b){a.p[b]=new Date-a.p[0]};a.w&&b();i.addEventListener?i.addEventListener(l,b,!1):i.attachEvent("on"+l,b);var q=function(){function b(){return["<head></head><",c,' onload="var d=',n,";d.getElementsByTagName('head')[0].",d,"(d.",g,"('script')).",i,"='",a.l,"'\"></",c,">"].join("")}var c="body",e=h[c];if(!e)return setTimeout(q,100);a.P(1);var d="appendChild",g="createElement",i="src",k=h[g]("div"),l=k[d](h[g]("div")),f=h[g]("iframe"),n="document",p;k.style.display="none";e.insertBefore(k,e.firstChild).id=o+"-"+j;f.frameBorder="0";f.id=o+"-frame-"+j;/MSIE[ ]+6/.test(navigator.userAgent)&&(f[i]="javascript:false");f.allowTransparency="true";l[d](f);try{f.contentWindow[n].open()}catch(s){a.domain=h.domain,p="javascript:var d="+n+".open();d.domain='"+h.domain+"';",f[i]=p+"void(0);"}try{var r=f.contentWindow[n];r.write(b());r.close()}catch(t){f[i]=p+'d.write("'+b().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};a.l&&setTimeout(q,0)})()}();c[b].lv="1";return c[b]}var o="lightningjs",k=window[o]=g(o);k.require=g;k.modules=c}({}); window.usabilla_live = lightningjs.require("usabilla_live", "//w.usabilla.com/af9014ad9637.js");/*]]>{/literal}*/ //Hide Usabilla Default button window.usabilla_live('hide'); //Find a Link and open the Usabilla Feedback form when the user clicks on the link document.getElementById("usbl-integrated-button").addEventListener("click",function(){ window.usabilla_live("click"); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10