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:
1159
1159
` 'ER_ACCESS_DENIED_ERROR' ` ), a Node.js error (e.g. ` 'ECONNREFUSED' ` ) or an
1160
1160
internal error (e.g. ` 'PROTOCOL_CONNECTION_LOST' ` ).
1161
1161
* ` 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
1163
1163
will not be defined.
1164
1164
* ` err.sql ` : String, contains the full SQL of the failed query. This can be
1165
1165
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
1430
1430
addressed to without disclosing the issue or type of issue.
1431
1431
1432
1432
An 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.
1435
1435
1436
1436
## Contributing
1437
1437
You can’t perform that action at this time.
0 commit comments