We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67693aa commit 35b124eCopy full SHA for 35b124e
src/i18n/locales/en.json
@@ -59,6 +59,7 @@
59
"name": "Name",
60
"published": "Published",
61
"cwe": "CWE",
62
+ "cwe_full": "Common Weakness Enumeration (CWE)",
63
"cwe_id": "CWE ID",
64
"cwe_desc": "Common Weakness Enumeration (CWE) is a taxonomy of software and hardware weakness types",
65
"select_cwe": "Select CWE",
src/views/policy/PolicyCondition.vue
@@ -74,7 +74,7 @@
74
{value: 'CPE', text: this.$t('message.cpe_full')},
75
{value: 'SWID_TAGID', text: this.$t('message.swid_tagid')},
76
{value: 'VERSION', text: this.$t('message.version')},
77
- {value: 'CWE', text: this.$t('message.cwe')}
+ {value: 'CWE', text: this.$t('message.cwe_full')}
78
],
79
objectOperators: [
80
{value: 'IS', text: this.$t('operator.is')},
0 commit comments