Skip to content

Commit

Permalink
Typo in Log4J Token (#589)
Browse files Browse the repository at this point in the history
Corrected a typo on tokens page.
  • Loading branch information
0xForest authored Oct 23, 2024
1 parent 3da3744 commit f12e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_vue/src/utils/tokenServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const tokenServices: TokenServicesType = {
[TOKENS_TYPE.LOG4SHELL]: {
label: 'Log4shell',
description:
'Get an alert when a log4j logline is vulnerable to CVW-2021-44-228.',
'Get an alert when a log4j logline is vulnerable to CVE-2021-44-228.',
documentationLink: '',
icon: `${TOKENS_TYPE.LOG4SHELL}.png`,
instruction:
Expand Down

0 comments on commit f12e098

Please sign in to comment.