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:
@@ -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]
|
||||
|
||||
2
nmap.cc
2
nmap.cc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user