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.
2 parents 2bf6dbf + 136dc70 commit 770e646Copy full SHA for 770e646
src/views/portfolio/vulnerabilities/Vulnerability.vue
@@ -146,7 +146,7 @@
146
},
147
cweLink () {
148
if (this.vulnerability.cwe) {
149
- return `http://cwe.mitre.org/data/definitions/${this.vulnerability.cwe.cweId}`;
+ return `https://cwe.mitre.org/data/definitions/${this.vulnerability.cwe.cweId}`;
150
} else {
151
return null;
152
}
0 commit comments