Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration
Advanced tools
<p>Integrate the Mantis bugtracker system into netbeans</p> <p>Note for installation - to make the "Add patch" and "Checking" comment functions work correctly the mantis system has to configured correctly please check these options, if you encounter problems:</p> <ul> <li>source_control_notes_view_status (default private, integer value 10 -> public)</li> <li>source_control_set_resolution_to (integer value 80->resolved, 90->closed)</li> <li>source_control_set_status_to (20->fixed)</li> </ul> <p>If a self-signed SSL certificate or an invalid certificate need to be accepted, please install the module "SSL Certificate Exception".</p>
This netbeans plugin integrates the mantis bugtracker into the netbeans IDE.
After installation a new issue tracker is available inside netbeans.
#User information ##Relevant config options in mantisBT (server side):
##SSL-Handling
If your installation uses a regular SSL certificate, which is signed by a certificate authority (CA), that is part of the normal java certificate storage, that is directly supported. Just enter the URL and with a https prefix.
If you use a self-signed certificate, there are two options:
Add your certificate to the java truststore:
keytool -import -file <servercertfile> -alias <servername> -keystore "%JAVA_HOME%\lib\security\cacerts"
Make sure you use a recent version of MantisIntegration (0.5 and newer) and install the "SSL Certificate Exception" module, that is part of nb-ldap-explorer. The module can be found at: http://code.google.com/p/nb-ldap-explorer/downloads/list and is installable stand-alone. Since version 0.6 the "SSL Certificate Exception" module is distributed together with the 7.4 modules inside the zip downloadable from the netbeans plugin center.
#Developer information ##BUILD Instructions:
FAQs
Unknown package
We found that eu.doppel-helix.netbeans.plugin.mantis-integration:MantisIntegration demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.