Contextual software security microtraining for Azure Boards work items, powered by the SecureFlag Knowledge Base.
This plugin adds a new page to work items that mention security vulnerabilities, with a recommended lab and information from the SecureFlag Knowledge Base. Each reply includes an overview of everything a developer needs to understand and remediate a given type of vulnerability, including example code!
Installation
Access the app via the Visual Studio Marketplace
here .
Click the Get it free button. From there, select the organization on which to install the plugin and click “Install”. The plugin is available for free.
Admin Settings
Azure DevOps administrators can configure:
- Match Work Item Title Only: Choose whether matching uses the work item title only, or the full title and description for broader context.
- AI Enhanced Matching: Enable AI-powered knowledge base matching for more accurate, context-aware results.
Accessing the Configuration
From the Azure DevOps organization home page, select Organization Settings (gear icon on the bottom left).
In the left pane, under Extensions, select SecureFlag KB Configuration.
Configuration Options
Match Work Item Title Only
- Match Title Only: Enable this toggle to limit matching only to the work item title.
When the toggle is off, matching uses the full work item title and description. This is the default behavior.
AI Enhanced Matching
- Enable AI Enhanced Matching: Enable this toggle to activate AI-enhanced knowledge base matching.
- SecureFlag API Access Token: Enter the API access token generated in the SecureFlag Management Portal.
Note: The SecureFlag API Access Token provided should have only the Read knowledge base scope to be accepted when saving the configuration.
How to generate SecureFlag API Access Token:
- Log in to SecureFlag as an Organization Admin. In the Management Portal, click the Settings icon in the top-right corner of the navigation bar.
- Scroll to the API Access Tokens section. Select Read knowledge base as the scope, then enter a name for the token and click Generate.
- Copy and save the token displayed in the modal as it will not be shown again.
Saving the Configuration
After configuring your settings, click Save to apply the changes.
Usage
Simply mention a software vulnerability by name or CWE number in a work item, either in the title or body (depending on the configured matching settings), then open the SecureFlag page. Common abbreviations are also supported.
For example:
Hey, there's a SQLi vulnerability here. Please fix ASAP.
Thanks for spotting this. This pull request fixes the vuln mentioned in issue 123. CWE 89.
Hm, there is another sql injection vulnerability. Please audit all HTML forms.
All the above leads to the below response:
Feedback
Want a new feature? Something not working right? We genuinely want to hear what you think! Please get in touch with us using our contact form
here .