Skip to content

Commit 136dc70

Browse files
Merge pull request #89 from msymons/master
Update CWE Link to use HTTPS
2 parents b272626 + 60b13a4 commit 136dc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/portfolio/vulnerabilities/Vulnerability.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
},
147147
cweLink () {
148148
if (this.vulnerability.cwe) {
149-
return `http://cwe.mitre.org/data/definitions/${this.vulnerability.cwe.cweId}`;
149+
return `https://cwe.mitre.org/data/definitions/${this.vulnerability.cwe.cweId}`;
150150
} else {
151151
return null;
152152
}

0 commit comments

Comments
 (0)