Skip to content

Commit

Permalink
Merge pull request #38 from atsign-foundation/cpswan-ossf-fixes
Browse files Browse the repository at this point in the history
chore: ossf fixes
  • Loading branch information
gkc authored Nov 29, 2023
2 parents 0682d6f + f48ce7e commit c2a501a
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 78 deletions.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## v0.2.5

- OSSF Scorecard
- OSSF Best Practices
- Autobug action

## v0.2.4

- fix namespace dot

## v0.2.3

- remove printing decrypted key
- docs for steps

## v0.2.2

- SelfKeys aes encryption
- Various docs for examples

## v0.2.1

- receive data working for app

## v0.1.1

- various functionality and bug fixes

## v0.0.13

- RSA encryption

## v0.0.12

- restrain arduino framework and espressif32 platform
- Installation guide

## v0.0.11

- aes-256 ctr
- platform.ini

## v0.0.1

- Initial version
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<img width=250px src="https://atsign.dev/assets/img/atPlatform_logo_gray.svg?sanitize=true">
<a href="https://atsign.com#gh-light-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2022/05/atsign-logo-horizontal-color2022.svg#gh-light-mode-only" alt="The Atsign Foundation"></a><a href="https://atsign.com#gh-dark-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2023/08/atsign-logo-horizontal-reverse2022-Color.svg#gh-dark-mode-only" alt="The Atsign Foundation"></a>

<a href="https://registry.platformio.org/libraries/jeremytubongbanua/at_client"><img src="https://badges.registry.platformio.org/packages/jeremytubongbanua/library/at_client.svg" alt="PlatformIO Registry" /></a>
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/at_esp32/badge)](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/at_esp32)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8140/badge)](https://www.bestpractices.dev/projects/8140)

# at_esp32

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "at_client",
"version": "0.2.4",
"version": "0.2.5",
"description": "atPlatform implementation in the ESP32 (Arduino C++)",
"keywords": "encryption, aes256ctr, aesctr, aes, aes256, rsa, rsa2048, privacy, platform, framework",
"repository": {
Expand Down

0 comments on commit c2a501a

Please sign in to comment.