Commit b6d76c4d authored by Nick Malcolm's avatar Nick Malcolm Committed by Russell Dickenson

Fix indentation in Secure Code Guidelines

parent fb071844
...@@ -192,7 +192,7 @@ and [possessive quantifiers](https://www.regular-expressions.info/possessive.htm ...@@ -192,7 +192,7 @@ and [possessive quantifiers](https://www.regular-expressions.info/possessive.htm
Go's [`regexp`](https://pkg.go.dev/regexp) package uses `re2` and isn't vulnerable to backtracking issues. Go's [`regexp`](https://pkg.go.dev/regexp) package uses `re2` and isn't vulnerable to backtracking issues.
## Further Links ### Further Links
- [Rubular](https://rubular.com/) is a nice online tool to fiddle with Ruby Regexps. - [Rubular](https://rubular.com/) is a nice online tool to fiddle with Ruby Regexps.
- [Runaway Regular Expressions](https://www.regular-expressions.info/catastrophic.html) - [Runaway Regular Expressions](https://www.regular-expressions.info/catastrophic.html)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment