开源软件名称(OpenSource Name):h3xstream/burp-retire-js开源软件地址(OpenSource Url):https://github.com/h3xstream/burp-retire-js开源编程语言(OpenSource Language):JavaScript 96.7%开源软件介绍(OpenSource Introduction):Retire.js (Burp plugin)Burp / ZAP extension that integrate Retire.js repository to find vulnerable JavaScript libraries. It passively look at JavaScript files loaded and identify those vulnerable based on various signature types (URL, filename, file content or specific hash). LicenseThis software is release under Apache 2.0. DownloadsLast updated : December 10th, 2019 Burp Suite plugin : Download (also available on the BApp Store) ZAP plugin : Download Burp pluginZAP pluginMaven pluginRun the Maven plugin with the goal
The additional parameter
Run the Maven plugin as part of your buildUse the following configuration to run the Maven plugin as part of your build. Only one <plugin>
<groupId>com.h3xstream.retirejs</groupId>
<artifactId>retirejs-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<repoUrl>https://raw.githubusercontent.com/RetireJS/retire.js/master/repository/jsrepository.json</repoUrl>
<!--<repoUrl>https://raw.githubusercontent.com/RetireJS/retire.js/master/repository/npmrepository.json</repoUrl>-->
</configuration>
<executions>
<execution>
<id>scanProjectJavascript</id>
<goals>
<goal>scan</goal>
</goals>
<phase>install</phase>
</execution>
</executions>
</plugin> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论