diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 15:05:31 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 15:05:31 -0500 |
commit | d8d2b316928e04d95f3abd4c392ba44403837837 (patch) | |
tree | 5bb738f74a6c2017c595fdd2a38848e668a8b3c3 /doc | |
parent | ac58aa804efba42c81a6489210af217a2f437f18 (diff) | |
download | ikiwiki-d8d2b316928e04d95f3abd4c392ba44403837837.tar ikiwiki-d8d2b316928e04d95f3abd4c392ba44403837837.tar.gz |
fix broken link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/taint_issue_with_regular_expressions.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/taint_issue_with_regular_expressions.mdwn b/doc/bugs/taint_issue_with_regular_expressions.mdwn index 6544c8aae..8fe411e5f 100644 --- a/doc/bugs/taint_issue_with_regular_expressions.mdwn +++ b/doc/bugs/taint_issue_with_regular_expressions.mdwn @@ -12,7 +12,7 @@ which is exactly the same regular expression drawn out as a constant. It appear > hole. It seems more likely that perl containes to have taint flag bugs > even in 5.8. See also: [[prune_causing_taint_mode_failures]], > [[Insecure_dependency_in_mkdir]], -> [[Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn]], +> [[Insecure_dependency_in_eval_while_running_with_-T_switch]], > and especially [[debbug 411786]] > > The last of those was the last straw for me, and I disabled taint |