Resmo Changelog logo
Back to Homepage Subscribe to Updates

Changelog

See the latest new features, improvements, and product updates

Labels

  • All Posts
  • Fix
  • Announcement
  • platform
  • integrations
  • content
  • biweekly

Jump to Month

  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
Changelog byAnnounceKit

Create yours, for free!

Announcement
5 months ago

Packs 🤝 Manual Comment Entry

Typically, rules in packs evaluate your resources' compliance, but in some cases, they may not be applicable to automate the whole process. Some controls require manual completion.

For such controls, you can use the manual control type. Resmo provides manual control definitions in managed packs, allowing you to mark them as applicable or not, depending on your system.


Plus, you can enter comments to manual controls, i.e., to add links, document reasons for being applicable or inapplicable, provide evidence, etc.
Avatar of authorSerhat Can
integrations
5 months ago

Heroku integration is live! ✨

You ask, we deliver! Now, you can easily connect your Heroku account to Resmo and start analyzing your asset security. Monitor, query, and secure your Heroku resources like add-ons, applications, and more without breaking a sweat. 

Avatar of authorSerhat Can
platform
5 months ago

Simplified AWS Integration Creation 🚀

With the latest improvement, you can integrate Resmo with your AWS account faster and easier than ever. Simply hit the Launch Stack button, and Resmo will handle the rest! 

  • One-click integration; no need to copy and paste.
  • Plus, you can still choose to integrate manually by clicking the Connect Manually button.

New addition to AWS resources: accountName field

You can query the accountName within your resources and find it in individual resource pages>Summary tab. 

Avatar of authorSerhat Can
Announcement
5 months ago

New Resmo Trust and Security Center

We've been investing in security since day one. As a way to showcase our efforts, we've centralized our trust center and are happy to launch trust.resmo.com.

Our new trust and security center make it easy for customers to request document and ask for security reviews. You can see key security features at a glance and subscribe to updates.

Avatar of authorSerhat Can
platform
5 months ago

Explore the latest: Rule Creation Wizard 🪄

We're excited to announce a new feature: the Rule Creation Wizard! This handy wizard will guide you through the configuration process of creating rules, making it easier and faster than ever before.

With the Rule Creation Wizard, you can:

  • Determine the evaluation type by selecting either basic or script evaluation options
  • Test your script for a script evaluation
  • Add a new query (saved or custom)
  • Edit existing queries in a rule

We hope you enjoy this new feature! As always, please let us know if you have any questions or feedback.

Avatar of authorSerhat Can
platform
5 months ago

AWS Partner Hosted Foundational Technical Review pack is now available!

The Foundational Technical Review ('FTR') evaluates an AWS Partner's solutions against a set of AWS best practices around security, performance, and operational processes critical for customer success.  

Resmo helps you automatedly and continuously assess your compliance with this pack's controls from a variety of angles, including;

  • Support level
  • Backups and recovery
  • Disaster recovery and more

Avatar of authorSerhat Can
platform
5 months ago

Charts on Pack Detail pages! 📊

We've added charts on Pack Detail pages, demonstrating changes over weekly, monthly, and quarterly periods. Our goal here is to help you better analyze your compliance posture and how it evolves over time. You'll be able to see the following charts:

  • Compliance score over time
  • Status over time

Avatar of authorSerhat Can
platform
5 months ago

Introducing the Pack List page's new look 🤗

If you haven't checked yet, your Packs page has a brand new design to let you see what's what at a glance. You can quickly see the following data for each pack on your list:

  • Current score
  • Percentage of change compared to last week
  • Pack type: Managed or custom
  • Associated integrations


Avatar of authorSerhat Can
Announcement
5 months ago

Resmo Bitbucket Connect app is officially live on Atlassian Marketplace

Now, you can find our official Bitbucket Connect app on Atlassian Marketplace for a seamless Resmo Bitbucket integration. 

See on Atlassian Marketplace


Avatar of authorSerhat Can
platform
5 months ago

PIVOT and VALUE support in SQL queries for more concise results 🎯

PIVOT tables in SQL queries

PIVOT helps you transform your unique data results into more meaningful table-valued expressions. For certain queries, the syntax PIVOT provides is more readable and easier to interpret than the syntax that may otherwise be specified in SELECT * FROM ... statements.


Retrieve only "values" with SELECT VALUE

  • Standard SELECT statement returns a map list containing the data column information and the values in that column.

Example:

SELECT name FROM ... returns "name": "values of name" as a list of key-value map.
  • SELECT VALUE, on the other hand, returns only the values within the key-value map, omitting the key.

Example:

SELECT VALUE name FROM ... returns "values of name" as a list.
Avatar of authorSerhat Can