Skip to content

Commit 0ea6680

Browse files
committed
fixup! Initial version of SonarSecureCookie
1 parent 01195fe commit 0ea6680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_codemods/sonar/sonar_secure_cookie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717

1818
SonarSecureCookie = SonarCodemod.from_core_codemod_with_multiple_rules(
19-
name="secure-random",
19+
name="secure-cookie",
2020
other=SecureFlaskCookie,
2121
rules=rules,
2222
)

0 commit comments

Comments
 (0)