Skip to content

Commit d401be1

Browse files
committed
Java: Fix typo: ceritificate
1 parent 92ee0aa commit d401be1

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)