文件名称:graphql-security:我关于 GraphQL 安全性的演讲
文件大小:3.7MB
文件格式:ZIP
更新时间:2024-08-24 18:16:59
JavaScript
graphql-安全性 我关于 GraphQL 安全性的演讲 幻灯片: : 话题 概述:查询、变异、订阅 有哪些类型的攻击? 限制查询复杂度 禁用内省查询 限制自省 白名单查询(持久化查询) 其他解决方案(基础设施) 以编程方式:中间件 变异中间件:角色 viewerCanSee()(未添加)
【文件预览】:
graphql-security-master
----package.json(1KB)
----.github()
--------dependabot.yml(217B)
----LICENSE(1KB)
----src()
--------GiveGodModeMutation.ts(950B)
--------DisableIntrospection.js(855B)
--------img()
--------References.js(1KB)
--------middleware.txt(31B)
--------Authorization.js(691B)
--------LimitIntrospection.js(842B)
--------WhiteList.js(811B)
--------overview.txt(29B)
--------topics.txt(275B)
--------LimitQuery.js(834B)
--------Intro.js(2KB)
--------app.ts(3KB)
--------applyMiddlewares.ts(300B)
--------Cover.js(769B)
--------Middleware.js(812B)
--------Thanks.js(1KB)
--------requiredRolesMutation.ts(906B)
--------Other.js(920B)
--------theme.js(513B)
--------PersistedQueries.js(818B)
--------Tweet.js(750B)
--------deck.mdx(4KB)
--------Attacks.js(825B)
--------references.txt(551B)
----.gitignore(914B)
----README.md(435B)
----yarn.lock(314KB)