Commit 597a1a8
LocationData for parsers (#14395)
* wip
* cyclonedx test
* dependency check update test
* wip
* wip
* wip
* wip
* wip
* wip
* replace parser instantiation of URL with locationdata
* url model util method updates
* wip
* wip
* wip
* locationdata.dependency
* wip
* move locationdata module
* wip
* wip
* wip
* wip
* update to use test.unsaved_metadata
* test at adding hashes
* locationdata entry name update
* wip relationship data
* assoc rel info in dataclass
* updates to include licensing for components
* tools updates
* comments
* remove unused attribute
* comments
* comments
* typing
* fixup
* deptrack parser update
* pass correct reference
* update parsers to include file_name for deps if possible
* finding hash code computation fix
* generic json parser update
* updates
* fix classmethod/app.task interaction
* some tool cleanup
* undo mend
* tools fixes
* wip tools
* fixup
* trigger GitHub actions
* nuclei fix
* nuclei fix
---------
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>1 parent 46ef61b commit 597a1a8
File tree
130 files changed
+1689
-619
lines changed- dojo
- db_migrations
- fixtures
- importers
- location
- tools
- acunetix
- anchore_grype
- api_bugcrowd
- api_cobalt
- api_edgescan
- api_vulners
- appcheck_web_application_scanner/engines
- appspider
- arachni
- asff
- auditjs
- aws_inspector2
- awssecurityhub
- blackduck_binary_analysis
- blackduck_component_risk
- bugcrowd
- bundler_audit
- burp_api
- burp_graphql
- burp_suite_dast
- burp
- cargo_audit
- checkmarx_osa
- cloudflare_insights
- contrast
- cyberwatch_galeax
- cyclonedx
- cycognito
- dependency_check
- dependency_track
- drheader
- fortify
- generic
- gitlab_dast
- gitlab_dep_scan
- govulncheck
- hcl_appscan
- humble
- hydra
- ibm_app
- immuniweb
- jfrog_xray_api_summary_artifact
- jfrog_xray_on_demand_binary_scan
- jfrog_xray_unified
- jfrogxray
- kiuwan_sca
- legitify
- microfocus_webinspect
- ms_defender
- nancy
- netsparker
- nexpose
- nikto
- nmap
- npm_audit
- nuclei
- openscap
- openvas
- parser_v1
- parser_v2
- ort
- ossindex_devaudit
- osv_scanner
- outpost24
- php_symfony_security_check
- pingcastle
- pip_audit
- ptart
- qualys_hacker_guardian
- qualys_infrascan_webgui
- qualys_webapp
- qualys
- rapplex
- retirejs
- reversinglabs_spectraassure
- snyk
- sonatype
- ssh_audit
- ssl_labs
- sslscan
- sslyze
- stackhawk
- sysdig_cli
- sysdig_common
- sysdig_reports
- tenable
- testssl
- trivy
- trustwave_fusion_api
- trustwave
- veracode_sca
- veracode
- wapiti
- wazuh
- wfuzz
- whitehat_sentinel
- wizcli_common_parsers
- wpscan
- xeol
- yarn_audit
- zap
- url
- api
- unittests
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+1689
-619
lines changedLines changed: 77 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46113 | 46113 | | |
46114 | 46114 | | |
46115 | 46115 | | |
46116 | | - | |
| 46116 | + | |
46117 | 46117 | | |
46118 | 46118 | | |
46119 | 46119 | | |
| |||
46129 | 46129 | | |
46130 | 46130 | | |
46131 | 46131 | | |
46132 | | - | |
| 46132 | + | |
46133 | 46133 | | |
46134 | 46134 | | |
46135 | 46135 | | |
| |||
46145 | 46145 | | |
46146 | 46146 | | |
46147 | 46147 | | |
46148 | | - | |
| 46148 | + | |
46149 | 46149 | | |
46150 | 46150 | | |
46151 | 46151 | | |
| |||
46161 | 46161 | | |
46162 | 46162 | | |
46163 | 46163 | | |
46164 | | - | |
| 46164 | + | |
46165 | 46165 | | |
46166 | 46166 | | |
46167 | 46167 | | |
| |||
46177 | 46177 | | |
46178 | 46178 | | |
46179 | 46179 | | |
46180 | | - | |
| 46180 | + | |
46181 | 46181 | | |
46182 | 46182 | | |
46183 | 46183 | | |
| |||
46193 | 46193 | | |
46194 | 46194 | | |
46195 | 46195 | | |
46196 | | - | |
| 46196 | + | |
46197 | 46197 | | |
46198 | 46198 | | |
46199 | 46199 | | |
| |||
46209 | 46209 | | |
46210 | 46210 | | |
46211 | 46211 | | |
46212 | | - | |
| 46212 | + | |
46213 | 46213 | | |
46214 | 46214 | | |
46215 | 46215 | | |
| |||
46225 | 46225 | | |
46226 | 46226 | | |
46227 | 46227 | | |
46228 | | - | |
| 46228 | + | |
46229 | 46229 | | |
46230 | 46230 | | |
46231 | 46231 | | |
| |||
46241 | 46241 | | |
46242 | 46242 | | |
46243 | 46243 | | |
46244 | | - | |
| 46244 | + | |
46245 | 46245 | | |
46246 | 46246 | | |
46247 | 46247 | | |
| |||
46257 | 46257 | | |
46258 | 46258 | | |
46259 | 46259 | | |
46260 | | - | |
| 46260 | + | |
46261 | 46261 | | |
46262 | 46262 | | |
46263 | 46263 | | |
| |||
46273 | 46273 | | |
46274 | 46274 | | |
46275 | 46275 | | |
46276 | | - | |
| 46276 | + | |
46277 | 46277 | | |
46278 | 46278 | | |
46279 | 46279 | | |
| |||
46289 | 46289 | | |
46290 | 46290 | | |
46291 | 46291 | | |
46292 | | - | |
| 46292 | + | |
46293 | 46293 | | |
46294 | 46294 | | |
46295 | 46295 | | |
| |||
46305 | 46305 | | |
46306 | 46306 | | |
46307 | 46307 | | |
46308 | | - | |
| 46308 | + | |
46309 | 46309 | | |
46310 | 46310 | | |
46311 | 46311 | | |
| |||
46321 | 46321 | | |
46322 | 46322 | | |
46323 | 46323 | | |
46324 | | - | |
| 46324 | + | |
46325 | 46325 | | |
46326 | 46326 | | |
46327 | 46327 | | |
| |||
46337 | 46337 | | |
46338 | 46338 | | |
46339 | 46339 | | |
46340 | | - | |
| 46340 | + | |
46341 | 46341 | | |
46342 | 46342 | | |
46343 | 46343 | | |
| |||
46353 | 46353 | | |
46354 | 46354 | | |
46355 | 46355 | | |
46356 | | - | |
| 46356 | + | |
46357 | 46357 | | |
46358 | 46358 | | |
46359 | 46359 | | |
| |||
46369 | 46369 | | |
46370 | 46370 | | |
46371 | 46371 | | |
46372 | | - | |
| 46372 | + | |
46373 | 46373 | | |
46374 | 46374 | | |
46375 | 46375 | | |
| |||
46385 | 46385 | | |
46386 | 46386 | | |
46387 | 46387 | | |
46388 | | - | |
| 46388 | + | |
46389 | 46389 | | |
46390 | 46390 | | |
46391 | 46391 | | |
| |||
46401 | 46401 | | |
46402 | 46402 | | |
46403 | 46403 | | |
46404 | | - | |
| 46404 | + | |
46405 | 46405 | | |
46406 | 46406 | | |
46407 | 46407 | | |
| |||
93348 | 93348 | | |
93349 | 93349 | | |
93350 | 93350 | | |
93351 | | - | |
| 93351 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
827 | | - | |
| 827 | + | |
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | | - | |
| 841 | + | |
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
| 855 | + | |
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
| 869 | + | |
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
| 911 | + | |
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
925 | | - | |
| 925 | + | |
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
| 795 | + | |
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
| |||
0 commit comments