Miss-hit

Latest version: v0.9.44

Safety actively analyzes 682334 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.9.45dev

0.9.44

* New configuration item `regex_attribute_name` for the
`naming_functions` rule. This can be used to enforce naming for
class attributes and the associated getters and setters.

0.9.43

* Fix parsing error surrounding function names (only in classes may
you use a dotted name). When such a function appeared outside a
class the tools would either incorrectly accept this name or crash.

* Fix hanging tools when an internal compiler error was raised.

* Fix parser error for enumeration values with no parameters using
brackets.

* Fix tool crash when `--debug-dump-tree` was specified without
`--single`. This is now clear in the error message.

* Add new configuration directive `ignore_dir`. This works just like
`exclude_dir` but does not raise an error if the directory doesn't
exist.

* Add new configuration option `newline_style`. By default MISS_HIT
will just use the native line endings, but by setting
`newline_style` to `lf`, `crlf`, or `cr` you can force it to use
platform-specific newlines. You can also use `native` to restore the
default behaviour.

0.9.42

* Fix issue with MATLAB functions embedded in Simulink. Usually people
left the default name (i.e. `fcn`) which caused many duplicate items
to appear in the `mh_trace` output. Now embedded functions use the
name of the subsystem (i.e. what you'd see in Simulink as the name).

0.9.41

* Fix parsing bug for argument and property validation blocks. The
list of validation functions may be empty, previously the MISS_HIT
parser complained about non-empty lists.

0.9.40

* Fix tool crash when encountering a Simulink area annotation with no
text. These annotations are now properly supported and you can even
add tracing text to them.

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.