Shigechika AIKAWA
Shigechika AIKAWA
If this Pull Request is work in progress, Add a prefix of “[WIP]” in the title. # What did you implement: - fix *WARN* ``` % vuls report [Oct 18...
# What did you do? (required. The issue will be **closed** when not provided.) vuls scan redhat8 # What did you expect to happen? Fast(non-root) scan wish work on RedHat8...
# What did you do? (required. The issue will be **closed** when not provided.) ``` % vuls scan wp-vuls % vuls report -format-full-text -ignore-unfixed : Nothing % vuls report -format-full-text...
I needed timeline for daily operation. "--timeline" option is useful for debugging and snapshots sharing. Thank you 
I need a official version compare function. I am using distutils LooseVersion() in my PyEz based tools ( https://github.com/shigechika/junos-update ) But LooseVersion() has problems. - distutils Version classes are deprecated....
fix behavior. append LF(\n) after $' thank you.
I would to merge 3Com/H3C/HP into official. The following is H3C's URL: https://sites.google.com/site/jrbinks/code/rancid/h3c Thank you.
I quick hacked for support cisco. I did not enough test yet. I checked some tables created. ``` % ./goval-dictionary fetch-cisco asa ios ios_xe pix INFO[06-08|22:03:50] Fetching... URL=https://oval.cisecurity.org/repository/download/5.11.2/vulnerability/cisco_asa.xml INFO[06-08|22:03:50] Fetching......
I want to know API path of Global ALERTS. I tried "/monitoring/v2/events", "/platform/auditlogs/v1/logs" and "/auditlogs/v1/events" paths. But the above seems to be different. URL is https://app2-ap.central.arubanetworks.com/frontend/#/ALERTSLIST?nc=global snapshot is the following...
I assume that safe_copy depends on Device(port="830") option, which is the reason for the failure. I think safe_copy must always use port 22. Could you fix? Thank you. ## test...