Skip to content

Commit 8042edb

Browse files
authored
Merge pull request #11393 from igfoo/igfoo/typo
Java: Fix typo: ceritificate
2 parents ac7063b + d401be1 commit 8042edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-299/DisabledRevocationChecking.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Disabled ceritificate revocation checking
2+
* @name Disabled certificate revocation checking
33
* @description Using revoked certificates is dangerous.
44
* Therefore, revocation status of certificates in a chain should be checked.
55
* @kind path-problem

0 commit comments

Comments
 (0)