Skip to content

Commit 91f9f0d

Browse files
authored
Merge pull request #642 from SethTisue/add-leonid
readme adjustments, including adding dubinsky to maintainers
2 parents 98aeb29 + dbb1aa8 commit 91f9f0d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,27 @@ scala-xml
55
[![Gitter](https://badges.gitter.im/Join+Chat.svg)](https://gitter.im/scala/scala-xml)
66
=========
77

8-
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues.
8+
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues or http://github.com/lampepfl/dotty/issues.
99

10-
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala).)
10+
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (This [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala) shows the calls needed.)
1111

1212
API documentation is available [here](https://javadoc.io/doc/org.scala-lang.modules/scala-xml_2.13/).
1313

14-
How to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
14+
How-to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
1515

1616
## Maintenance status
1717

18-
This library is community-maintained. The lead maintainer is [@aaron_s_hawley](https://github.com/ashawley).
18+
This library is community-maintained. Maintainers with merge rights include [@aaron_s_hawley](https://github.com/ashawley) and [@dubinsky](https://github.com/dubinsky).
1919

20-
Contributors are welcome, and should read the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki.
20+
Contributors are welcome. Please consult the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki.
2121

2222
## Issues
2323

24-
Many old issues from the Scala JIRA issue tracker have been migrated
24+
Some old issues from the Scala issue tracker have been migrated
2525
here, but not all of them. Community assistance identifying and
2626
migrating still-relevant issues is welcome. See [this
2727
page](https://github.com/scala/scala-xml/issues/62) for details.
2828

29-
## Security best practices
30-
31-
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!
32-
3329
## Related projects
3430

3531
- [Advxml](https://github.com/geirolz/advxml) - Functional library combining scala-xml with cats-core

0 commit comments

Comments
 (0)