Commit cad3fb53 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'nmalcolm-master-patch-97934' into 'master'

Fix indentation in Secure Code Guidelines

See merge request gitlab-org/gitlab!79802
parents a41b780b b6d76c4d
......@@ -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.
## Further Links
### Further Links
- [Rubular](https://rubular.com/) is a nice online tool to fiddle with Ruby Regexps.
- [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