Skip to content

Feature/aptos cre tmp#354

Draft
cawthorne wants to merge 10 commits intodevelopfrom
feature/aptos-cre-tmp
Draft

Feature/aptos cre tmp#354
cawthorne wants to merge 10 commits intodevelopfrom
feature/aptos-cre-tmp

Conversation

@cawthorne
Copy link
Collaborator

@cawthorne cawthorne commented Feb 27, 2026

This is currently a proof of concept demo, not an intention to merge.

Code quality and conventions need combing through.

// Another concurrent submission may have created the store first.
txStore = a.accountStore.GetTxStore(tx.FromAddress.String())
if txStore == nil {
ctxLogger.Errorw("failed to create tx store", "fromAddress", tx.FromAddress.String(), "error", err)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to authKey
flows to a logging call.

Copilot Autofix

AI 10 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

// Another concurrent submission may have created the store first.
txStore = a.accountStore.GetTxStore(tx.FromAddress.String())
if txStore == nil {
ctxLogger.Errorw("failed to create tx store", "fromAddress", tx.FromAddress.String(), "error", err)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to authKey
flows to a logging call.

Copilot Autofix

AI 10 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant