Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Feb 1, 2024
1 parent c1efadc commit 735516f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blog/2023-12-22-2023-year-in-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A decrease in procurement time can make a critical difference in the success of
- **On September 12, 2023**, the Cybersecurity & Infrastructure Security Agency (CISA) published its Open Source Security Roadmap. To quote from the announcement: “The roadmap lays out four key priorities to help secure the open source software ecosystem: (1) establishing CISA’s role in supporting the security of open source software, (2) driving visibility into open source software usage and risks, (3) reducing risks to the federal government, and (4) hardening the open source ecosystem.” - [CISA Open Source Software Security Roadmap](https://www.cisa.gov/resources-tools/resources/cisa-open-source-software-security-roadmap)
- **On September 18, 2023**, [Gitlab released a critical security release](https://about.gitlab.com/releases/2023/09/18/security-release-gitlab-16-3-4-released/) of both its community and enterprise versions. As highlighted in their release page: “An issue has been discovered in GitLab EE affecting all versions starting from 13.12 before 16.2.7 and all versions starting from 16.3 before 16.3.4. It was possible for an attacker to run pipelines as an arbitrary user via scheduled security scan policies.”
- **On October 23, 2023**, a cross-site request forgery security vulnerability in the popular Axios NPM module was disclosed and has since been patched in version 1.6.0
- **On November 27, 2023**, [BoxyHQ launched their Sign Sign-On, Directory Sync, and Audit logs SaaS service](https://www.producthunt.com/products/boxyhq#boxyhq-saas) on Product Hunt.
- **On November 27, 2023**, [BoxyHQ launched their Single Sign-On, Directory Sync, and Audit logs SaaS service](https://www.producthunt.com/products/boxyhq#boxyhq-saas) on Product Hunt.
- Originally proposed in **September 2022**, the European Union has made updates to a possible final Cybersecurity Resilience Act to be finalized and enacted in early December 2023. One of the notable changes is the exception of open-source projects from the act. - [Infosec in Brief](https://www.theregister.com/2023/12/04/infosec_in_brief/) | [EU Cybersecurity Act](https://digital-strategy.ec.europa.eu/en/policies/cybersecurity-act)
- **On December 9 2023** the European Union reached a provisional agreement with the Council for the adoption of the first [EU Artificial Intelligence Act](https://www.europarl.europa.eu/news/en/headlines/society/20230601STO93804/eu-ai-act-first-regulation-on-artificial-intelligence).
- Two new code hosting platforms have seen the light of day, further improving the problem of a single point of failure for open-source software. These are [Codeberg](https://codeberg.org/), a German not-for-profit, and [Vlt](https://www.vlt.sh/) (/vōlt/) which is under active development.
Expand Down
8 changes: 4 additions & 4 deletions src/components/OurProductsHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const OurProductsHeader = ({ centerHeader = false }) => {
<p className="main-page-lead-copy">
Explore BoxyHQ's suite of developer-focused security solutions.
Streamline enterprise authentication with{' '}
<abbr title="Sign Sign-On">SSO</abbr>, manage user access with Directory
Sync, secure data with Privacy Vault, and track activities with Audit
Logs. Open-source, self-hosted, or SaaS, enhance your product's security
and compliance effortlessly.
<abbr title="Single Sign-On">SSO</abbr>, manage user access with
Directory Sync, secure data with Privacy Vault, and track activities
with Audit Logs. Open-source, self-hosted, or SaaS, enhance your
product's security and compliance effortlessly.
</p>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/PricingCardsPremiumSelfHosted/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const PricingCardsPremiumSelfHosted = ({ showHubSpotForm }) => {
<AccordionPricingProductCard
name="product-sso"
subtitle="Enterprise SAML & OIDC authentication with any identity provider."
title="Sign Sign-On (SSO)"
title="Single Sign-On (SSO)"
type="premium-self-hosted"
>
<div className="pricing-product-card-details">
Expand Down
2 changes: 1 addition & 1 deletion src/components/PricingCardsSaaS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const PricingCardsSaaS = ({ showHubSpotForm }) => {
price="49"
pricePeriod="per month"
subtitle="Enterprise SAML & OIDC authentication with any identity provider."
title="Sign Sign-On (SSO)"
title="Single Sign-On (SSO)"
type="saas"
>
<div className="pricing-product-card-details">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/privacy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ const Privacy = () => {
Facebook Inc., 1 Hacker Way, Menlo Park, CA 94025, USA. The user can
consult the privacy policy and other legal aspects of said company
in the following link:{' '}
<a href="https://facebook.com/about/privacy/" target="_blank">
https://facebook.com/about/privacy/
<a href="https://facebook.com/about/privacy" target="_blank">
https://facebook.com/about/privacy
</a>
.
</li>
Expand Down

0 comments on commit 735516f

Please sign in to comment.