Commit graph

65 commits

Author SHA1 Message Date
Dan fc17ca970c GP-4489: Add psutil and protobuf to downloads, dist. Build py packages for dist. 2024-04-26 23:34:30 -04:00
Ryan Kurtz b072c4953b GP-0: Excluding nested eclipse project files from gradle 'ip' task 2024-01-12 12:25:46 -05:00
caheckman 0865a3dfb0 GP-4009 Introduced BSim functionality including support for postgresql,
elasticsearch and h2 databases.  Added BSim correlator to Version
Tracking.
2023-12-05 08:30:51 -05:00
Ryan Kurtz f0f5b8f2a4 GP-3832: Updating java-serif-2.1.jar in fetchDependencies.gradle 2023-12-04 08:21:21 -05:00
ghidra1 600b085e44 GP-0 Updated Sarif module to use java-sarif-2.1-modified.jar 2023-12-01 22:17:16 -05:00
Ryan Kurtz fcd7990e70 GP-3832: Tweaking hash 2023-12-01 13:22:13 -05:00
Ryan Kurtz 7292b594b1 GP-3832: Adding java-serif-2.1.jar to fetchDependencies.gradle 2023-12-01 12:27:20 -05:00
Ryan Kurtz a5fa3f5db9 GP-3824: Including Ghidra jars and descriptions in SBOM 2023-09-11 09:41:27 -04:00
Ryan Kurtz 1f75605c16 GP-0: Ignoring .pydevproject files 2023-08-07 14:08:27 -04:00
Ryan Kurtz 0efe56fd9b GP-3030: Updating FID hashes 2023-05-02 07:10:43 -04:00
Ryan Kurtz 0f335dbc1c Merge remote-tracking branch 'origin/GP-3111_ryanmkurtz_gradle-max--SQUASHED' 2023-04-20 06:19:54 -04:00
Ryan Kurtz 50a3bc30d2 GP-3111: Enforcing maximum supported Gradle version 2023-04-20 06:19:14 -04:00
ghidra1 4a2ceba6e0 Merge remote-tracking branch 'origin/GP-3119_ryanmkurtz_yajsw' 2023-04-19 17:22:56 -04:00
Ryan Kurtz 8242c31c4a GP-0: Adding "offline" system property to fetchDependencies.gradle
(#4146)

When the "offline" system property is used, the linux commands used to
download everything will be output, but nothing will actually be
downloaded.
2023-04-19 08:43:09 -04:00
Ryan Kurtz abbda21163 GP-3119: Upgrading YAJSW to 13.09 2023-04-05 12:30:04 -04:00
Ryan Kurtz f43f411047 GP-3154: Updating Guava to 31.1-jre, and other dependent jars 2023-03-10 10:48:56 -05:00
Ryan Kurtz 6bf0280abe GP-2754: Upgrading YAJSW to 13.05 2022-10-25 05:18:31 -04:00
Ryan Kurtz f951994e1a GP-1912: Upgrading YAJSW to 13.04 2022-09-22 04:41:56 -04:00
Ryan Kurtz 0976dc6b27 Merge remote-tracking branch 'origin/patch' 2022-04-09 01:55:06 -04:00
Ryan Kurtz a71706569d GP-1853: Support for fetching new fidb files based on Ghidra version 2022-04-09 01:25:02 -04:00
Ryan Kurtz 5c0dc5f6dc GP-1782: Software Bill of Materials (SBOM) 2022-03-31 11:42:10 -04:00
Ryan Kurtz 8598f28b23 Revert "GP-1782: Software Bill of Materials (SBOM)"
This reverts commit c89f45d399.
2022-03-23 12:33:02 -04:00
Ryan Kurtz c89f45d399 GP-1782: Software Bill of Materials (SBOM) 2022-03-22 01:36:29 -04:00
Ryan Kurtz 7e6eea065f GP-1266: Upgrading YAJSW to 13.01-beta to support JDK 17 2021-11-05 07:11:46 -04:00
Ryan Kurtz 3c07ca2962 GP-1209: Support for building natives from a release. 2021-09-27 08:16:14 -04:00
Ryan Kurtz 00533b2869 GP-1106: Platform naming convention now supports different
architectures. Support for building on ARM.
2021-08-17 13:41:47 -04:00
Ryan Kurtz 3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
ghidra1 750e645754 GP-934 Corrected DMG build issues 2021-05-12 10:44:24 -04:00
Ryan Kurtz 3507820e03 GP-678, GP-811: Refactored fetchDependencies.gradle, now downloads FID datasets from ghidra-data repo, and revisied depencies/flatRepo layout. 2021-04-07 10:51:05 -04:00
ghidra1 33bba9e614 Relax source for IP info during build 2021-03-18 04:50:38 -04:00
ghidra1 162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
ghidra1 d2c39513c3 Handle changes to allow for certification headers on bash type source
files (e.g., *.py) and gradle files
2021-03-17 18:09:21 -04:00
ghidravore 8b054814a8 changed build system to generate all external jar files used file. 2020-12-09 18:41:03 -05:00
ghidravore faa951898a Merge remote-tracking branch 'origin/GP-67_adamopolous_add-git-hash-to-app-properties--SQUASHED' 2020-08-26 13:29:22 -04:00
adamopolous eea44a2100 added git commit hashes to application.properties for all builds 2020-08-26 11:06:34 -04:00
Xiaoyin Liu c0a79b6e33
fetchDependencies.gradle: Update cdt URL to HTTPS 2020-08-13 22:15:15 +08:00
Marco Grassi ba48f29f12 switch from md5 to sha256 to check dependencies integrity 2019-12-17 15:25:41 +08:00
Andrii Kurdiumov cafa4c3414 Fix paths in Gradle task descriptionsThese paths was likely not changed during refatoring of Gradle scripts.I make them correspond to actual location of files where their definitions originates. 2019-11-13 02:03:19 +02:00
adamopolous d176879548 removed dead code from test utils 2019-09-17 09:37:01 -04:00
adamopolous 8df7df2e72 removed timing considerations from test sorting 2019-09-17 07:57:57 -04:00
adamopolous c97da26911 GT-3099: ci update 2019-09-16 12:22:41 -04:00
adamopolous 9ea4ef60b3 added test documentation for parallel processing 2019-09-03 12:33:28 -04:00
adamopolous 3e96ae0e20 added documentation to test scripts 2019-09-03 12:33:27 -04:00
adamopolous 20d89792cf added logging for debug purposes 2019-09-03 12:33:27 -04:00
adamopolous 6fa0c10298 fixed bugs causing integration test task generation to fail 2019-09-03 12:33:26 -04:00
adamopolous 3b6162fede moved config specs to external resource file 2019-09-03 12:33:25 -04:00
adamopolous 43d52b6dc0 fixed compilation error in test utils 2019-09-03 12:33:24 -04:00
adamopolous 51c503eb86 fixed broken assert in validating test coverage 2019-09-03 12:33:24 -04:00
adamopolous b5a5fd3c23 binned all the ghidra test classes into their parallel test buckets 2019-09-03 12:33:23 -04:00
adamopolous 474d463355 broke out more integration tests for the binning 2019-09-03 12:33:22 -04:00