Skip to content

Commit 7e2cfc5

Browse files
committed
added indicators and ran npm
1 parent d8ec29b commit 7e2cfc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/software-tools/bandit.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"appliesToProgrammingLanguage": ["Python"],
77
"description": "Security-focused static analysis tool for Python that identifies common security vulnerabilities and anti-patterns in software, helping maintain secure coding practices.",
88
"hasQualityDimension": { "@id": "dim:security", "@type": "@id" },
9+
"improvesQualityIndicator": [
10+
{
11+
"@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities",
12+
"@type": "@id"
13+
}
14+
],
915
"howToUse": ["CI/CD", "command-line"],
1016
"isAccessibleForFree": true,
1117
"license": "https://spdx.org/licenses/Apache-2.0",

0 commit comments

Comments
 (0)