fix empty ip aadr causing failed scans

This commit is contained in:
dmacias72 2017-04-09 01:28:10 -06:00
parent 585985779e
commit 8496e25b19
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "wakeonlan">
<!ENTITY author "dmacias72">
<!ENTITY version "2017.01.29a">
<!ENTITY version "2017.04.09">
<!ENTITY launch "Settings/Wakeonlan">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,6 +18,8 @@
<CHANGES>
##&name;
###&version;
- fix empty ip address resulting in failed scan
###2017.01.29a
- harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40
- fix: blank scan.xml causing errors

View File

@ -11,8 +11,10 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2017-01-29</Date>
<Date>2017-04-09</Date>
<Changes>
2017.04.09
- fix empty ip address resulting in failed scan
###2017.01.29a
- harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40