Skip to content

Commit 22be577

Browse files
authored
Fix typo in 4-graphql.livemd (#56)
1 parent de6954d commit 22be577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/4-graphql.livemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Introspection queries are a way of enumerating a particular GraphQL implementati
2121

2222
If you are familiar with databases, this is similar to gathering info on the [database schema]( https://en.wikipedia.org/wiki/Database_schema) that includes information about table names, fields, database, structure etc.
2323

24-
Malicious actors in their information gathering/reconnaissnce efforts can leverage this information as they look for ways to attack your application and construct malicious queries and requests to expose and compromise data.
24+
Malicious actors in their information gathering/reconnaissance efforts can leverage this information as they look for ways to attack your application and construct malicious queries and requests to expose and compromise data.
2525

2626
Excessive Data Exposure is number 3 on OWASP's API Security Top 2019 and APIs with this issue return too much and/or sensitive information in response to incoming requests and queries. Although it provides a useful function for GraphQL developers, the information returned by introspection can help facilitate attack.
2727

0 commit comments

Comments
 (0)