pumuki 6.3.363 → 6.3.364

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -236,6 +236,10 @@ const registryByRuleId: Record<string, SkillsDetectorBinding> = {
236
236
  'ios.logging.sensitive-data',
237
237
  ['heuristics.ios.logging.sensitive-data.ast']
238
238
  ),
239
+ 'skills.ios.guideline.ios.request-response-interceptors-logging-auth-tokens': heuristicDetector(
240
+ 'ios.logging.sensitive-data',
241
+ ['heuristics.ios.logging.sensitive-data.ast']
242
+ ),
239
243
  'skills.ios.guideline.ios.obfuscation-strings-sensibles-en-co-digo': heuristicDetector(
240
244
  'ios.security.hardcoded-sensitive-string',
241
245
  ['heuristics.ios.security.hardcoded-sensitive-string.ast']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.363",
3
+ "version": "6.3.364",
4
4
  "description": "Enterprise-grade AST Intelligence System with multi-platform support (iOS, Android, Backend, Frontend) and Feature-First + DDD + Clean Architecture enforcement. Includes dynamic violations API for intelligent querying.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/skills.lock.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "compilerVersion": "1.0.0",
4
- "generatedAt": "2026-05-25T04:06:56.842Z",
4
+ "generatedAt": "2026-05-25T04:24:35.613Z",
5
5
  "bundles": [
6
6
  {
7
7
  "name": "android-guidelines",