1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Point the --webxml stylesheet at the new repository.

The old URL at svn.insecure.org was a redirect pointing at the new
svn.nmap.org.
Unfortunately, it appears that the new URL still doesn't work, because
of same-origin issues.
http://seclists.org/nmap-dev/2013/q1/56
This commit is contained in:
david
2013-01-20 10:23:04 +00:00
parent 6f5cf53780
commit d4ddff34d4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o Changed the --webxml XSL stylesheet to point to the new location of
nmap.xsl in the new respository,
https://svn.nmap.org/nmap/docs/nmap.xsl
This was noticed by Simon John.
o [NSE] Made the vulnerability library able to preserve vulnerability
information across multiple ports of the same host. The bug was
reported by iphelix. [Djalal Harouni]

View File

@@ -843,7 +843,7 @@ void parse_options(int argc, char **argv) {
} else if (optcmp(long_options[option_index].name, "deprecated-xml-osclass") == 0) {
o.deprecated_xml_osclass = true;
} else if (strcmp(long_options[option_index].name, "webxml") == 0) {
o.setXSLStyleSheet("http://nmap.org/svn/docs/nmap.xsl");
o.setXSLStyleSheet("https://svn.nmap.org/nmap/docs/nmap.xsl");
} else if (strcmp(long_options[option_index].name, "oN") == 0) {
delayed_options.normalfilename = logfilename(optarg, local_time);
} else if (strcmp(long_options[option_index].name, "oG") == 0