
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@github/axe-github
Advanced tools
Custom rules and configuration recommendations for the `axe-core` library for GitHub projects
Custom rules and configuration recommendations for the axe-core
library for GitHub projects.
These are the custom rules contained in this package:
aria-attribute-is-valid
autofocus-in-dialog
avoid-both-disabled-and-aria-disabled
empty-summary
menuitem-should-be-interactive
nested-forms
redundant-aria-label-aria-labelledby
submit-reset-button-must-be-in-form
We recommend running axe-core
defaults.
import axe from 'axe-core'
import customRules from '@github/axe-github'
axe.configure(customRules)
axe.run(...)
For the custom rules in this library, their associated check functions are not serializable to a Playwright page. To configure axe, you'll need to load and evaluate configure-browser.ts
within the page context. Axe should be loaded on the page before configuring.
const configSrc = fs.readFileSync(
require.resolve('@github/axe-github/configure-browser'),
'utf8'
)
page.evaluate((configSrc) => {
window.eval(configSrc)
}, configSrc)
FAQs
Custom rules and configuration recommendations for the `axe-core` library for GitHub projects
We found that @github/axe-github demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.