File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1159,7 +1159,7 @@ object. Additionally they typically come with two extra properties:
11591159 ` 'ER_ACCESS_DENIED_ERROR' ` ), a Node.js error (e.g. ` 'ECONNREFUSED' ` ) or an
11601160 internal error (e.g. ` 'PROTOCOL_CONNECTION_LOST' ` ).
11611161* ` err.fatal ` : Boolean, indicating if this error is terminal to the connection
1162- object. If the error is not from a MySQL protocol operation, this properly
1162+ object. If the error is not from a MySQL protocol operation, this property
11631163 will not be defined.
11641164* ` err.sql ` : String, contains the full SQL of the failed query. This can be
11651165 useful when using a higher level interface like an ORM that is generating
@@ -1430,8 +1430,8 @@ opening a GitHub issue simply asking to whom a security issues should be
14301430addressed to without disclosing the issue or type of issue.
14311431
14321432An ideal report would include a clear indication of what the security issue is
1433- and how it would be exploited, ideally with an accompaning proof of concept
1434- ("PoC") for collaborators to work again and validate potentional fixes against.
1433+ and how it would be exploited, ideally with an accompanying proof of concept
1434+ ("PoC") for collaborators to work against and validate potentional fixes against.
14351435
14361436## Contributing
14371437
You can’t perform that action at this time.
0 commit comments