mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
48410: FAQ, METAFAQ: Mention zsh-security@.
This commit is contained in:
parent
4ba9008ec7
commit
e4a8740c78
3 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2021-04-08 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 48410: Doc/Zsh/metafaq.yo, Etc/FAQ.yo: FAQ, METAFAQ: Mention
|
||||
zsh-security@.
|
||||
|
||||
* 48379: Src/subst.c, Test/D04parameter.ztst: Make the parameter
|
||||
expansion subscript flags parse error message, "error in flags",
|
||||
identify the location of the parse error.
|
||||
|
|
|
@ -34,7 +34,7 @@ uref(http://zsh.sourceforge.net/).
|
|||
texinode(Mailing Lists)(The Zsh FAQ)(Availability)(Introduction)
|
||||
sect(Mailing Lists)
|
||||
cindex(mailing lists)
|
||||
Zsh has 3 mailing lists:
|
||||
Zsh has several mailing lists:
|
||||
|
||||
startitem()
|
||||
item(tt(<zsh-announce@zsh.org>))(
|
||||
|
@ -47,6 +47,12 @@ User discussions.
|
|||
item(tt(<zsh-workers@zsh.org>))(
|
||||
Hacking, development, bug reports and patches.
|
||||
)
|
||||
item(tt(<zsh-security@zsh.org>))(
|
||||
Private mailing list (the general public cannot subscribe to it) for discussing
|
||||
bug reports with security implications, i.e., potential vulnerabilities.
|
||||
|
||||
If you find a security problem in zsh itself, please mail this address.
|
||||
)
|
||||
enditem()
|
||||
|
||||
To subscribe or unsubscribe, send mail
|
||||
|
|
|
@ -2542,6 +2542,11 @@ label(62)
|
|||
)
|
||||
(posting to the last one is currently restricted).
|
||||
|
||||
Finally, there is a private mailing list (the general public cannot subscribe
|
||||
to it) for discussing bug reports with security implications, i.e., potential
|
||||
vulnerabilities: mytt(zsh-security@zsh.org). If you find a security problem
|
||||
in zsh itself, please mail this address.
|
||||
|
||||
Note that you should only join one of these lists: people on
|
||||
zsh-workers receive all the lists, and people on zsh-users will
|
||||
also receive the announcements list.
|
||||
|
|
Loading…
Reference in a new issue