Skip to content

Releases: LycheeOrg/phpstan-sensitive-parameter-values

1.2.0

Choose a tag to compare

@ildyria ildyria released this 18 Jul 21:27
Immutable release. Only release title and notes can be modified.
e0b2df9

What's Changed

🏕 Features

Full Changelog: 1.0.1...1.2.0

Version 1.0.1

Choose a tag to compare

@ildyria ildyria released this 18 Jul 13:52
Immutable release. Only release title and notes can be modified.
8e248b0

What's Changed

🏕 Features

  • Do not flag propagation on sensitive values by @ildyria in #2

Full Changelog: 1.0.0...1.0.1

Version 1.0.0

Choose a tag to compare

@ildyria ildyria released this 18 Jul 13:29
Immutable release. Only release title and notes can be modified.
8d69830

What's Changed

🏕 Features

  • Added sensitive-parameter propagation checks across function, method, constructor, and static calls.
  • Added safeguards against storing sensitive values without secure wrapping.
  • Added improved type inference for wrapped sensitive values.
  • Boolean and boolean-style parameters are no longer incorrectly flagged as sensitive.

New Contributors

Full Changelog: https://github.com/LycheeOrg/phpstan-sensitive-parameter-values/commits/1.0.0