Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects integration #2057

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Projects integration #2057

wants to merge 7 commits into from

Conversation

emranemran
Copy link
Contributor

WIP integration branch

Copy link

vercel bot commented Feb 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
livepeer-studio ❌ Failed (Inspect) Feb 27, 2024 0:54am


const app = Router();

app.get("/", authorizer({}), async (req, res) => {

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
res.json({});
});

app.post("/", authorizer({}), async (req, res) => {

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
packages/api/src/controllers/project.ts Dismissed Show dismissed Hide dismissed
res.json(project);
});

app.post("/", authorizer({}), async (req, res) => {

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
packages/api/src/controllers/project.ts Dismissed Show dismissed Hide dismissed
@emranemran emranemran changed the title some basic logic around projects in stream.ts Projects integration Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants