Changelog
Synapse-ReversingLabs Changelog
v1.1.0 - 2025-07-29
Automatic Migrations
Migrate endpoint configurations to include SSL verification options (set to true by default).
Features and Enhancements
Updated the
reversinglabs.setup.endpointcommand with a--ssl-noverifyoption which can be used to disable SSL verification on custom endpoints. To update an existing endpoint to ignore SSL, run the command with the--ssl-noverifyoption. Example:reversinglabs.setup.endpoint https://mya1000.mydomain --ssl-noverify.
v1.0.1 - 2025-06-25
Bugfixes
Improved error messaging when
$lib.axon.wget()fails by returning the HTTP response code and reason.
v1.0.0 - 2025-01-17
Automatic Migrations
Migrate all
it:av:sigandit:av:filehitnodes created by Synapse-ReversingLabs toit:av:scan:resultnodes. The migratedit:av:sigandit:av:filehitnodes are removed by this migration.
Features and Enhancements
Removed usage of deprecated
it:av:*forms and replaced withit:av:scan:result.Updated deprecated
$lib.list()usage to JSON style syntax.
v0.6.0 - 2024-05-15
Features and Enhancements
Update
$lib.bytesusage with$lib.axonAPIs.
v0.5.0 - 2024-02-20
Features and Enhancements
Update modelling of archive files to use
file:archive:entrynodes when using Synapse-Fileparser>=4.17.0. Otherwisefile:subfilenodes will continue to be used.Update deprecated
$lib.dict()usage to JSON style syntax.
v0.4.0 - 2023-06-16
Features and Enhancements
Mark the Synapse-FileParser dependency as optional.
v0.3.0 - 2023-03-22
Features and Enhancements
Update Power-Up to build with code signing.
Add dependency requirements to package definition.
Bugfixes
Check for invalid nodes and missing files earlier in the file submission process.
v0.2.0 - 2022-06-20
Features and Enhancements
Clarified the error message on files not being found in the configured axon.
Add a
--scannersparameter toreversinglabs.a1000.submitto better clarify submission to the AV scanners ReversingLabs offers.Add
reversinglabs.setup.proxycommand to configure the Synapse-ReversingLabs specific proxy settings.Added
power-ups.reversinglabs.adminto gate Synapse-ReversingLabs specific admin-only permissions.
Bugfixes
Documented additional permissions needed for operational usage.
it:prod:soft:namesecondary properties are now set to the engine name and not the result.
v0.1.0 - 2022-05-11
Features and Enhancements
Cached API responses are now stored in the JsonStor instead of in nodedata.
v0.0.1 - 2022-05-11
Features and Enhancements
Initial (beta) release of the
Synapse-ReversingLabsPower-Up