fix empty ip aadr causing failed scans
This commit is contained in:
parent
585985779e
commit
8496e25b19
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user