mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Zenmap bugs go to Github, not dev@nmap.org
This commit is contained in:
parent
cc5759a6d2
commit
a182e963b9
24 changed files with 539 additions and 626 deletions
|
|
@ -107,18 +107,15 @@ make it better by sending bug reports or even writing patches. If \
|
|||
version available from <b>%(nmap_web)s</b>. If the problem persists, do \
|
||||
some research to determine whether it has already been discovered and \
|
||||
addressed. Try Googling the error message or browsing the nmap-dev \
|
||||
archives at http://seclists.org/. Read the full manual page as well. If \
|
||||
nothing comes of this, mail a bug report to \
|
||||
<b><dev@nmap.org></b>. Please include everything you have \
|
||||
archives at https://seclists.org. Read the full manual page as well. If \
|
||||
nothing comes of this, open a bug report at <b>https://issues.nmap.org</b>. \
|
||||
Please include everything you have \
|
||||
learned about the problem, as well as what version of Nmap you are \
|
||||
running and what operating system version it is running on. Problem \
|
||||
reports and %(nmap)s usage questions sent to dev@nmap.org are \
|
||||
far more likely to be answered than those sent to Fyodor directly.
|
||||
running and what operating system version it is running on.
|
||||
|
||||
Code patches to fix bugs are even better than bug reports. Basic \
|
||||
instructions for creating patch files with your changes are available at \
|
||||
https://nmap.org/data/HACKING. Patches may be sent to nmap-dev \
|
||||
(recommended) or to Fyodor directly.
|
||||
https://nmap.org/data/HACKING
|
||||
""") % {
|
||||
"app": escape(APP_DISPLAY_NAME),
|
||||
"nmap": escape(NMAP_DISPLAY_NAME),
|
||||
|
|
|
|||
|
|
@ -104,15 +104,15 @@ class CrashReport(HIGDialog):
|
|||
|
||||
self.bug_text = Gtk.Label()
|
||||
self.bug_text.set_markup(_('An unexpected error has crashed '
|
||||
'%(app_name)s. Please copy the stack trace below and send it to '
|
||||
'the <a href="mailto:dev@nmap.org">dev@nmap.org</a> mailing list. '
|
||||
'(<a href="http://seclists.org/nmap-dev/">More about the list.</a>'
|
||||
') The developers will see your report and try to fix the problem.'
|
||||
'%(app_name)s. Please copy the stack trace below and '
|
||||
'open a bug report at https://issues.nmap.org/ '
|
||||
'The developers will see your report and try to fix the problem.'
|
||||
) % {"app_name": escape(APP_DISPLAY_NAME)})
|
||||
self.email_frame = Gtk.Frame()
|
||||
self.email_label = Gtk.Label()
|
||||
self.email_label.set_markup(_('<b>Copy and email to '
|
||||
'<a href="mailto:dev@nmap.org">dev@nmap.org</a>:</b>'))
|
||||
self.email_label.set_markup(_('<b>Copy and <b>'
|
||||
'<a href="https://issues.nmap.org/new/choose">'
|
||||
'open a bug report</a></b>:'))
|
||||
self.btn_copy = Gtk.Button.new_from_stock(Gtk.STOCK_COPY)
|
||||
self.btn_ok = Gtk.Button.new_from_stock(Gtk.STOCK_OK)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue