summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-12-14 06:36:20 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-14 06:36:20 -0600
commit25f2614584e73430f1c1ab413228eba20094489a (patch)
tree61f35e9f47dcffd0911f2ef660b7753fb0d8e7a2
parent42d797e703ff795aa619d75864cea577ea1bb3c1 (diff)
parent1f9317b9dfaf1d571fb51376cf7844ffdba02c24 (diff)
Merge "README: Remove outdated references to tex docs" into 15
-rw-r--r--README-SERIOUSLY.bestpractices.md4
-rw-r--r--README.md7
2 files changed, 5 insertions, 6 deletions
diff --git a/README-SERIOUSLY.bestpractices.md b/README-SERIOUSLY.bestpractices.md
index 7e18c4aa8..ec36fac98 100644
--- a/README-SERIOUSLY.bestpractices.md
+++ b/README-SERIOUSLY.bestpractices.md
@@ -17,7 +17,8 @@ change over time as best practices are defined.
Recognizing potential issues with certain classes of authorization
* [Avoid Privilege Escalations]:
Disable the ability to execute functions that may escalate privileges
-
+* [Important Security Considerations]:
+ More information on the Asterisk Wiki
## Additional Links
@@ -386,3 +387,4 @@ In Asterisk 12 and later, live_dangerously defaults to no.
[Reducing Pattern Match Typos]: #reducing-pattern-match-typos
[Manager Class Authorizations]: #manager-class-authorizations
[Avoid Privilege Escalations]: #avoid-privilege-escalations
+[Important Security Considerations]: https://wiki.asterisk.org/wiki/display/AST/Important+Security+Considerations
diff --git a/README.md b/README.md
index 4ed9b3eec..153c4f3e4 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,7 @@
the security information document before you attempt to configure and run
an Asterisk server.
- If you downloaded Asterisk as a tarball, see the security section in the PDF
-version of the documentation in doc/tex/asterisk.pdf. Alternatively, pull up
-the HTML version of the documentation in doc/tex/asterisk/index.html. The
-source for the security document is available in doc/tex/security.tex.
+See [Important Security Considerations] for more information.
## WHAT IS ASTERISK ?
@@ -269,4 +266,4 @@ Asterisk is a trademark of Digium, Inc.
[CHANGES]: CHANGES
[configs]: configs
[doc]: doc
-
+[Important Security Considerations]: https://wiki.asterisk.org/wiki/display/AST/Important+Security+Considerations