29a91cbfb2
Simplify pandas operations, update transforms
2019-04-15 17:05:21 +10:00
275b89c94d
Create cvss score from base and temporal
2019-04-15 13:32:31 +10:00
952c934b9c
Fix more unicode issues
2019-04-12 11:46:23 +10:00
5b45da69a8
Add @timestamps to findings, map more fields
2019-04-12 01:49:15 +10:00
bd1430ebbf
test updates
2019-04-12 00:40:26 +10:00
ad184689f8
map more qualys_vuln fields
2019-04-11 23:18:42 +10:00
496fd23121
Remove nessus csv completely
2019-04-11 22:22:58 +10:00
778a07535f
Fix scan_id field for all sources
2019-04-11 22:17:02 +10:00
2547873bd2
Add scan name to output
2019-04-11 21:57:18 +10:00
8f9932e56b
minor updates
2019-04-11 21:17:24 +10:00
5671b70bdd
Add normalisation for qualys_vuln
2019-04-11 20:13:17 +10:00
d6980d8229
Add normalisation, mapping and transform stubs
2019-04-11 20:11:08 +10:00
76d54abdc6
Nessus JSON output with normalisation
2019-04-11 20:09:21 +10:00
74db06b17a
Merge pull request #168 from HASecuritySolutions/qualys_was_fix
...
Qualys was fix
2019-04-10 11:35:37 +02:00
45e23985d3
added comment
2019-04-10 11:25:28 +02:00
cde2fe2dd8
final commit for qualys web
2019-04-10 11:19:44 +02:00
c8d906c05f
Fix tenable downloads
2019-04-08 19:30:48 +10:00
1ef7289b8d
reduntant replace, formatting
2019-04-08 18:44:30 +10:00
a12e9f70a1
Remove redundant param
2019-04-08 18:38:03 +10:00
873066a419
reorder imports
2019-04-08 17:43:50 +10:00
973c69dffb
Updates tests
2019-04-08 17:43:15 +10:00
ec5d6cd388
Iterate through nessus download data
2019-04-08 12:25:50 +10:00
33f2a5a3d1
Use a session and don't overwrite imports
2019-04-08 12:24:22 +10:00
5edde8760a
Fix missing sys import
2019-04-06 11:02:42 +11:00
7370f5b608
Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8
2019-04-05 23:37:41 +02:00
0a877ce267
fix nessus download 'imported' scans
2019-04-05 23:37:04 +02:00
1ef67d48be
Feature error codes ( #165 )
...
* Use error codes for failed scans
* Fix indentations
* Fix more indentation
* Continue after failed download
* Add tests for failed scans
* Add more tests
* move definition
* Update nessus.py
This function was used by function `print_scans` which at the same time was an unused one that had been deleted in the PR itself.
2019-04-05 11:36:13 +02:00
27412d31b4
Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8
2019-04-05 11:04:29 +02:00
71352aee57
Add external API mocking and travis tests ( #164 )
...
* Fix closing logging handlers
* Fix *some* unicode issues for nessus and qualys
* Prevent multiple requests to nessus scans endpoint
* More unicode fixes
* Remove unnecessary call
* Fix whitespace
* Add mock module and argument
* Add test config and data
* Fix whitespace again
* Disable qualys_web until data is available
* Use logging module
* Delete report_tracker.db
* Cleanup mock calls
* Add httpretty to requirements
* Refactor into a class
* Updates travis tests
* Fix exit codes
* Remove print statements
* Remove test
* Add test directory as submodule
2019-04-05 10:57:39 +02:00
eae64a745d
cleanup of unused code and fixes, still breaks
2019-04-04 11:24:01 +02:00
03f7a4cedb
fixed line
2019-04-04 11:05:39 +02:00
a30a22ab98
fix wrong parenthesis on qualys was
2019-04-03 15:15:31 +02:00
f33644b814
fix reported tracking for jira
2019-04-02 11:58:44 +02:00
fa0b3c867b
added tracking of scans processed by jira, will only process if new scans now (backwards compatibility
2019-04-01 15:55:02 +02:00
e32c9bf55d
Fix *some* unicode issues for nessus and qualys ( #160 )
...
* Fix *some* unicode issues for nessus and qualys
* More unicode fixes
2019-04-01 10:06:16 +02:00
9619a47d7a
Fix Tenable and Nessus scan listing ( #162 )
...
* Prevent multiple requests to nessus scans endpoint
* Remove unnecessary call
2019-04-01 10:04:12 +02:00
a4b1b9cdd4
fixed issue where, asset after a removed one, was ignored due to python listing
2019-03-21 15:52:18 +01:00
843aac6a83
fixing issue with new vulns of already risk accepted issues not being reported anymore; now, new ticket is raised, excluding all the assets that have been previously considered risk accepted in another ticket
2019-03-20 16:37:50 +01:00
47df1ee538
typo
2019-03-20 10:55:54 +01:00
9d52596be9
fix xml encoding issue #156
2019-03-20 08:49:36 +01:00
5cdb2552f0
Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8
2019-03-20 08:35:32 +01:00
70e1d7703f
fix missing section specification on qualys was connector #156
2019-03-20 08:35:03 +01:00
2d3a140042
fix bug
2019-03-19 15:19:27 +01:00
936c4a3e1b
added automatic jira server_decommission label removal after x time
2019-03-19 12:58:38 +01:00
86e792f5aa
workaround regarding ignoring ticket updates after risk accepted
2019-03-01 15:18:49 +01:00
a288f416f7
added label *false positive* for reporting on jira
2019-02-27 18:06:16 +01:00
623c881928
fix jira issue index when comparing created tickets
2019-02-27 11:27:44 +01:00
4e94bef245
fix bug not detecting existent label due to string format
2019-02-26 15:26:14 +01:00
b36e31566e
fix #142
2019-02-25 22:02:20 +01:00
2c7965d2d9
fix #151
2019-02-25 12:08:04 +01:00