Skip to content

Commit 3572619

Browse files
Switch to business days for initial report reponse (#2676)
1 parent ded5a66 commit 3572619

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/guides/development/custom-flows/authentication/oauth-connections.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ You must configure your application instance through the Clerk Dashboard for the
6868
export default function Page() {
6969
// Handle the redirect flow by calling the Clerk.handleRedirectCallback() method
7070
// or rendering the prebuilt <AuthenticateWithRedirectCallback/> component.
71-
return (<>
72-
<AuthenticateWithRedirectCallback />
71+
return (
72+
<>
73+
<AuthenticateWithRedirectCallback />
7374

74-
{/* Required for sign-up flows
75-
Clerk's bot sign-up protection is enabled by default */}
76-
<div id="clerk-captcha" />
77-
</>);
75+
{/* Required for sign-up flows
76+
Clerk's bot sign-up protection is enabled by default */}
77+
<div id="clerk-captcha" />
78+
</>
79+
)
7880
}
7981
```
8082
</CodeBlockTabs>

docs/guides/how-clerk-works/security/vulnerability-disclosure-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We require that all researchers:
1515
If you follow these guidelines when reporting an issue to us, we commit to:
1616

1717
- Not pursue or support any legal action related to your research;
18-
- Work with you to understand and resolve the issue quickly (including an initial confirmation of your report within 72 hours of submission);
18+
- Work with you to understand and resolve the issue quickly (including an initial confirmation of your report within 3 business days of submission);
1919

2020
## Scope
2121

0 commit comments

Comments
 (0)