Releases: microsoft/OSSGadget
Releases · microsoft/OSSGadget
Release v0.1.180
Release v0.1.179
Release v0.1.177
Changes:
- 8b0145a Merge pull request #65 from microsoft/gfs/MiniMagicTests
- dfdc4ca Re enable the two smaller cases
- 63e0065 Test disable new zip bombs
- 8ad58cc Update comments
- 42e8687 Update Extractor.cs
- 0f7f27e Merge branch 'master' into gfs/MiniMagicTests
- bc435c2 Merge branch 'gfs/MiniMagicTests' of https://github.com/microsoft/OSSGadget into gfs/MiniMagicTests
- 56773e1 Update Extractor.cs
- f661ca1 Add more zip bombs
- 8968f6d Update Extractor.cs
See More
- e861781 Possible fix for parallel extraction problems.
- 7cb6e99 Update Shared.MultiExtractor.csproj
- bad2cc9 Update Extractor.cs
- 85f0d20 Update Extractor.cs
- 8b4cf73 Try around reading in ISOs
- 1386562 Add lvm support.
- 37d2c4b Code tidying.
- 15a0f11 Fix file extension map, remove .'s
- aa6b771 FileEntry initializes at position 0
- 2d1119a MiniMagic returns original file position
- d17ae6b Add MiniMagic tests
- e4f1f98 Merge pull request #69 from microsoft/gfs/IsoTestFailure
- 42af953 Update Extractor.cs
- 9028a47 Add more zip bombs
- d0fbd3a Update Extractor.cs
- ba6be65 Possible fix for parallel extraction problems.
- 97715de Add more zip bombs
- 340d4f4 Update Extractor.cs
- 70f48e3 Minor improvements to parallel rar
- 54f9a12 Possible fix for parallel extraction problems.
- a8656e3 Remove unneeded resource governor check.
- 49f02c7 Update Shared.MultiExtractor.csproj
- 54a86bd Update Extractor.cs
- 4c8d53f Update Extractor.cs
- 5e53e9a Try around reading in ISOs
- b3ab71c Add lvm support.
- 5af5c0a Code tidying.
- d35453c Fix file extension map, remove .'s
- b555d79 FileEntry initializes at position 0
- bbfbf51 MiniMagic returns original file position
- 15e152e Add MiniMagic tests
- 90421c0 Merge pull request #62 from microsoft/gfs/#61
- 2453e60 Reset stream position in minimagic vhd detection
- abde143 Ignore \t in control character count
- 6aefe93 Fix missing using
- 2d93a6c LGTM Fixes.
- 06945f1 Add paralell extraction for VHD and VHDX.
- bc32ff4 Add VHD and VHDX parsing
- f5a4a83 Add Parallel iso extraction.
- ccf8fb6 Add .ISO Parsing
- 3700288 Add ISO parsing
This list of changes was auto generated.
Release v0.1.146
Changes:
- 0caa308 Merge pull request #56 from microsoft/gfs/#55
- a12fbe0 Add comment explaining the AreIdentical function usage
- 84efb56 Disable parallel rar.
- bb065e0 Add info string for is quine
- ff1eed6 Fix parallel Quine Detection
- 67d09a5 Add IsQuine function
- d2b413d Add zip bomb tests
- 05bae63 Uncomment tests
- cd48f80 Fix #58
- 46f63d6 Update DebArchiveFile.cs
See More
- 8b719ca Replace many memory streams with filestreams backed by temporary files
- 5882b67 Update FileEntry.cs
- 803a065 Update FileEntry.cs
- 1e7f899 Fix fileentry's stream instantiation
- 44dd91f Revert "More better stream handling"
- 547321a Revert "Pass zip streams through instead of copying to array"
- 437e36c Replace use of .ToArray()
- 85f56e3 More better stream handling
- 2758321 Pass zip streams through instead of copying to array
- 0dc4516 Change fileentry to be a stream holder that just takes the stream it is provided.
- df8faf6 Return original file when failing to read archive in more places.
- eeb337d Enumerable-ify debarchivefile.cs
- c340bde Pass through parallel setting to subextractions
- 8490c2b Try checking IsComplete in rar checks
- e54cbbe Reload csproj
- 49f0f46 Update ExtractorTests.cs
- 68b2cde Fix single threaded Rar expander
- b2cc650 Ar extractor fixes
- 86cea1c Yield instead of constructing results list.
- 39335a1 Rewrite Gnu Ar parser to parse bytewise.
- c6f0351 Add 64 bit (> 4gb) gnu ar lookup table support
- 4584d6d Update GnuArFile.cs
- 6daa865 Add systemv lookup table support
- 3aaad23 Update MiniMagic.cs
- 08cf090 Add archive type to error message.
- 9f5db3a Improve logging to use consistent message.
- 364b90a Catch more exceptions.
- 2c40dce Better exception handling in parallel extractors
- 698f8de Update Extractor.cs
- 959820c Catch exception in rar collector
- a02cf0b Single MAX_BATCH_SIZE parameter
- bfe3c8e Fix hang.
- 61fc312 Upgrade other 3 parallel collectors to hybrid mode.
- 91630f4 Rewrite Zip extractor for hybrid enumerable
This list of changes was auto generated.
Release v0.1.102
Changes:
This list of changes was auto generated.
Release v0.1.100
Release v0.1.95
Release v0.1.94
Changes:
- eea75ba Significant merge.
- 96e454c Disable rar parallel test (failing).
- 26f99a7 Merge remote-tracking branch 'origin/gfs/MultiExtractorExceptions' into user/miscovet-patch1
- 1ae0633 Merged. Clean up imports, tests.
- 2746bb8 Update GnuArFile.cs
- efe99a1 Add support for Gnu Ar files
- e07b402 Add GNU_AR detection.
- 6d4a66c Added .deb test.
- 3ffac57 Update Extractor.cs
- 785ba87 Update Extractor.cs
See More
- d5945ea Update comments
- 51561b5 Reuse buffer.
- 8541b76 Fix .Deb detection
- 11dd4b2 Merge branch 'gfs/MultiExtractorExceptions' of https://github.com/microsoft/OSSGadget into gfs/MultiExtractorExceptions
- 29437a9 Improve .Deb detection
- a0b500e Fix .Deb parser and .Deb test
- e5ee448 Rename ArArchiveFile to DebArchiveFile
- d3edf66 Fix lgtm issues
- 23e0377 Update .ar parsing to match .deb format
- 59d991e Merged in gfs/multiextractor + tests
- 0ee95db Run .ar tests
- 54ceb57 Attempt to fix parallel rar behavior
- c7a66d8 Add Tests for Extracting
- 715e4d6 7z Fixes
- c37ec38 Use parallel extractor.
- afa7c77 Merged in gfc/MultiExtractorExceptions
- ca723de Add parallelization for 7zip and ar
- fef3266 Add parallel extraction for Zip and Rar
- e94b94d Use filestream
- 3a4bfdd Update Extractor.cs
- 95ce2c9 Update Extractor.cs
- 6acbc75 Catch exceptions.
- 8db22d5 Improve error handling.
- 51093ab Move MultiExtractor out to a separate project. Bump deps.
- 266b93e Fix LGTM findings.
- 7c61428 Bump Octokit. Add retry for downloader tests.
- f856615 Bump all dependencies to latest.
- 9351a93 Fix help text for find source.
- 60f0570 Add version tests.
- cc17cda Fix version sort, CPAN/CRAN downloaders.
- 0b01b16 Update DevSkim.
- 98a383a Update App Inspector version.
- 1a0c938 Update Dependencies. Migrate CharacteristicsTool to latest AppInspector. Add Risk Calculator.
- fc0e530 Add logo svg file
- 2a85094 Add stream cipher. Refactoring find-source, minor cleanup.
- 06f47c1 Merge branch 'master' of github.com:microsoft/OSSGadget
- b7ac45c Merge madness.
This list of changes was auto generated.
Release v0.1.67
Changes:
- 795f187 Update core-pipeline.yml for Azure Pipelines (#41)
- 5e12365 Merge pull request #37 from microsoft/user/miscovet/merge-nomad
- 313c9e1 Fix broken test case
- a5c315a Add decompilation for wasm binaries, improved crypto rules.
- e4ab123 Merge branch 'user/miscovet/merge-nomad' of github.com:microsoft/OSSGadget into user/miscovet/merge-nomad
- f3fe1ca Fixed crypto unit tests.
- 24c7b09 uncomment code
- 79930ce 1) Add a commandline flag for showing all the ranked candidates for the package source repository
- f4dfe4e Add crypto tests, minor fixes.
- 7f64ae7 Merged jacobmsft:master, resolved conflict, touchup.
See More
- 9282c2c Merge branch 'master' of github.com:microsoft/OSSGadget
- 36389a9 Add ubuntu example to CLI.
- e112ef1 Merge pull request #35 from microsoft/user/miscovet/ubuntu-crypto
- fe20dbd Merge pull request #33 from radekk/master
- 64a7970 Fix a few LGTM alerts.
- 0670d3f Improve logging, PackageUrl toString()
- a8b5a52 Add download flag for metadata only.
- fca335d Improved hash function constants.
- c7ad680 self review
- dd68c62 nit formatting
- fbc3f9e Fix tests and add more tests
- 3762da6 remove unwanted changes
- 806a534 Revert "remove unwanted changes"
- 1073ebb remove unwanted changes
- 8b7ce28 1) Added logic for pypi, nuget and npm package managers to extract specific metadata to get the source code repository
- ec9ec2a Fix filename for source download, never DL file twice.
- 8721a83 Improve logging.
- 27d6b64 Add initial crypto detection tool.
- cfdc51f Add initial version of Ubuntu package manager.
- 1711755 Improve web content caching.
- e821b67 Add support for Ar archives (.deb)
- 4660972 Add Build Tests to Pipeline (#34)
- 52ee786 Update readme file to provide information how to build Docker image
- 39bdf11 Add Dockerfile
- ee1f61d Add NOTICE.txt
This list of changes was auto generated.
Release v0.1.46
Changes:
- 559ffbd Merge pull request #30 from microsoft/user/miscovet/extension-fixes
- 6a3a31b Fix LGTM issues, VSM bug.
- 76d5237 Fix bad merge.
- b6b8596 Merge branch 'master' into user/miscovet/extension-fixes
- 97ee59f Bump GitHub,
- 603c15e Fix broken ref to shared.
- 8d22588 Bump Octokit.
- 507fc33 Add initial set of test cases.
- 69267a6 CRAN packages are case sensitive.
- 17787fd Fix hardcoded 'Archive' in CRAN downloader.
See More
- 7ea4592 Fix typo in CRAN output
- 3a28d72 Fix premature dispose on data cache.
- 57e86bc FindSource now returns a list of PackageURLs .
- 0cf2324 Rename shared, Remove AppInspector harness.
- b475a9b Rename Shared to shared. Allow multiple downloads.
- 304b916 Improve oss-characteristic output.
- cbc252a Update core-pipeline.yml for Azure Pipelines
This list of changes was auto generated.