Skip to content

Releases: NationalSecurityAgency/emissary

7.15.0

03 Apr 13:55
68ecb13
Compare
Choose a tag to compare

What's Changed

  • codeql :: uncontrolled data used in path expression by @dev-mlb in #438
  • sonar :: synchronize on private final field in MonitorCommand (bug) by @dev-mlb in #435
  • sonar :: check the return value of InputStream#read(byte[]) (bug) by @dev-mlb in #432
  • sonar :: KffFile cleanup by @dev-mlb in #434
  • Sanitize string list parameters in RequestUtil by @sambish5 in #436
  • sonar :: check the return value of inputstream.read for Executrix (bug) by @dev-mlb in #433
  • executrix remove ulimit vmem for mac os by @dev-mlb in #440
  • sonar :: return values should not be ignored in DropOffUtil (bug) by @dev-mlb in #437
  • Deprecate TikaFilePlace by @smcgrattan in #444
  • sonar :: fix conditionally executed code should be reachable (bug) by @dev-mlb in #427
  • Identify duplicate classes on classpath by @fbruton in #446
  • Verify class locations during initialization by @fbruton in #445

Full Changelog: 7.14.0...7.15.0

7.14.0

16 Mar 16:46
cef4ae5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.13.0...7.14.0

7.13.0

08 Feb 18:44
505a143
Compare
Choose a tag to compare

What's Changed

  • Removed unnecessary calls to loadFrom() in KffChainLoader by @andrewbp in #376
  • Remove deprecated configuration property dependencyLocationsEnabled by @ldhardy in #381
  • Cleanup using try-with-resources in mvc.internal tests by @dev-mlb in #384
  • Add helper method to SeekableByteChannelHelper by @ukengineer925 in #385
  • Remove hasConfigErrors from ConfigUtil by @dev-mlb in #383
  • sonarlint :: cast long operands before assignment by @jpdahlke in #387
  • Added functionality to allow ExtractionTest to verify that a value is not indexed by @andrewbp in #380
  • Refactor diff methods into a more cohesive structure by @ukengineer925 in #386
  • Sanitize request parameters in RequestUtil by @jpdahlke in #390
  • update actions checkout to 3.3.0 by @cfkoehler in #391
  • Move position update during read up to AbstractSeekableByteChannel by @ukengineer925 in #393
  • Simplify AbstractSeekableByteChannel by right-sizing the provided byteBuffer by @ukengineer925 in #411
  • bump guava to 31.1 by @dev-mlb in #408
  • Remove javadoc footer option to address build warnings by @cfkoehler in #396
  • added assert statements to SsdeepTest by @dev-mlb in #399
  • Create BufferedChannelFactory. by @jdcove2 in #403
  • cleaned up some of the emissary commands by @dev-mlb in #407

Full Changelog: 7.12.0...7.13.0

7.12.0

18 Jan 16:42
9414600
Compare
Choose a tag to compare

What's Changed

  • ErrorProne fix UnnecessarilyFullyQualified by @ldhardy in #366
  • sonarlint :: more cleanup by @dev-mlb in #324
  • sonarlint :: rollablefileoutputstream by @dev-mlb in #325
  • Bump jackson-databind from 2.12.6.1 to 2.13.4.1 by @dependabot in #335
  • sonarlint :: more cleanup by @dev-mlb in #342
  • sonarlint :: EmissaryClient field names and minor updates by @jpdahlke in #350
  • Fixed unchecked cast warning when compiling NameSpace by @smcgrattan in #375
  • Consolidated duplicate string constants into a single class by @dev-mlb in #367
  • sonarlint :: Remove duplicate log configuration code from EnvCommand by @cfkoehler in #377
  • Created a separate legacy class for the DropOffUtil time parsing so it can be replaced in the future by @arp-0984 in #358
  • sonarlint :: utils/io by @dev-mlb in #339
  • sonarlint :: more utils by @dev-mlb in #341
  • sonarlint :: serviceconfigguide by @dev-mlb in #326
  • sonarlint :: util by @dev-mlb in #340
  • Created lightweight alpine Dockerfile by @cfkoehler in #351
  • Updated calls for new FileInputStream to Files.newInputStream by @dev-mlb in #379
  • Added a config command util by @dev-mlb in #352

