Skip to content

Commit b1102e6

Browse files
committed
update readme now that we have a maintainer
1 parent 6126554 commit b1102e6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
Maintainer wanted!
2-
==================
3-
4-
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!)
5-
61
scala-xml [<img src="https://img.shields.io/travis/scala/scala-xml.svg"/>](https://travis-ci.org/scala/scala-xml) [<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.11.svg?label=latest%20release%20for%202.11"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-xml_2.11) [<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.12*.svg?label=latest%20release%20for%202.12"/>](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)
72
=========
83

@@ -15,5 +10,8 @@ The compiler was decoupled from this particular implementation using the same ap
1510

1611
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/).
1712

13+
## Maintenance status
14+
This library is community-maintained. The lead maintainer is [@biswanaths](https://github.com/biswanaths).
15+
1816
## Security best practices
1917
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!

0 commit comments

Comments
 (0)