bamaer opened a new issue, #8420:
URL: https://github.com/apache/hop/issues/8420
### Apache Hop version?
21
### Java version?
2.20.0-SNAPSHOT
### Operating system
Linux
### What happened?
### Problem
SEC-002 ("Hardcoded Password or Secret in Transform") flags `static final
String` constants whose
name ends in one of its patterns, even though a constant cannot hold a value
loaded from a
`.hpl` or `.hwf`.
Seen on the Plugin Catalog transform (#8403), whose metadata class declares:
```java
public static final String FIELD_PROPERTY_PASSWORD = "property_password";
### Issue Priority
Priority: 2
### Issue Component
Component: Metadata
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]