Full Changelog: 7.11.0...7.12.0

7.11.0

15 Dec 02:12
82a790b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.10.0...7.11.0

7.10.0

06 Dec 00:26
24eff1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.9.0...7.10.0

7.9.0

30 Sep 12:36
4939271
Compare
Choose a tag to compare

What's Changed

  • Add configuration of HTTPConnectionFactory with PEM certs by @fbruton in #303
  • Improve HTTPConnectionFactory PEM reader by @fbruton in #313
  • tests :: migrate maintest to junit5 package by @dev-mlb in #311
  • tests :: migrate timedresource to junit5 package by @dev-mlb in #312
  • Created GitRepositoryState struct for storing git properties and log Git version during server startup by @cfkoehler in #310
  • #180: Log instances of duplicate forms being added by @andrewbp in #304
  • sonarlint :: MultiFileUnixCommandPlace by @dev-mlb in #308
  • sonarlint :: id package by @dev-mlb in #309
  • Add application name to git version log output and remove build username by @cfkoehler in #314
  • sonarlint :: place.sample package by @dev-mlb in #306
  • tests :: migrate extraction, id, and functional tests to junit5 package by @dev-mlb in #301
  • sonarlint :: transform package by @dev-mlb in #305
  • sonarlint :: service provider by @dev-mlb in #307
  • tests :: migrate unit tests to junit5 package by @dev-mlb in #300
  • Top Level Object metric output with specified parameters by @cfkoehler in #260
  • tests :: HtmlEscapePlace by @dev-mlb in #315
  • elk :: add json output for agents endpoint by @dev-mlb in #285
  • tests :: fix disabled tests for api & mvc packages by @dev-mlb in #284
  • tests :: updated to use junit @tempdir by @dev-mlb in #279
  • a few build fixes (api tests and logback) by @dev-mlb in #316
  • tests :: migrate last junit4 tests to junit5 package by @dev-mlb in #317

Full Changelog: 7.8.0...7.9.0

7.8.0

02 Sep 03:59
22330be
Compare
Choose a tag to compare

What's Changed

  • UI :: bootstrap5 fixes by @dev-mlb in #277
  • Clean up Executrix: try-with-resources, log lines, variable names by @jpdahlke in #280
  • deprecate :: main and run/what commands by @dev-mlb in #282
  • sonarlint :: try with resources (main methods) by @dev-mlb in #292
  • sonarlint :: more fixes by @dev-mlb in #293
  • Cleaned up content/unnecessary logging - Emissary Logs by @sambish5 in #249
  • (Minor) Use native git with commit-id plugin by @ukengineer925 in #294
  • sonarlint :: fix issues for jdomutil by @dev-mlb in #289
  • tests :: created junit5 package in test-core by @dev-mlb in #287
  • tests :: updated disabled/missing tests by @dev-mlb in #281
  • Revert "(Minor) Use native git with commit-id plugin" by @jpdahlke in #298
  • tests :: updated fail method calls by @dev-mlb in #278
  • executrix :: updated to accept data stream by @dev-mlb in #288
  • pom :: allow for native git for git commit id plugin by @dev-mlb in #299
  • Removed/replaced remaining instances of printStackTrace by @andrewbp in #286
  • sonarlint :: try with resources by @dev-mlb in #290
  • Allow loading HTTPConnectionFactory password from environment variable by @fbruton in #297
  • sonarlint :: mvc classes by @dev-mlb in #302

Full Changelog: 7.7.0...7.8.0

7.7.0

08 Jul 15:18
109cf9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.6.0...7.7.0

7.6.0

10 Jun 12:35
ac7bce8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.5.0...7.6.0