diff --git a/README.md b/README.md index 39d5229f0..454991678 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -Maintainer wanted! -================== - -Would you like to maintain this project? (Please [get in touch](https://github.com/scala/scala#get-in-touch) with someone from the scala/scala core team!) - scala-xml [](https://travis-ci.org/scala/scala-xml) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-xml_2.11) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-xml_2.12*) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scala/scala-xml) ========= @@ -15,5 +10,8 @@ The compiler was decoupled from this particular implementation using the same ap API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/). +## Maintenance status +This library is community-maintained. The lead maintainer is [@biswanaths](https://github.com/biswanaths). + ## Security best practices The XML spec has some features that are best turned off, to avoid unsavory things like file system access, DoS attacks,... Issue [#17](https://github.com/scala/scala-xml/issues/17) tracks the recommended way of configuring the xml parser used by scala-xml to avoid these. This is by no means an exhaustive list. We'll be happy to incorporate your suggestions -- just comment on the ticket!