YantrikDB/packs
Sign in

catalog

Packs

Sealed, evaluated, verifiable. Categories follow what packs measurably do.

Showing 1–3 of 3 packs

officialyantrikdbsigned

php-modern

yantrik/php-modern@0.1.0

PHP 8 as it is actually written now: enums, readonly, constructor promotion, property hooks and match; the comparison and array semantics that changed under you; and the security defaults — PDO emulation, unserialize, escaping, randomness, password hashing — that decide whether the application is exploitable.

38 facts 48 downloads by spranab
officialyantrikdbsigned

c-safety

yantrik/c-safety@0.1.0

Writing C that does not have a CVE in it. Memory safety, the undefined behaviour a modern optimiser will exploit, the standard-library functions whose signatures lie about what they do, integer promotion and overflow, and the build flags and sanitizers that catch what review misses.

40 facts 46 downloads by spranab
officialyantrikdbsigned

wordpress-expert

yantrik/wordpress-expert@0.2.1

WordPress plugin and theme engineering: the hook system and load order, WP_Query and the options API, REST routes and blocks, WooCommerce data stores, multisite — and the security discipline (sanitize in, escape out, prepare every query, nonce plus capability) that separates code that runs from code that survives a plugin review.

48 facts 44 downloads by spranab