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 [ <!DOCTYPE PLUGIN [
<!ENTITY name "wakeonlan"> <!ENTITY name "wakeonlan">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2017.01.29a"> <!ENTITY version "2017.04.09">
<!ENTITY launch "Settings/Wakeonlan"> <!ENTITY launch "Settings/Wakeonlan">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -18,6 +18,8 @@
<CHANGES> <CHANGES>
##&name; ##&name;
###&version; ###&version;
- fix empty ip address resulting in failed scan
###2017.01.29a
- harden code for XSS and CSRF vulnerabilities - harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40 - update nmap to 7.40
- fix: blank scan.xml causing errors - 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> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support> <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> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2017-01-29</Date> <Date>2017-04-09</Date>
<Changes> <Changes>
2017.04.09
- fix empty ip address resulting in failed scan
###2017.01.29a ###2017.01.29a
- harden code for XSS and CSRF vulnerabilities - harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40 - update nmap to 7.40
@ -42,7 +44,7 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
###2015.03.05a ###2015.03.05a
- fix default ethernet interface - fix default ethernet interface
###2015.02.24 ###2015.02.24
- button bindings when editing - button bindings when editing
###2015.02.21 ###2015.02.21
- added autosave - added autosave
- added table sorting - added table sorting